From 3e691431fb4c3ea5982bc36e9b68b47f4447b0f3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 18:25:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f53956..d486acf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { title="Luxury Hair. Bold Beauty. Timeless Confidence." description="Experience premium hairstyling, flawless installs, and expert beauty care with Jean’s Hair Team." buttons={[{ text: "Book Appointment", href: "#contact" }, { text: "View Services", href: "#services" }]} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-posing-with-photo-tape-red-background_114579-60923.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-posing-with-photo-tape-red-background_114579-60923.jpg?_wi=1" imageAlt="Glmorous salon hair model" mediaAnimation="slide-up" avatars={[ @@ -84,7 +84,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { title: "Wig Installations", description: "Flawless, natural-looking wig installs designed to elevate your style.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-drying-woman39s-hair_657883-585.jpg", imageAlt: "Wig install" }, + { title: "Wig Installations", description: "Flawless, natural-looking wig installs designed to elevate your style.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-drying-woman39s-hair_657883-585.jpg?_wi=1", imageAlt: "Wig install" }, { title: "Signature Braids", description: "Expertly crafted protective braid styles for modern sophistication.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-done-salon_23-2148976115.jpg", imageAlt: "Braids" }, { title: "Luxury Treatments", description: "Deep conditioning and restorative treatments to maintain your hair health.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-flowing-shiny-long-brown-hair_23-2151989128.jpg", imageAlt: "Treatment" }, ]} @@ -136,8 +136,8 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { id: "b-1", title: "Installments", price: "$150+", period: "Session", features: ["Consultation", "Install", "Style", "Care Kit"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/beauty-salon-with-cosmetology-equipment-anime-style_23-2151501044.jpg", imageAlt: "luxury hair salon interior" }, - { id: "b-2", title: "Protective Styles", price: "$100+", period: "Session", features: ["Deep Clean", "Braiding", "Style", "Edge Control"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-with-photo-tape-red-background_114579-60923.jpg", imageAlt: "luxury hair salon interior" }, - { id: "b-3", title: "Beauty Care", price: "$50+", period: "Session", features: ["Conditioning", "Trim", "Treatment", "Finish"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-drying-woman39s-hair_657883-585.jpg", imageAlt: "luxury hair salon interior" }, + { id: "b-2", title: "Protective Styles", price: "$100+", period: "Session", features: ["Deep Clean", "Braiding", "Style", "Edge Control"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-with-photo-tape-red-background_114579-60923.jpg?_wi=2", imageAlt: "luxury hair salon interior" }, + { id: "b-3", title: "Beauty Care", price: "$50+", period: "Session", features: ["Conditioning", "Trim", "Treatment", "Finish"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-drying-woman39s-hair_657883-585.jpg?_wi=2", imageAlt: "luxury hair salon interior" }, ]} title="Ready for Your Transformation?" description="Transparent pricing for our most popular services." -- 2.49.1