6 Commits

Author SHA1 Message Date
5fc1d07934 Update src/app/page.tsx 2026-04-17 06:16:36 +00:00
803a565fd0 Merge version_2 into main
Merge version_2 into main
2026-04-17 06:15:49 +00:00
b9fa7d19d2 Update src/app/page.tsx 2026-04-17 06:15:43 +00:00
548cc530bf Merge version_1 into main
Merge version_1 into main
2026-04-17 06:14:45 +00:00
8253c6fa9a Merge version_1 into main
Merge version_1 into main
2026-04-17 06:14:22 +00:00
f406004664 Merge version_1 into main
Merge version_1 into main
2026-04-17 06:13:52 +00:00

View File

@@ -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" },
@@ -102,6 +103,7 @@ export default function LandingPage() {
]}
title="Our Latest Collection"
description="Discover curated styles for every occasion."
buttons={[{ text: "Browse Full Catalog", href: "/catalog" }]}
/>
</div>
@@ -183,4 +185,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}