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 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; } 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);