From 9ab05f6c01c7ecdc5626cdd5f9a934ae32e9c989 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:31:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 73 +++++++++++++++++------------------------------- 1 file changed, 25 insertions(+), 48 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 23bd4fa..2154327 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,8 +75,7 @@ export default function HomePage() { brandName="Elevate Beauty" navItems={navItems} button={{ - text: "Shop Now", href: "#products" - }} + text: "Shop Now", href: "#products"}} /> @@ -90,20 +89,15 @@ export default function HomePage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cosmetic-beauty-makeup_1150-6662.jpg", imageAlt: "Luxury makeup palette" - }, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cosmetic-beauty-makeup_1150-6662.jpg", imageAlt: "Luxury makeup palette"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-european-woman-wedding-dress-wearing-necklace-ring_343596-847.jpg", imageAlt: "Diamond jewelry collection" - }, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-european-woman-wedding-dress-wearing-necklace-ring_343596-847.jpg", imageAlt: "Diamond jewelry collection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-make-up-brushes-wooden-background-beauty-industry_482257-9815.jpg", imageAlt: "Professional makeup brushes" - }, + imageSrc: "http://img.b2bpic.net/free-photo/professional-make-up-brushes-wooden-background-beauty-industry_482257-9815.jpg", imageAlt: "Professional makeup brushes"}, { - imageSrc: "http://img.b2bpic.net/free-photo/bright-engagement-gold-shiny-love-macro_1400-32.jpg", imageAlt: "Gold necklace" - }, + imageSrc: "http://img.b2bpic.net/free-photo/bright-engagement-gold-shiny-love-macro_1400-32.jpg", imageAlt: "Gold necklace"}, { - imageSrc: "http://img.b2bpic.net/free-photo/lipsticks-near-cosmetics-case_23-2147778928.jpg", imageAlt: "Lipstick collection" - }, + imageSrc: "http://img.b2bpic.net/free-photo/lipsticks-near-cosmetics-case_23-2147778928.jpg", imageAlt: "Lipstick collection"}, ]} mediaAnimation="slide-up" buttons={[ @@ -117,29 +111,23 @@ export default function HomePage() {