2 Commits

Author SHA1 Message Date
45c7311580 Update src/app/styles/variables.css 2026-04-24 17:58:34 +00:00
1fe8169231 Update src/app/page.tsx 2026-04-24 17:58:33 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour";
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
import FaqBase from "@/components/sections/faq/FaqBase"; import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactCenter from "@/components/sections/contact/ContactCenter"; import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterMedia from "@/components/sections/footer/FooterMedia"; import FooterMedia from "@/components/sections/footer/FooterMedia";
import { Award, Shield, Star } from "lucide-react"; import { Award, Shield, Star } from "lucide-react";
@@ -130,16 +130,16 @@ export default function Page() {
</div> </div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqBase <FaqSplitText
title="Legacy Inquiries" sideTitle="Legacy Inquiries"
description="Common questions about our curation." sideDescription="Answers to the most distinguished questions about our curation."
faqs={[ faqs={[
{ id: "q1", title: "Do you ship worldwide?", content: "Yes, we ship globally to ensure our legacy reaches your doorstep." }, { id: "q1", title: "Do you ship worldwide?", content: "Yes, we ship globally to ensure our legacy reaches your doorstep." },
{ id: "q2", title: "Are items limited edition?", content: "Our collections are curated in small batches for exclusive quality." }, { id: "q2", title: "Are items limited edition?", content: "Our collections are curated in small batches for exclusive quality." },
{ id: "q3", title: "How to care for garments?", content: "Each garment comes with detailed artisan care instructions." } { id: "q3", title: "How to care for garments?", content: "Each garment comes with detailed artisan care instructions." }
]} ]}
faqsAnimation="slide-up" faqsAnimation="slide-up"
textboxLayout="split" textPosition="left"
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
@@ -168,4 +168,4 @@ export default function Page() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #fcfaf7; --background: #f5f4ef;
--card: #f4efe9; --card: #dad6cd;
--foreground: #1a1614; --foreground: #2a2928;
--primary-cta: #8b7355; --primary-cta: #2a2928;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #ecebea;
--secondary-cta-text: #1a1614; --secondary-cta-text: #1a1614;
--accent: #d4af37; --accent: #ffffff;
--background-accent: #e6e0d8; --background-accent: #c6b180;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);