diff --git a/src/app/page.tsx b/src/app/page.tsx index 79250ea..8ba36a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,71 +18,40 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -236,26 +126,8 @@ export default function LandingPage() { rating={5} author="Marco D." avatars={[ - { - src: "http://img.b2bpic.net/free-photo/young-pirate-smiling-put-his-hand-his-face-high-quality-photo_2831-10173.jpg", - alt: "happy anime fan portrait", - }, - { - src: "http://img.b2bpic.net/free-photo/pretty-woman-holding-shopping-cart_1187-4514.jpg", - alt: "anime collector portrait", - }, - { - src: "http://img.b2bpic.net/free-photo/male-female-graphic-designers-smiling-office_1170-946.jpg", - alt: "satisfied customer print", - }, - { - src: "http://img.b2bpic.net/free-photo/anime-style-group-boys-spending-time-together-enjoying-their-friendship_23-2151479370.jpg", - alt: "customer opening shop package", - }, - { - src: "http://img.b2bpic.net/free-photo/woman-selecting-clothes_107420-12153.jpg", - alt: "customer anime hat display", - }, + { src: "http://img.b2bpic.net/free-photo/young-pirate-smiling-put-his-hand-his-face-high-quality-photo_2831-10173.jpg", alt: "happy anime fan portrait" }, + { src: "http://img.b2bpic.net/free-photo/pretty-woman-holding-shopping-cart_1187-4514.jpg", alt: "anime collector portrait" }, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -267,21 +139,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "q1", - title: "Is the gear official?", - content: "Yes, we only stock authentic, officially licensed products.", - }, - { - id: "q2", - title: "Do you ship everywhere?", - content: "We ship to every destination on the map!", - }, - { - id: "q3", - title: "Return policy?", - content: "We offer a 30-day money-back guarantee for unused items.", - }, + { id: "q1", title: "Is the gear official?", content: "Yes, we only stock authentic, officially licensed products." }, + { id: "q2", title: "Do you ship everywhere?", content: "We ship to every destination on the map!" }, + { id: "q3", title: "Return policy?", content: "We offer a 30-day money-back guarantee for unused items." }, ]} title="Pirate's Guide" description="Common questions regarding shipping, returns, and authenticity."