From f16eac2d1b4159ade9f8a9e33784bce81ee957e3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 08:03:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 105 ++++++++++++++--------------------------------- 1 file changed, 31 insertions(+), 74 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a096792..af2cb81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,25 +16,27 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -44,9 +46,7 @@ export default function LandingPage() { description="Premium home lifestyle products delivered to your door. Experience quality and design in every piece." buttons={[ { - text: "Shop Now", - href: "#catalog", - }, + text: "Shop Now", href: "#catalog"}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ7qoQsLeHVa572PZHgIpUXg0C/a-minimalist-and-clean-e-commerce-hero-i-1774684997469-a4717e7b.png" imageAlt="Pilicat lifestyle products" @@ -58,26 +58,14 @@ export default function LandingPage() { layout="section" products={[ { - id: "p1", - name: "Minimalist Ceramic Vase", - price: "$39.99", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ7qoQsLeHVa572PZHgIpUXg0C/high-quality-studio-product-photo-of-a-s-1774684997350-9edd9b75.png", - }, + id: "p1", name: "Minimalist Ceramic Vase", price: "$39.99", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ7qoQsLeHVa572PZHgIpUXg0C/high-quality-studio-product-photo-of-a-s-1774684997350-9edd9b75.png"}, { - id: "p2", - name: "Modern Wooden Organizer", - price: "$45.00", - rating: 4, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ7qoQsLeHVa572PZHgIpUXg0C/high-quality-studio-product-photo-of-a-s-1774684997437-b4cc6e6e.png", - }, + id: "p2", name: "Modern Wooden Organizer", price: "$45.00", rating: 4, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ7qoQsLeHVa572PZHgIpUXg0C/high-quality-studio-product-photo-of-a-s-1774684997437-b4cc6e6e.png"}, { - id: "p3", - name: "Elegant Desk Lamp", - price: "$59.99", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ7qoQsLeHVa572PZHgIpUXg0C/high-quality-studio-product-photo-of-a-s-1774684996744-b210adf2.png", - }, + id: "p3", name: "Elegant Desk Lamp", price: "$59.99", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ7qoQsLeHVa572PZHgIpUXg0C/high-quality-studio-product-photo-of-a-s-1774684996744-b210adf2.png"}, ]} /> @@ -86,8 +74,7 @@ export default function LandingPage() { @@ -119,30 +101,15 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "q1", - title: "What is your shipping policy?", - content: "We offer free shipping on all orders over $50.", - }, + id: "q1", title: "What is your shipping policy?", content: "We offer free shipping on all orders over $50."}, { - id: "q2", - title: "How do I track my order?", - content: "Once your order ships, you will receive a tracking link via email.", - }, + id: "q2", title: "How do I track my order?", content: "Once your order ships, you will receive a tracking link via email."}, { - id: "q3", - title: "Can I return an item?", - content: "Yes, we accept returns within 30 days of purchase in original condition.", - }, + id: "q3", title: "Can I return an item?", content: "Yes, we accept returns within 30 days of purchase in original condition."}, { - id: "q4", - title: "Are these items sustainable?", - content: "We prioritize ethically sourced materials for all our collections.", - }, + id: "q4", title: "Are these items sustainable?", content: "We prioritize ethically sourced materials for all our collections."}, { - id: "q5", - title: "Do you offer international shipping?", - content: "Currently, we only ship within the continental United States.", - }, + id: "q5", title: "Do you offer international shipping?", content: "Currently, we only ship within the continental United States."}, ]} /> @@ -151,29 +118,19 @@ export default function LandingPage() {