diff --git a/src/app/page.tsx b/src/app/page.tsx index 12fb40e..3e592ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,77 +19,49 @@ 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" >
@@ -169,49 +93,14 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={true} testimonials={[ - { - id: "t1", - title: "Great quality!", - quote: "The quality of the products is good and the fabrics perfect for the warm climate.", - name: "Client", - role: "Visitor", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-designer-sitting-office-night_171337-15579.jpg", - }, - { - id: "t2", - title: "Beautiful!", - quote: "Very beautiful dresses and very good customer service 👌👌", - name: "Client", - role: "Visitor", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-pretty-woman-wearing-trendy-dress-straw-bag_291049-17.jpg", - }, - { - id: "t3", - title: "Exquisite!", - quote: "Excellent service, good quality, everything beautiful, I recommend it!", - name: "Client", - role: "Visitor", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-holding-bags-after-shopping_1163-346.jpg", - }, - { - id: "t4", - title: "Charming!", - quote: "I always buy necklaces here and the owners are lovely! Products have charm.", - name: "Client", - role: "Visitor", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-clothes_23-2149241337.jpg", - }, - { - id: "t5", - title: "Wonderful!", - quote: "A wonderful shop, with exclusive items brought from all over the world.", - name: "Client", - role: "Visitor", - imageSrc: "http://img.b2bpic.net/free-photo/amazing-slim-woman-with-beautiful-smile-enjoying-summer-resort-portrait-graceful-blonde-female-model-sunglasses-spending-time-outdoor-hot-morning_197531-20860.jpg", - }, + { id: "t1", title: "Pure Ibiza vibes", quote: "The fabrics are incredibly light, perfect for my holidays in the Mediterranean.", name: "Client", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-designer-sitting-office-night_171337-15579.jpg" }, + { id: "t2", title: "Beautiful pieces", quote: "Found the most amazing dress, feels like summer in a piece of fabric.", name: "Client", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/elegant-pretty-woman-wearing-trendy-dress-straw-bag_291049-17.jpg" }, + { id: "t3", title: "Unique style", quote: "Everything in the shop is just beautiful and feels very exclusive.", name: "Client", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-holding-bags-after-shopping_1163-346.jpg" }, + { id: "t4", title: "Charming shop", quote: "Lovely staff and products with real soul. My favorite stop in Ibiza.", name: "Client", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-clothes_23-2149241337.jpg" }, + { id: "t5", title: "Wonderful", quote: "Amazing treasures from across the globe. Never disappoints!", name: "Client", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/amazing-slim-woman-with-beautiful-smile-enjoying-summer-resort-portrait-graceful-blonde-female-model-sunglasses-spending-time-outdoor-hot-morning_197531-20860.jpg" }, ]} - title="Loved by the community" - description="Hear what our friends and visitors say about Dlain Ibiza." + title="Summer Testimonials" + description="Hear from our lovely community of sun-chasers and island friends." /> @@ -220,25 +109,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 +124,11 @@ export default function LandingPage() {
@@ -262,41 +137,9 @@ export default function LandingPage() {