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