From a36908693d7da0c0d25a1b2978e4d415b3ef0b8e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:30:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ab182e5..3a19ce3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,15 +68,15 @@ export default function LandingPage() { features={[ { id: "1", title: "Professional Haircuts", author: "Expert Stylists", description: "Precision cuts tailored to your face shape and style preferences. Quick, efficient, and lasting results.", tags: ["Cuts", "Men & Women", "30 mins"], - imageSrc: "http://img.b2bpic.net/free-photo/adult-hairdresser-shaving-customers-beard-hair-salon_23-2148181971.jpg", imageAlt: "Professional haircut service" + imageSrc: "http://img.b2bpic.net/free-photo/adult-hairdresser-shaving-customers-beard-hair-salon_23-2148181971.jpg?_wi=1", imageAlt: "Professional haircut service" }, { id: "2", title: "Hair Coloring & Treatments", author: "Color Specialists", description: "Vibrant colors, root touch-ups, and nourishing treatments. Fast service with guaranteed color satisfaction.", tags: ["Color", "Treatments", "60 mins"], - imageSrc: "http://img.b2bpic.net/free-photo/girl-smiles-broadly-points-you-asks-join-her-team-has-bright-colored-hair-piercing-nose-wears-hat-checkered-shirt-stands-pink_273609-54538.jpg", imageAlt: "Hair coloring treatment" + imageSrc: "http://img.b2bpic.net/free-photo/girl-smiles-broadly-points-you-asks-join-her-team-has-bright-colored-hair-piercing-nose-wears-hat-checkered-shirt-stands-pink_273609-54538.jpg?_wi=1", imageAlt: "Hair coloring treatment" }, { id: "3", title: "Special Occasion Styling", author: "Styling Experts", description: "Beautiful updos and event styling for weddings, parties, and special moments. Book ahead for quick turnaround.", tags: ["Styling", "Events", "45 mins"], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-bride-getting-hair-done_23-2149860769.jpg", imageAlt: "Special occasion hair styling" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-bride-getting-hair-done_23-2149860769.jpg?_wi=1", imageAlt: "Special occasion hair styling" } ]} animationType="slide-up" @@ -151,15 +151,15 @@ export default function LandingPage() { tagAnimation="slide-up" plans={[ { - id: "basic", title: "Quick Cut", price: "$35", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/adult-hairdresser-shaving-customers-beard-hair-salon_23-2148181971.jpg", imageAlt: "Quick cut service", button: { text: "Book Now", href: "contact" }, + id: "basic", title: "Quick Cut", price: "$35", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/adult-hairdresser-shaving-customers-beard-hair-salon_23-2148181971.jpg?_wi=2", imageAlt: "Quick cut service", button: { text: "Book Now", href: "contact" }, features: ["Professional haircut", "5-minute consultation", "Style advice included"] }, { - id: "pro", title: "Complete Style", price: "$65", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bride-getting-hair-done_23-2149860769.jpg", imageAlt: "Complete styling service", button: { text: "Book Now", href: "contact" }, + id: "pro", title: "Complete Style", price: "$65", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bride-getting-hair-done_23-2149860769.jpg?_wi=2", imageAlt: "Complete styling service", button: { text: "Book Now", href: "contact" }, features: ["Cut + styling", "Color consultation", "Premium products", "Extended consultation"] }, { - id: "premium", title: "Transformation", price: "$120", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/girl-smiles-broadly-points-you-asks-join-her-team-has-bright-colored-hair-piercing-nose-wears-hat-checkered-shirt-stands-pink_273609-54538.jpg", imageAlt: "Hair transformation service", button: { text: "Book Now", href: "contact" }, + id: "premium", title: "Transformation", price: "$120", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/girl-smiles-broadly-points-you-asks-join-her-team-has-bright-colored-hair-piercing-nose-wears-hat-checkered-shirt-stands-pink_273609-54538.jpg?_wi=2", imageAlt: "Hair transformation service", button: { text: "Book Now", href: "contact" }, features: ["Cut + color treatment", "Deep conditioning", "Personalized styling", "VIP consultation", "Follow-up included"] } ]} -- 2.49.1