From 9ca4bff97b6f6a2f19027423d061b544cce15f77 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:17:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 162 +++++++++++------------------------------------ 1 file changed, 37 insertions(+), 125 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9797713..8cef9fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,35 +44,22 @@ export default function LandingPage() {
@@ -90,18 +69,11 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "The Art of ", - }, + type: "text", content: "The Art of "}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/woman-pouring-water-container-filled-with-torned-papers_23-2147845600.jpg", - alt: "Crafting", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/woman-pouring-water-container-filled-with-torned-papers_23-2147845600.jpg", alt: "Crafting"}, { - type: "text", - content: " Pure Fragrance", - }, + type: "text", content: " Pure Fragrance"}, ]} /> @@ -114,32 +86,14 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - brand: "Aura", - name: "Midnight Bloom", - price: "$120", - rating: 5, - reviewCount: "128", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-covers-collection_23-2149052404.jpg", - }, + id: "p1", brand: "Aura", name: "Midnight Bloom", price: "$120", rating: 5, + reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-covers-collection_23-2149052404.jpg"}, { - id: "p2", - brand: "Aura", - name: "Golden Hour", - price: "$150", - rating: 5, - reviewCount: "92", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-flowers-light-background_140725-145496.jpg", - }, + id: "p2", brand: "Aura", name: "Golden Hour", price: "$150", rating: 5, + reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-flowers-light-background_140725-145496.jpg"}, { - id: "p3", - brand: "Aura", - name: "Sandalwood Noir", - price: "$180", - rating: 5, - reviewCount: "215", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-bottle-fragrance-parfume-designed-colors-white-wall_140725-11607.jpg", - }, + id: "p3", brand: "Aura", name: "Sandalwood Noir", price: "$180", rating: 5, + reviewCount: "215", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bottle-fragrance-parfume-designed-colors-white-wall_140725-11607.jpg"}, ]} title="Our Signature Collection" description="Exquisite scents for every occasion." @@ -148,50 +102,26 @@ export default function LandingPage() {
@@ -230,25 +150,17 @@ export default function LandingPage() { { items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Shop", - href: "#products", - }, + label: "Shop", href: "#products"}, ], }, { items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]} -- 2.49.1