From b9fa7d19d201ee4fbe37c3c7f8bec6e744ed79d2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 06:15:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 69f5494..fe6d88d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,6 +46,7 @@ export default function LandingPage() { background={{ variant: "plain" }} title="Walk the Line of Elegance" description="Pablo redefines modern luxury footwear with artisanal craftsmanship and bold design. Elevate every step with precision." + buttons={[{ text: "Shop the Collection", href: "#products" }]} testimonials={[ { name: "Elena R.", handle: "@elena_r", testimonial: "The comfort and design are unmatched. Truly luxury.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-sharing-tender-public-intimacy-moments_23-2149430276.jpg?_wi=1", imageAlt: "luxury shoe photography studio" }, { name: "Mark S.", handle: "@marks_style", testimonial: "Pablo shoes changed my entire wardrobe approach.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-studio-creates-leather-ware_1157-33211.jpg", imageAlt: "luxury shoe photography studio" }, @@ -183,4 +184,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file