From 0e8ab0073bc52cbec0e8004ee77d1718941b0fe0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 03:59:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c0ff3f..00593c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,7 +32,7 @@ export default function LandingPage() { @@ -107,7 +107,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah T.", handle: "@sarahbeauty", testimonial: "My skin has never felt this hydrated and soft!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-natural-young-woman-portrait_23-2148994706.jpg" }, { id: "2", name: "Mark L.", handle: "@markglows", testimonial: "Finally found a cleanser that doesn't strip my skin.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-as-habit_23-2149240972.jpg" }, - { id: "3", name: "Elena R.", handle: "@elena_skin", testimonial: "Obsessed with the radiance serum. It changed my life.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-athlete-with-closed-eyes_23-2148267274.jpg" }, + { id: "3", name: "Elena R.", handle: "@elena_skin", testimonial: "Obsessed with the retinol serum. It changed my life.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-athlete-with-closed-eyes_23-2148267274.jpg" }, { id: "4", name: "Chloe B.", handle: "@chloeb", testimonial: "Sustainable packaging and amazing quality. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg" }, { id: "5", name: "David W.", handle: "@david_skin", testimonial: "Visible results in just two weeks. Truly impressive.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-recording-himself_23-2150336054.jpg" }, ]} @@ -173,7 +173,7 @@ export default function LandingPage() { logoText="Luminous Beauty" columns={[ { - title: "Shop", items: [ + title: "Store", items: [ { label: "All Products", href: "#products" }, { label: "New Arrivals", href: "#" }, { label: "Best Sellers", href: "#products" }, @@ -199,4 +199,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1