diff --git a/src/app/page.tsx b/src/app/page.tsx index 17057d6..0ea15a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { name: "Elena V.", handle: "StartUp", testimonial: "Satisfied customer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-promoting-cloths-from-thrift-store_23-2150952340.jpg" }, { name: "John D.", handle: "TechLab", testimonial: "Premium feel.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136872.jpg" }, ]} - buttons={[{ text: "Shop Now", href: "#products" }]} + buttons={[{ text: "View Premium Collection", href: "#products" }]} imageSrc="http://img.b2bpic.net/free-photo/top-view-vr-glasses-earphones-arrangement_23-2148847751.jpg" avatars={[ { src: "http://img.b2bpic.net/free-photo/portrait-smiling-female-employee-holding-tablet-looking-it-with-confident-smile-face-standing-office_141793-21247.jpg", alt: "Customer" }, @@ -193,4 +193,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file