6 Commits

Author SHA1 Message Date
14799fd970 Update src/app/page.tsx 2026-04-27 18:28:24 +00:00
5e3ab17e86 Merge version_2 into main
Merge version_2 into main
2026-04-27 18:27:09 +00:00
71f49e90db Update src/app/page.tsx 2026-04-27 18:27:06 +00:00
dc5149530f Merge version_1 into main
Merge version_1 into main
2026-04-27 18:25:33 +00:00
f8a92d1860 Merge version_1 into main
Merge version_1 into main
2026-04-27 18:25:10 +00:00
5c9bfa3c01 Merge version_1 into main
Merge version_1 into main
2026-04-27 18:24:42 +00:00

View File

@@ -96,9 +96,10 @@ export default function LandingPage() {
<div id="gallery" data-section="gallery">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
textboxLayout="split-actions"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
buttons={[{ text: "Book Your Session", href: "#contact" }]}
products={[
{ id: "1", brand: "Style", name: "Bridal Updo", price: "From $150", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/bride-with-wedding-dress_23-2148106130.jpg" },
{ id: "2", brand: "Style", name: "Luxury Weave", price: "From $200", rating: 5, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167370.jpg" },
@@ -162,6 +163,7 @@ export default function LandingPage() {
title="Contact Us Today"
description="Ready to look extraordinary? Reach out via WhatsApp or visit our salon."
mediaAnimation="slide-up"
buttonText="Request Callback"
inputPlaceholder="Enter your phone number for WhatsApp callback"
imageSrc="http://img.b2bpic.net/free-photo/woman-styling-her-hair-saloon_107420-12143.jpg"
imageAlt="Professional stylist working"
@@ -182,4 +184,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}