From 0bb924e0432c08e19c2b9c4f3aa681daa9f92a95 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:52:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 141 ++++++++++++----------------------------------- 1 file changed, 34 insertions(+), 107 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a8f7ba..c1beb29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,60 +45,37 @@ export default function LandingPage() {
@@ -119,41 +88,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Royal Gold", - price: "$290", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192218.jpg?_wi=1", - }, + id: "p1", name: "Royal Gold", price: "$290", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192218.jpg"}, { - id: "p2", - name: "Midnight Oud", - price: "$350", - imageSrc: "http://img.b2bpic.net/free-photo/orange-faded-flower-vase_23-2148073849.jpg?_wi=1", - }, + id: "p2", name: "Midnight Oud", price: "$350", imageSrc: "http://img.b2bpic.net/free-photo/orange-faded-flower-vase_23-2148073849.jpg"}, { - id: "p3", - name: "Amber Noir", - price: "$275", - imageSrc: "http://img.b2bpic.net/free-photo/ceramic-vases-with-flowers_23-2148879014.jpg", - }, + id: "p3", name: "Amber Noir", price: "$275", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-vases-with-flowers_23-2148879014.jpg"}, { - id: "p4", - name: "Sandalwood Silk", - price: "$310", - imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307265.jpg", - }, + id: "p4", name: "Sandalwood Silk", price: "$310", imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307265.jpg"}, { - id: "p5", - name: "Azure Bloom", - price: "$240", - imageSrc: "http://img.b2bpic.net/free-photo/advertisement-spirits-with-floating-bottle_23-2151258102.jpg", - }, + id: "p5", name: "Azure Bloom", price: "$240", imageSrc: "http://img.b2bpic.net/free-photo/advertisement-spirits-with-floating-bottle_23-2151258102.jpg"}, { - id: "p6", - name: "Golden Muse", - price: "$390", - imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420648.jpg", - }, + id: "p6", name: "Golden Muse", price: "$390", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420648.jpg"}, ]} title="Featured Collections" description="Exquisite scents for special occasions." @@ -168,7 +113,7 @@ export default function LandingPage() { description="At Luxx Perfumes, we believe in the alchemy of scent. Every blend is curated using the finest ingredients from across the globe." subdescription="Dedicated to excellence, our masters combine timeless tradition with modern luxury." icon={Sparkles} - imageSrc="http://img.b2bpic.net/free-photo/girly-items-arrangement-table_23-2148229223.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/girly-items-arrangement-table_23-2148229223.jpg" mediaAnimation="blur-reveal" /> @@ -179,11 +124,8 @@ export default function LandingPage() { title="Terms of Authenticity" sections={[ { - heading: "Our Commitment", - content: { - type: "paragraph", - text: "Every bottle sold by Luxx Perfumes is guaranteed authentic, sourced directly from our master perfumers.", - }, + heading: "Our Commitment", content: { + text: "Every bottle sold by Luxx Perfumes is guaranteed authentic, sourced directly from our master perfumers."}, }, ]} /> @@ -193,8 +135,7 @@ export default function LandingPage() {