Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-18 05:04:57 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroOverlayTestimonial
title="Masterful Grooming in the Heart of the City"
description="Experience professional cuts, precision beard trimming, and premium hot towel shaves. Your style, redefined."
imageSrc="http://img.b2bpic.net/free-photo/view-vintage-sewing-machine_23-2150315196.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-vintage-sewing-machine_23-2150315196.jpg?_wi=1"
testimonials={[
{ name: "Alex R.", handle: "@alexr", testimonial: "Best haircut I've had in years!", rating: 5 },
{ name: "James L.", handle: "@jamesl", testimonial: "Exceptional attention to detail.", rating: 5 }
@@ -82,7 +82,7 @@ export default function LandingPage() {
products={[
{ id: "p1", name: "Beard Oil", price: "$25", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-medical-sample_23-2148440028.jpg" },
{ id: "p2", name: "Styling Clay", price: "$28", variant: "Matte", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bearded-senior-man-holding-serum_23-2148621174.jpg" },
{ id: "p3", name: "Shampoo", price: "$20", variant: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-sewing-machine_23-2150315196.jpg" }
{ id: "p3", name: "Shampoo", price: "$20", variant: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-sewing-machine_23-2150315196.jpg?_wi=2" }
]}
gridVariant="asymmetric-60-wide-40-narrow"
animationType="slide-up"