Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-28 06:21:47 +00:00

View File

@@ -6,11 +6,9 @@ import HeroPersonalLinks from "@/components/sections/hero/HeroPersonalLinks";
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Sparkles } from "lucide-react";
export default function CollectionPage() {
return (
@@ -97,6 +95,7 @@ export default function CollectionPage() {
<div id="faq" data-section="faq">
<FaqDouble
title="Frequently Asked Questions"
description="Everything you need to know about our rare collection."
faqs={[
{ id: "1", title: "How is authenticity verified?", content: "We work with specialized authenticators for every category." },
{ id: "2", title: "What is the return policy?", content: "Returns are accepted within 30 days for all items." }
@@ -111,6 +110,8 @@ export default function CollectionPage() {
<ContactSplit
title="Stay Updated"
description="Get notified when we add rare new items to our shop."
tag="Coming Soon"
background={{ variant: "sparkles-gradient" }}
imageSrc="https://img.b2bpic.net/free-photo/close-up-mail-sign_23-2148813735.jpg"
useInvertedBackground={true}
/>