From 68396e98e5272d19f06b6df950155f34c7a6b57d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 14:47:28 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 252 +++++++++-------------------------------------- 1 file changed, 47 insertions(+), 205 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 12fb40e..1dbd7c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,32 +19,20 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="noiseDiagonalGradient" - cardStyle="gradient-bordered" - primaryButtonStyle="double-inset" - secondaryButtonStyle="layered" - headingFontWeight="normal" + background="fluid" + cardStyle="glass-elevated" + primaryButtonStyle="radial-glow" + secondaryButtonStyle="glass" + headingFontWeight="bold" > @@ -220,25 +108,13 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Do you offer worldwide shipping?", - content: "Yes, we ship our exclusive finds to fashion lovers across the globe.", - }, - { - id: "f2", - title: "Are your materials natural?", - content: "We prioritize high-quality, breathable natural fabrics perfect for the Mediterranean climate.", - }, - { - id: "f3", - title: "Can I visit your store in Ibiza?", - content: "Absolutely! Visit us at Carrer d'Anníbal, 4 in Eivissa. We'd love to see you.", - }, + { id: "f1", title: "Worldwide delivery?", content: "Yes, we bring our pieces to your doorstep, wherever you are in the world." }, + { id: "f2", title: "Sustainable materials?", content: "We source natural, high-quality fabrics that love the sun as much as you do." }, + { id: "f3", title: "Store location?", content: "Find us at Carrer d'Anníbal, 4 in the beautiful Eivissa old town." }, ]} imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-trying-dress-room_1153-8054.jpg?_wi=1" - title="Common Questions" - description="Everything you need to know about shopping with us at Dlain Ibiza." + title="Summer FAQ" + description="Need help planning your visit or your next order?" faqsAnimation="slide-up" mediaAnimation="slide-up" /> @@ -247,13 +123,11 @@ export default function LandingPage() {
@@ -262,41 +136,9 @@ export default function LandingPage() { -- 2.49.1