From 1ee859d2b190e85855594c677f645635711d5dbd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 22:27:37 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 266 ++++++++++------------------------------------- 1 file changed, 56 insertions(+), 210 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa939e5..06ae33e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -314,25 +189,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq-1", - title: "What types of fabrics do you offer?", - content: "We offer a wide range of fabrics including curtains, upholstery fabrics, wallpapers, carpets & rugs, hotel equipment textiles, linens, and outdoor fabrics.", - }, + id: "faq-1", title: "What types of fabrics do you offer?", content: "We offer a wide range of fabrics including curtains, upholstery fabrics, wallpapers, carpets & rugs, hotel equipment textiles, linens, and outdoor fabrics."}, { - id: "faq-2", - title: "Do you provide custom fabric solutions?", - content: "Yes, we work closely with clients to provide custom fabric solutions tailored to their specific project requirements, ensuring a perfect match for design and functionality.", - }, + id: "faq-2", title: "Do you provide custom fabric solutions?", content: "Yes, we work closely with clients to provide custom fabric solutions tailored to their specific project requirements, ensuring a perfect match for design and functionality."}, { - id: "faq-3", - title: "What is the minimum order quantity for fabrics?", - content: "Our minimum order quantities vary depending on the fabric type and collection. Please contact our sales team for detailed information on specific products.", - }, + id: "faq-3", title: "What is the minimum order quantity for fabrics?", content: "Our minimum order quantities vary depending on the fabric type and collection. Please contact our sales team for detailed information on specific products."}, { - id: "faq-4", - title: "How can I request fabric samples?", - content: "You can request fabric samples directly through our website's contact form or by reaching out to our customer service team via phone or email. We're happy to assist you in selecting the perfect textiles.", - }, + id: "faq-4", title: "How can I request fabric samples?", content: "You can request fabric samples directly through our website's contact form or by reaching out to our customer service team via phone or email. We're happy to assist you in selecting the perfect textiles."}, ]} title="Frequently Asked Questions" description="Find answers to common questions about our fabric collections, ordering process, and services." @@ -344,8 +207,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 39eba07ddcd9f847644e18efe1ad1f37f1f8d0f9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 22:27:38 +0000 Subject: [PATCH 2/3] Update src/app/styles/base.css --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 3112a53..a25430f 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-roboto), sans-serif; + font-family: var(--font-inter-tight), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-roboto), sans-serif; + font-family: var(--font-inter-tight), sans-serif; } -- 2.49.1 From 6011cd6600daf6f942b1bdfd2774378f5a5ddf42 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 22:27:39 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ee8d361..f26c2c6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f6f0e9; - --card: #efe7dd; - --foreground: #2b180a; - --primary-cta: #2b180a; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #000612e6; + --primary-cta: #15479c; --primary-cta-text: #f6f0e9; - --secondary-cta: #efe7dd; + --secondary-cta: #f9f9f9; --secondary-cta-text: #2b180a; - --accent: #94877c; - --background-accent: #afa094; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1