It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://www.designedcurated.com/blogs/urban-home-decor.html

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1">
  6. <title>Designed | Curated Interiors — Sacramento Interior Designer</title>
  7. <meta name="description" content="Designed | Curated Interiors is your trusted Sacramento interior designer. We create timeless, curated spaces for homes, new builds, and vacation properties.">
  8. <meta name="robots" content="index, follow">
  9. <link rel="canonical" href="https://www.designedcurated.com/">
  10. <meta property="og:title" content="Designed | Curated Interiors — Sacramento Interior Designer">
  11. <meta property="og:description" content="Designed | Curated Interiors is your trusted Sacramento interior designer. We create timeless, curated spaces for homes, new builds, and vacation properties.">
  12. <meta property="og:url" content="https://www.designedcurated.com/">
  13. <meta property="og:type" content="website">
  14. <meta property="og:image" content="https://pub-9542bcb4fc264912937fa644c93946e6.r2.dev/dc/banner-optimized.webp">
  15. <meta property="og:site_name" content="Designed | Curated Interiors">
  16. <meta name="twitter:card" content="summary_large_image">
  17. <link rel="icon" href="https://pub-9542bcb4fc264912937fa644c93946e6.r2.dev/dc/cropped-apple-touch-icon-1-32x32.png" sizes="32x32">
  18. <link rel="apple-touch-icon" href="https://pub-9542bcb4fc264912937fa644c93946e6.r2.dev/dc/cropped-apple-touch-icon-1-32x32.png">
  19. <style>
  20. /* HERO */
  21. .hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:64px}
  22. .hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
  23. .hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(30,41,59,.45),rgba(30,41,59,.55))}
  24. .hero-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:720px;padding:0 24px}
  25. .hero-content h1{font-size:3.5rem;font-weight:300;letter-spacing:6px;margin-bottom:8px}
  26. .hero-content .hero-sub{font-size:1.6rem;font-weight:300;letter-spacing:3px;color:var(--gold-light);margin-bottom:20px}
  27. .hero-content p{font-size:1.1rem;line-height:1.7;font-weight:300;margin-bottom:36px;opacity:.92}
  28. /* TRUSTED */
  29. .trusted{padding:80px 0;text-align:center;background:var(--white)}
  30. .trusted h2{font-size:1.8rem;color:var(--dark);margin-bottom:16px;font-weight:400}
  31. .trusted>p,.section-sub{font-size:1.05rem;color:var(--text-light);max-width:680px;margin:0 auto 24px;line-height:1.7}
  32. /* EXPERTISE */
  33. .expertise{padding:80px 0;background:var(--cream)}
  34. .expertise .section-sub{text-align:center}
  35. .expertise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:48px}
  36. .expertise-card{background:var(--white);padding:36px 28px;border-radius:8px;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,.05);transition:transform .3s,box-shadow .3s}
  37. .expertise-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08)}
  38. .expertise-card .icon{width:48px;height:48px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center}
  39. .expertise-card .icon svg{width:40px;height:40px;stroke:var(--gold);fill:none;stroke-width:1.5}
  40. .expertise-card h3{font-size:1.05rem;font-weight:600;margin-bottom:10px;color:var(--dark)}
  41. .expertise-card p{font-size:.9rem;color:var(--text-light);line-height:1.6}
  42. /* ABOUT AMY */
  43. .about{padding:80px 0;background:var(--white)}
  44. .about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
  45. .about-img-wrap{position:relative}
  46. .about-img-wrap img{border-radius:8px;box-shadow:0 12px 40px rgba(0,0,0,.1)}
  47. .about-text .section-label{text-align:left}
  48. .about-text h2{font-size:2rem;font-weight:400;color:var(--dark);margin-bottom:20px}
  49. .about-text p{font-size:.95rem;color:var(--text-light);line-height:1.8;margin-bottom:16px}
  50. .about-text .signature{width:120px;margin-top:12px}
  51. /* PHILOSOPHY */
  52. .philosophy{padding:80px 0;background:var(--cream)}
  53. .philosophy-top{text-align:center;max-width:720px;margin:0 auto 48px}
  54. .philosophy-top p{font-size:1rem;color:var(--text-light);line-height:1.7;margin-top:16px}
  55. .philosophy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
  56. .philosophy-card{background:var(--white);padding:36px 28px;border-radius:8px;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,.05)}
  57. .philosophy-card h3{font-size:1.05rem;font-weight:600;margin-bottom:10px;color:var(--dark)}
  58. .philosophy-card p{font-size:.9rem;color:var(--text-light);line-height:1.6}
  59. .philosophy-bottom{text-align:center;max-width:780px;margin:48px auto 0;font-size:.95rem;color:var(--text-light);line-height:1.8}
  60. /* CTA BANNER */
  61. .cta-banner{padding:64px 0;background:var(--dark);text-align:center}
  62. .cta-banner h2{color:#fff;font-size:1.8rem;font-weight:400;margin-bottom:24px}
  63. .cta-banner .btn-gold{padding:16px 40px}
  64. /* PORTFOLIO */
  65. .portfolio{padding:80px 0;background:var(--white)}
  66. .portfolio .section-label,.portfolio .section-title{text-align:center}
  67. .portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
  68. .portfolio-item{position:relative;overflow:hidden;border-radius:8px;aspect-ratio:4/5}
  69. .portfolio-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
  70. .portfolio-item:hover img{transform:scale(1.05)}
  71. .portfolio-item .overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(30,41,59,.7),transparent);display:flex;align-items:flex-end;padding:24px;opacity:0;transition:opacity .3s}
  72. .portfolio-item:hover .overlay{opacity:1}
  73. .portfolio-item .overlay span{color:#fff;font-size:1rem;font-weight:500;letter-spacing:1px}
  74. .portfolio-link{text-align:center;margin-top:36px}
  75. .portfolio-link a{color:var(--gold);font-size:.9rem;font-weight:600;letter-spacing:1px}
  76. .portfolio-link a:hover{color:#a6884f}
  77. /* TESTIMONIALS */
  78. .testimonials{padding:80px 0;background:var(--cream)}
  79. .testimonials .section-label,.testimonials .section-title,.testimonials .section-sub{text-align:center}
  80. .testimonials .section-sub{max-width:600px;margin:0 auto 48px}
  81. .test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
  82. .test-card{background:var(--white);padding:36px 28px;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.05)}
  83. .test-card .stars{color:var(--gold);font-size:1.1rem;margin-bottom:16px;letter-spacing:2px}
  84. .test-card blockquote{font-size:.9rem;color:var(--text-light);line-height:1.7;font-style:italic;margin-bottom:20px}
  85. .test-card .author{font-weight:600;color:var(--dark);font-size:.9rem}
  86. /* PROCESS */
  87. .process{padding:80px 0;background:var(--white)}
  88. .process .section-label,.process .section-title,.process .section-sub{text-align:center}
  89. .process .section-sub{max-width:680px;margin:0 auto 48px}
  90. .process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;margin-top:48px}
  91. .process-step{text-align:center;position:relative;padding:0 12px}
  92. .process-step .num{font-size:2.5rem;font-weight:700;color:var(--gold);opacity:.4;margin-bottom:8px}
  93. .process-step h3{font-size:1rem;font-weight:600;color:var(--dark);margin-bottom:10px}
  94. .process-step p{font-size:.85rem;color:var(--text-light);line-height:1.6}
  95. /* FINAL CTA */
  96. .final-cta{padding:80px 0;background:var(--dark);text-align:center}
  97. .final-cta h2{color:#fff;font-size:2rem;font-weight:400;margin-bottom:16px}
  98. .final-cta p{color:rgba(255,255,255,.7);max-width:640px;margin:0 auto 12px;font-size:.95rem;line-height:1.7}
  99. .final-cta .specialty{font-size:.85rem;color:rgba(255,255,255,.5);margin-bottom:32px;font-style:italic}
  100. .final-cta .btn-row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
  101. @media(max-width:1024px){
  102. .expertise-grid{grid-template-columns:repeat(2,1fr)}
  103. .process-grid{grid-template-columns:repeat(3,1fr)}
  104. }
  105. @media(max-width:768px){
  106. .hero{min-height:70vh}
  107. .hero-content h1{font-size:2.2rem;letter-spacing:3px}
  108. .hero-content .hero-sub{font-size:1.1rem;letter-spacing:2px}
  109. .hero-content p{font-size:.95rem}
  110. .btn{padding:12px 28px;font-size:.8rem}
  111. .hero .btn-row{display:flex;flex-direction:column;align-items:center;gap:0}
  112. .about-grid{grid-template-columns:1fr;gap:32px}
  113. .expertise-grid{grid-template-columns:1fr}
  114. .philosophy-grid{grid-template-columns:1fr}
  115. .portfolio-grid{grid-template-columns:1fr}
  116. .test-grid{grid-template-columns:1fr}
  117. .process-grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}
  118. .trusted h2{font-size:1.4rem}
  119. }
  120. @media(max-width:480px){
  121. .hero-content h1{font-size:1.8rem;letter-spacing:2px}
  122. .hero-content .hero-sub{font-size:.95rem}
  123. }
  124. </style><style>
  125. *,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
  126. :root{--gold:#B8985F;--gold-light:#C9B17A;--dark:#1E293B;--text:#333;--text-light:#666;--cream:#F9F7F1;--white:#fff}
  127. body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}
  128. img{max-width:100%;height:auto;display:block}
  129. a{text-decoration:none;color:inherit}
  130. .container{max-width:1200px;margin:0 auto;padding:0 24px}
  131. /* NAV */
  132. .nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.97);box-shadow:0 1px 3px rgba(0,0,0,.08);backdrop-filter:blur(8px)}
  133. .nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:16px 24px}
  134. .nav-logo img{height:50px;width:auto}
  135. .nav-links{display:flex;gap:28px;align-items:center;list-style:none}
  136. .nav-links a{font-size:.9rem;font-weight:500;letter-spacing:.5px;color:var(--text);transition:color .2s}
  137. .nav-links a:hover{color:var(--gold)}
  138. .nav-cta{background:var(--gold);color:#fff!important;padding:10px 24px;border-radius:4px;font-size:.85rem!important;letter-spacing:.8px}
  139. .nav-cta:hover{background:#a6884f}
  140. .nav-social{color:var(--gold);margin-left:4px}
  141. .hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
  142. .hamburger span{width:24px;height:2px;background:var(--text);transition:all .3s}
  143. /* COMMON */
  144. .section-label{letter-spacing:3px;font-size:.75rem;color:var(--gold);font-weight:600;margin-bottom:8px}
  145. .section-title{font-size:2rem;font-weight:400;color:var(--dark);margin-bottom:12px}
  146. .btn{display:inline-block;padding:14px 36px;font-size:.85rem;font-weight:600;letter-spacing:1.5px;border-radius:4px;transition:all .3s}
  147. .btn-gold{background:var(--gold);color:#fff}
  148. .btn-gold:hover{background:#a6884f}
  149. .btn-outline{border:2px solid #fff;color:#fff;margin-left:16px}
  150. .btn-outline:hover{background:rgba(255,255,255,.15)}
  151. .btn-outline-dark{border:2px solid var(--gold);color:var(--gold)}
  152. .btn-outline-dark:hover{background:var(--gold);color:#fff}
  153. /* FOOTER */
  154. .footer{background:#1a1a1a;color:rgba(255,255,255,.7);padding:64px 0 24px}
  155. .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:40px}
  156. .footer-brand img{height:36px;width:auto;margin-bottom:16px}
  157. .footer-brand p{font-size:.85rem;line-height:1.7}
  158. .footer h4{color:#fff;font-size:.85rem;letter-spacing:2px;margin-bottom:20px;font-weight:600}
  159. .footer ul{list-style:none}
  160. .footer li{margin-bottom:10px}
  161. .footer li a{font-size:.85rem;color:rgba(255,255,255,.6);transition:color .2s}
  162. .footer li a:hover{color:var(--gold)}
  163. .footer-contact p{font-size:.85rem;margin-bottom:8px}
  164. .footer-contact a{color:rgba(255,255,255,.6);transition:color .2s}
  165. .footer-contact a:hover{color:var(--gold)}
  166. .footer-social{display:flex;gap:16px;margin-top:16px}
  167. .footer-social a{color:rgba(255,255,255,.5);transition:color .2s}
  168. .footer-social a:hover{color:var(--gold)}
  169. .footer-social svg{width:20px;height:20px;fill:currentColor}
  170. .footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:20px;text-align:center;font-size:.8rem;color:rgba(255,255,255,.4)}
  171. /* MOBILE NAV */
  172. .mobile-menu{display:none;position:fixed;top:64px;left:0;right:0;bottom:0;background:var(--white);z-index:99;flex-direction:column;padding:32px 24px;gap:0}
  173. .mobile-menu a{display:block;padding:14px 0;font-size:1rem;font-weight:500;letter-spacing:.5px;color:var(--text);border-bottom:1px solid #eee}
  174. .mobile-menu a:last-child{border-bottom:none}
  175. .mobile-menu.open{display:flex}
  176. /* RESPONSIVE */
  177. @media(max-width:1024px){
  178. .footer-grid{grid-template-columns:repeat(2,1fr)}
  179. }
  180. @media(max-width:768px){
  181. .nav-links{display:none}
  182. .hamburger{display:flex}
  183. .section-title{font-size:1.6rem}
  184. .footer-grid{grid-template-columns:1fr}
  185. .btn-outline{margin-left:0;margin-top:12px}
  186. }
  187. @media(max-width:480px){
  188. .container{padding:0 16px}
  189. .nav-inner{padding:12px 16px}
  190. }
  191. </style>
  192. </head>
  193. <body>
  194. <!-- NAV -->
  195. <nav class="nav" role="navigation" aria-label="Main navigation">
  196. <div class="nav-inner">
  197. <a href="/" class="nav-logo" aria-label="Designed Curated Interiors Home">
  198. <img src="https://pub-9542bcb4fc264912937fa644c93946e6.r2.dev/dc/logo.webp" alt="Designed Curated Interiors" width="308" height="103">
  199. </a>
  200. <ul class="nav-links">
  201. <li><a href="/">Home</a></li>
  202. <li><a href="/about/">About</a></li>
  203. <li><a href="/services/">Services</a></li>
  204. <li><a href="/process/">Process</a></li>
  205. <li><a href="/portfolio/">Portfolio</a></li>
  206. <li><a href="/virtual-design/">Virtual Design</a></li>
  207. <li><a href="/insights/">Insights</a></li>
  208. <li><a href="/contact-us/" class="nav-cta">Contact</a></li>
  209. <li><a href="tel:+19167565977" style="color:#B8985F;font-weight:600;font-size:.85rem;white-space:nowrap">916-756-5977</a></li>
  210. <li><a href="https://www.instagram.com/designed_curated/" class="nav-social" aria-label="Instagram" target="_blank" rel="noopener"><svg width="22" height="22" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2.2c3.2 0 3.6 0 4.8.1 1.2.1 1.8.2 2.2.4.6.2 1 .5 1.4.9.4.4.7.8.9 1.4.2.4.3 1 .4 2.2.1 1.3.1 1.6.1 4.8s0 3.6-.1 4.8c-.1 1.2-.2 1.8-.4 2.2-.2.6-.5 1-.9 1.4-.4.4-.8.7-1.4.9-.4.2-1 .3-2.2.4-1.3.1-1.6.1-4.8.1s-3.6 0-4.8-.1c-1.2-.1-1.8-.2-2.2-.4-.6-.2-1-.5-1.4-.9-.4-.4-.7-.8-.9-1.4-.2-.4-.3-1-.4-2.2C2.2 15.6 2.2 15.2 2.2 12s0-3.6.1-4.8c.1-1.2.2-1.8.4-2.2.2-.6.5-1 .9-1.4.4-.4.8-.7 1.4-.9.4-.2 1-.3 2.2-.4C8.4 2.2 8.8 2.2 12 2.2M12 0C8.7 0 8.3 0 7.1.1 5.8.1 4.9.3 4.1.6c-.8.3-1.5.7-2.2 1.4C1.2 2.6.8 3.3.5 4.1.2 4.9.1 5.8 0 7.1 0 8.3 0 8.7 0 12s0 3.7.1 4.9c.1 1.3.2 2.2.5 3 .3.8.7 1.5 1.4 2.2.7.7 1.4 1.1 2.2 1.4.8.3 1.7.4 3 .5 1.2.1 1.6.1 4.8.1s3.7 0 4.9-.1c1.3-.1 2.2-.2 3-.5.8-.3 1.5-.7 2.2-1.4.7-.7 1.1-1.4 1.4-2.2.3-.8.4-1.7.5-3 .1-1.2.1-1.6.1-4.9s0-3.7-.1-4.9c-.1-1.3-.2-2.2-.5-3-.3-.8-.7-1.5-1.4-2.2C21.4 1.3 20.7.9 19.9.6c-.8-.3-1.7-.4-3-.5C15.7 0 15.3 0 12 0zm0 5.8a6.2 6.2 0 100 12.4 6.2 6.2 0 000-12.4zM12 16a4 4 0 110-8 4 4 0 010 8zm6.4-10.8a1.4 1.4 0 100 2.8 1.4 1.4 0 000-2.8z"/></svg></a></li>
  211. </ul>
  212. <button class="hamburger" aria-label="Toggle menu" onclick="document.querySelector('.mobile-menu').classList.toggle('open');this.setAttribute('aria-expanded',this.getAttribute('aria-expanded')==='true'?'false':'true')" aria-expanded="false">
  213. <span></span><span></span><span></span>
  214. </button>
  215. </div>
  216. <div class="mobile-menu" role="menu">
  217. <a href="/" role="menuitem">Home</a>
  218. <a href="/about/" role="menuitem">About</a>
  219. <a href="/services/" role="menuitem">Services</a>
  220. <a href="/process/" role="menuitem">Process</a>
  221. <a href="/portfolio/" role="menuitem">Portfolio</a>
  222. <a href="/virtual-design/" role="menuitem">Virtual Design</a>
  223. <a href="/insights/" role="menuitem">Insights</a>
  224. <a href="/contact-us/" role="menuitem">Contact</a>
  225. <a href="tel:+19167565977" role="menuitem" style="color:#B8985F;font-weight:600">916-756-5977</a>
  226. </div>
  227. </nav>
  228.  
  229. <main role="main">
  230.  
  231. <!-- HERO -->
  232. <section class="hero" aria-label="Hero">
  233. <img class="hero-img" src="https://pub-9542bcb4fc264912937fa644c93946e6.r2.dev/dc/banner-optimized.webp" alt="Beautifully designed interior living space" width="1200" height="822" fetchpriority="high">
  234. <div class="hero-overlay"></div>
  235. <div class="hero-content">
  236. <h1>Designed | Curated</h1>
  237. <div class="hero-sub">Interiors</div>
  238. <p>Transforming spaces into timeless sanctuaries that reflect your unique story and elevate your everyday living experience.</p>
  239. <div class="btn-row">
  240. <a href="/contact-us/" class="btn btn-gold" aria-label="Start your interior design project">Start Your Project</a>
  241. <a href="/portfolio/" class="btn btn-outline" aria-label="View our interior design portfolio">View Our Work</a>
  242. </div>
  243. </div>
  244. </section>
  245.  
  246. <!-- TRUSTED -->
  247. <section class="trusted container" aria-label="Introduction">
  248. <h2>Trusted Sacramento Interior Designer for Every Project</h2>
  249. <p>Looking for a Sacramento Interior Designer? Designed | Curated Interiors is your trusted expert for timeless, curated design solutions in the Sacramento area and beyond.</p>
  250. <p>We create thoughtful spaces that embrace your unique style. Need some design advice only? Questions about the layout of your space? Furnishing your new home? Doing a total gut or remodel? Whatever your needs are, we can help. We understand that every project and every client has varying needs. That is why we offer customized services to suit the way you want to work.</p>
  251. <div style="margin-top:24px"><a href="/about/" class="btn btn-gold" aria-label="Learn more about our design team">See More About Us</a></div>
  252. </section>
  253.  
  254. <!-- EXPERTISE -->
  255. <section class="expertise" aria-label="Our expertise">
  256. <div class="container" style="text-align:center">
  257. <div class="section-label">Our Expertise</div>
  258. <h2 class="section-title">We offer comprehensive interior design services tailored to your unique vision and lifestyle</h2>
  259. <div class="expertise-grid">
  260. <div class="expertise-card">
  261. <div class="icon"><svg viewBox="0 0 24 24"><path d="M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z"/><polyline points="9 22 9 12 15 12 15 22"/></svg></div>
  262. <h3>Full-Service Design</h3>
  263. <p>Complete interior design from concept to installation, managing every detail of your project.</p>
  264. </div>
  265. <div class="expertise-card">
  266. <div class="icon"><svg viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2"/><line x1="3" y1="9" x2="21" y2="9"/><line x1="9" y1="21" x2="9" y2="9"/></svg></div>
  267. <h3>Space Planning</h3>
  268. <p>Expert layout and functional design to maximize your space's potential and flow.</p>
  269. </div>
  270. <div class="expertise-card">
  271. <div class="icon"><svg viewBox="0 0 24 24"><circle cx="13.5" cy="6.5" r="2.5"/><circle cx="6" cy="12" r="2.5"/><circle cx="18" cy="12" r="2.5"/><circle cx="12" cy="18" r="2.5"/></svg></div>
  272. <h3>Color Consultation</h3>
  273. <p>Professional color selection and material guidance to create your perfect palette.</p>
  274. </div>
  275. <div class="expertise-card">
  276. <div class="icon"><svg viewBox="0 0 24 24"><path d="M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4"/></svg></div>
  277. <h3>Furnishing &amp; Styling</h3>
  278. <p>Curated furniture selection and expert styling to bring your vision to life.</p>
  279. </div>
  280. </div>
  281. <div style="margin-top:40px"><a href="/services/" class="btn btn-gold" aria-label="Explore our full range of interior design services">Explore Our Services</a></div>
  282. </div>
  283. </section>
  284.  
  285. <!-- ABOUT AMY -->
  286. <section class="about" aria-label="About Amy">
  287. <div class="container">
  288. <div class="about-grid">
  289. <div class="about-img-wrap">
  290. <img src="https://pub-9542bcb4fc264912937fa644c93946e6.r2.dev/dc/about_amy.webp" alt="Amy, principal interior designer at Designed Curated Interiors" width="678" height="816" loading="lazy">
  291. </div>
  292. <div class="about-text">
  293. <div class="section-label">Meet Amy!</div>
  294. <h2>About the Designer</h2>
  295. <p>I am the principal interior designer at Designed | Curated Interiors. Like many artists, I didn't initially seek a career in design &#8212; my creative path found me. Despite my life-long love of interior design, I pursued a more conventional profession in marketing after getting a master's degree. But design kept calling, and I finally answered.</p>
  296. <p>Today, I bring that unique blend of creative vision and strategic thinking to every project, ensuring spaces are not only beautiful but perfectly functional for the people who live in them.</p>
  297. <img class="signature" src="https://pub-9542bcb4fc264912937fa644c93946e6.r2.dev/dc/amy_signature.webp" alt="Amy's signature" width="150" height="132" loading="lazy">
  298. </div>
  299. </div>
  300. </div>
  301. </section>
  302.  
  303. <!-- PHILOSOPHY -->
  304. <section class="philosophy" aria-label="Design philosophy">
  305. <div class="container">
  306. <div class="philosophy-top">
  307. <div class="section-label">Our Design Philosophy</div>
  308. <h2 class="section-title">Creating timeless interiors that blend authenticity, intentionality, and effortless style</h2>
  309. <p>Designed | Curated Interiors is dedicated to crafting environments that are both beautiful and functional. Specializing in residential homes, new builds, and vacation properties, we transform each space into a reflection of our clients' unique stories.</p>
  310. </div>
  311. <div class="philosophy-grid">
  312. <div class="philosophy-card">
  313. <h3>Authentic Design</h3>
  314. <p>We create warm, welcoming spaces that feel genuine to you and stand the test of time through thoughtful, personalized design.</p>
  315. </div>
  316. <div class="philosophy-card">
  317. <h3>Attention to Detail</h3>
  318. <p>Our meticulous attention to the smallest details is what truly makes the spaces we design feel special and uniquely yours.</p>
  319. </div>
  320. <div class="philosophy-card">
  321. <h3>Color Consultation</h3>
  322. <p>Professional color selection and material guidance to create your perfect palette.</p>
  323. </div>
  324. </div>
  325. <p class="philosophy-bottom">Our designs are refined yet approachable, blending the best elements of classic design with modern comfort. Each space is crafted through a client-centered experience that is relaxed, intimate and ultimately, fun! We work closely with our clients to create a space where they will truly feel at home.</p>
  326. </div>
  327. </section>
  328.  
  329. <!-- CTA BANNER -->
  330. <section class="cta-banner" aria-label="Call to action">
  331. <div class="container">
  332. <h2>Ready to create your dream space?</h2>
  333. <a href="/contact-us/" class="btn btn-gold" aria-label="Get started with a free consultation">Get Started Today</a>
  334. </div>
  335. </section>
  336.  
  337. <!-- PORTFOLIO -->
  338. <section class="portfolio" aria-label="Portfolio">
  339. <div class="container">
  340. <div class="section-label">Our work.</div>
  341. <h2 class="section-title">Featured Projects</h2>
  342. <div class="portfolio-grid">
  343. <div class="portfolio-item">
  344. <img src="https://pub-9542bcb4fc264912937fa644c93946e6.r2.dev/dc/work_image_1.webp" alt="Residential renovation project by Designed Curated" width="936" height="839" loading="lazy">
  345. <div class="overlay"><span>Renovation</span></div>
  346. </div>
  347. <div class="portfolio-item">
  348. <img src="https://pub-9542bcb4fc264912937fa644c93946e6.r2.dev/dc/work_image_2.webp" alt="New build interior design project" width="1152" height="1536" loading="lazy">
  349. <div class="overlay"><span>New Build</span></div>
  350. </div>
  351. <div class="portfolio-item">
  352. <img src="https://pub-9542bcb4fc264912937fa644c93946e6.r2.dev/dc/work_image_3.webp" alt="Vacation property interior design" width="768" height="1355" loading="lazy">
  353. <div class="overlay"><span>Vacation Property</span></div>
  354. </div>
  355. </div>
  356. <div class="portfolio-link"><a href="/portfolio/" aria-label="View all interior design projects">&#8594; View All Projects &#8594;</a></div>
  357. </div>
  358. </section>
  359.  
  360. <!-- TESTIMONIALS -->
  361. <section class="testimonials" aria-label="Client testimonials">
  362. <div class="container">
  363. <div class="section-label">What Our Clients Say</div>
  364. <h2 class="section-title">Client Testimonials</h2>
  365. <p class="section-sub">Don't just take our word for it &#8212; hear from our satisfied clients</p>
  366. <div class="test-grid">
  367. <div class="test-card">
  368. <div class="stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
  369. <blockquote>&#8220;Amy transformed our home beyond our wildest dreams. Her attention to detail and understanding of our style made the entire process seamless and enjoyable.&#8221;</blockquote>
  370. <div class="author">Sarah Mitchell</div>
  371. </div>
  372. <div class="test-card">
  373. <div class="stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
  374. <blockquote>&#8220;Working with Designed | Curated was a dream come true. The professionalism, creativity, and dedication to bringing our vision to life was outstanding.&#8221;</blockquote>
  375. <div class="author">Michael &amp; Jennifer Brown</div>
  376. </div>
  377. <div class="test-card">
  378. <div class="stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
  379. <blockquote>&#8220;The level of expertise and personal touch Amy brings is unmatched. Our vacation home feels like a five-star retreat thanks to her incredible design work.&#8221;</blockquote>
  380. <div class="author">David Thompson</div>
  381. </div>
  382. </div>
  383. </div>
  384. </section>
  385.  
  386. <!-- PROCESS -->
  387. <section class="process" aria-label="Our design process">
  388. <div class="container">
  389. <div class="section-label">Our Process</div>
  390. <h2 class="section-title">How We Work</h2>
  391. <p class="section-sub">From initial consultation to final installation, we guide you through every step of creating your dream space</p>
  392. <div class="process-grid">
  393. <div class="process-step">
  394. <div class="num">01</div>
  395. <h3>Discovery &amp; Consultation</h3>
  396. <p>We begin by understanding your goals, vision, and expectations. Through in-depth discussions, we explore your preferred design style, functional needs, and the scope of your project.</p>
  397. </div>
  398. <div class="process-step">
  399. <div class="num">02</div>
  400. <h3>Design Development</h3>
  401. <p>We develop a personalized design concept tailored to your unique story. Our team creates detailed plans, mood boards, and material selections that bring your vision to life.</p>
  402. </div>
  403. <div class="process-step">
  404. <div class="num">03</div>
  405. <h3>Planning &amp; Budget</h3>
  406. <p>We create a tailor-made estimate that aligns with your priorities while maintaining flexibility on design and quality finishes. Transparency is key to our approach.</p>
  407. </div>
  408. <div class="process-step">
  409. <div class="num">04</div>
  410. <h3>Project Management</h3>
  411. <p>Once finalized, we manage your project from start to finish, coordinating seamlessly with contractors and vendors to ensure every detail is executed perfectly.</p>
  412. </div>
  413. <div class="process-step">
  414. <div class="num">05</div>
  415. <h3>Installation &amp; Styling</h3>
  416. <p>We handle the final installation and styling, adding those finishing touches that transform your space into a haven. Every detail is carefully curated to reflect your unique style.</p>
  417. </div>
  418. </div>
  419. </div>
  420. </section>
  421.  
  422. <!-- FINAL CTA -->
  423. <section class="final-cta" aria-label="Transform your space">
  424. <div class="container">
  425. <h2>Ready to Transform Your Space?</h2>
  426. <p>Let's bring your vision to life with our expert interior design services. Schedule your complimentary consultation today and take the first step toward creating the home of your dreams.</p>
  427. <p class="specialty">Our Specialty: We focus on residential design including primary homes, new construction, and vacation properties. While we don't typically handle commercial projects, we're happy to discuss your unique project during consultation.</p>
  428. <div class="btn-row">
  429. <a href="/contact-us/" class="btn btn-gold" aria-label="Get in touch to start your project">Get In Touch</a>
  430. <a href="/portfolio/" class="btn btn-outline" aria-label="Browse our design portfolio">View Portfolio</a>
  431. </div>
  432. </div>
  433. </section>
  434.  
  435. </main>
  436.  
  437. <!-- FOOTER -->
  438. <footer class="footer" role="contentinfo">
  439. <div class="container">
  440. <div class="footer-grid">
  441. <div class="footer-brand">
  442. <a href="https://kb.nkba.org/profile/amy-kunst-2/" target="_blank" rel="noopener" aria-label="NKBA Profile — Amy Kunst"><img src="https://pub-9542bcb4fc264912937fa644c93946e6.r2.dev/dc/footer_brand_logo.jpeg" alt="NKBA Certified — Amy Kunst, Designed Curated Interiors" width="348" height="80" loading="lazy"></a>
  443. <p>Crafting timeless interiors that reflect your unique story.</p>
  444. </div>
  445. <div>
  446. <h4>Quick Links</h4>
  447. <ul>
  448. <li><a href="/">Home</a></li>
  449. <li><a href="/about/">About</a></li>
  450. <li><a href="/services/">Services</a></li>
  451. <li><a href="/process/">Process</a></li>
  452. </ul>
  453. </div>
  454. <div>
  455. <h4>Explore</h4>
  456. <ul>
  457. <li><a href="/portfolio/">Portfolio</a></li>
  458. <li><a href="/insights/">Insights</a></li>
  459. <li><a href="/virtual-design/">Virtual Design</a></li>
  460. <li><a href="/contact-us/">Contact</a></li>
  461. <li><a href="/terms-of-service/">Terms of Service</a></li>
  462. <li><a href="/privacy-policy/">Privacy Policy</a></li>
  463. </ul>
  464. </div>
  465. <div class="footer-contact">
  466. <h4>Get In Touch</h4>
  467. <p>Sacramento, California</p>
  468. <p><a href="tel:+19167565977">+916-756-5977</a></p>
  469. <p><a href="/cdn-cgi/l/email-protection#52333f2b123637213b353c3736312720332637367c313d3f"><span class="__cf_email__" data-cfemail="97f6faeed7f3f2e4fef0f9f2f3f4e2e5f6e3f2f3b9f4f8fa">[email&#160;protected]</span></a></p>
  470. <p>8:30 AM - 5:00 PM</p>
  471. <div class="footer-social">
  472. <a href="https://www.instagram.com/designed_curated/" aria-label="Follow us on Instagram" target="_blank" rel="noopener"><svg viewBox="0 0 24 24"><path d="M12 2.2c3.2 0 3.6 0 4.8.1 1.2.1 1.8.2 2.2.4.6.2 1 .5 1.4.9.4.4.7.8.9 1.4.2.4.3 1 .4 2.2.1 1.3.1 1.6.1 4.8s0 3.6-.1 4.8c-.1 1.2-.2 1.8-.4 2.2-.2.6-.5 1-.9 1.4-.4.4-.8.7-1.4.9-.4.2-1 .3-2.2.4-1.3.1-1.6.1-4.8.1s-3.6 0-4.8-.1c-1.2-.1-1.8-.2-2.2-.4-.6-.2-1-.5-1.4-.9-.4-.4-.7-.8-.9-1.4-.2-.4-.3-1-.4-2.2C2.2 15.6 2.2 15.2 2.2 12s0-3.6.1-4.8c.1-1.2.2-1.8.4-2.2.2-.6.5-1 .9-1.4.4-.4.8-.7 1.4-.9.4-.2 1-.3 2.2-.4C8.4 2.2 8.8 2.2 12 2.2M12 0C8.7 0 8.3 0 7.1.1 5.8.1 4.9.3 4.1.6c-.8.3-1.5.7-2.2 1.4C1.2 2.6.8 3.3.5 4.1.2 4.9.1 5.8 0 7.1 0 8.3 0 8.7 0 12s0 3.7.1 4.9c.1 1.3.2 2.2.5 3 .3.8.7 1.5 1.4 2.2.7.7 1.4 1.1 2.2 1.4.8.3 1.7.4 3 .5 1.2.1 1.6.1 4.8.1s3.7 0 4.9-.1c1.3-.1 2.2-.2 3-.5.8-.3 1.5-.7 2.2-1.4.7-.7 1.1-1.4 1.4-2.2.3-.8.4-1.7.5-3 .1-1.2.1-1.6.1-4.9s0-3.7-.1-4.9c-.1-1.3-.2-2.2-.5-3-.3-.8-.7-1.5-1.4-2.2C21.4 1.3 20.7.9 19.9.6c-.8-.3-1.7-.4-3-.5C15.7 0 15.3 0 12 0zm0 5.8a6.2 6.2 0 100 12.4 6.2 6.2 0 000-12.4zM12 16a4 4 0 110-8 4 4 0 010 8zm6.4-10.8a1.4 1.4 0 100 2.8 1.4 1.4 0 000-2.8z"/></svg></a>
  473. <a href="https://www.pinterest.com/designedcurated/" aria-label="Follow us on Pinterest" target="_blank" rel="noopener"><svg viewBox="0 0 24 24"><path d="M12 0C5.4 0 0 5.4 0 12c0 4.7 2.7 8.8 6.7 10.7-.1-.8-.2-2.2 0-3.1.2-.9 1.2-5.3 1.2-5.3s-.3-.6-.3-1.6c0-1.5.9-2.6 1.9-2.6.9 0 1.4.7 1.4 1.5 0 .9-.6 2.3-.9 3.5-.3 1.1.5 1.9 1.6 1.9 1.9 0 3.3-2 3.3-4.8 0-2.5-1.8-4.3-4.4-4.3-3 0-4.8 2.3-4.8 4.6 0 .9.4 1.9.8 2.4.1.1.1.2.1.3-.1.4-.3 1.1-.3 1.3-.1.2-.2.3-.4.2-1.3-.6-2.1-2.5-2.1-4 0-3.3 2.4-6.4 6.9-6.4 3.6 0 6.4 2.6 6.4 6 0 3.6-2.3 6.5-5.4 6.5-1.1 0-2.1-.6-2.4-1.2l-.7 2.5c-.2.9-.9 2-1.3 2.7 1 .3 2.1.5 3.2.5 6.6 0 12-5.4 12-12S18.6 0 12 0z"/></svg></a>
  474. <a href="https://www.linkedin.com/company/designedcurated/" aria-label="Connect with us on LinkedIn" target="_blank" rel="noopener"><svg viewBox="0 0 24 24"><path d="M20.4 20.5h-3.6v-5.6c0-1.3 0-3-1.8-3s-2.1 1.4-2.1 2.9v5.7H9.4V9h3.4v1.6c.5-.9 1.6-1.8 3.3-1.8 3.5 0 4.2 2.3 4.2 5.3v6.4zM5.3 7.4a2.1 2.1 0 110-4.2 2.1 2.1 0 010 4.2zM7.1 20.5H3.5V9h3.6v11.5zM22.2 0H1.8C.8 0 0 .8 0 1.8v20.4c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V1.8c0-1-.8-1.8-1.8-1.8z"/></svg></a>
  475. </div>
  476. </div>
  477. </div>
  478. <div class="footer-bottom">
  479. <div style="margin-bottom:8px;font-size:0.8rem;color:rgba(255,255,255,0.5)">Legal disputes? <a href="https://www.bmalaw.com" style="color:#c9a96e;text-decoration:none;" target="_blank" rel="noopener">BMA Law — Arbitration Services</a> &middot; Faster than court &middot; Fraction of the cost</div>
  480. <div style="margin-bottom:6px;font-size:0.8rem;color:rgba(255,255,255,0.5)">Industry data: <a href="https://modernindex.com/" style="color:#c9a96e;text-decoration:none;" target="_blank" rel="noopener">ModernIndex</a></div>
  481. &copy; Designed | Curated Interiors. All rights reserved.
  482. </div>
  483. </div>
  484. </footer>
  485. <!-- MS Clarity -->
  486. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>!function(c,l,a,r,i,t,y){c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y)}(window,document,"clarity","script","vyvpp0sc09");</script>
  487. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"0410fe9381674986a186ab6e1f1634f4","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  488. </body>
  489. </html>
  490.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda