From f7235c96c82f20b09d8a9bcffeac521e8d291a28 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 21:26:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a9ec93..30cea53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} features={[ - { title: "Hair Design", description: "Precision cuts and coloring.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-arranging-bride-s-hair_23-2149722004.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/hands-doing-make-up-hairstyle-young-beautiful-woman_176420-884.jpg", buttonText: "Learn More" }, + { title: "Hair Design", description: "Precision cuts and coloring.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-arranging-bride-s-hair_23-2149722004.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-photo/hands-doing-make-up-hairstyle-young-beautiful-woman_176420-884.jpg", buttonText: "Learn More" }, { title: "Nail Spa", description: "Manicures and pedicures.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-doing-manicure-blue_140725-24218.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/spa-salon-therapy-treatment-massage_53876-15330.jpg", buttonText: "Learn More" }, { title: "Makeup", description: "Glam and everyday looks.", imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-getting-model-ready-photoshootin_23-2149305121.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/make-up-cosmetic-beauty-products-ochre-backdrop_23-2147879029.jpg", buttonText: "Learn More" }, ]} @@ -101,7 +101,7 @@ export default function LandingPage() { description="Shop our top-rated products at special prices for a limited time." products={[ { id: "1", name: "Professional Serum", price: "$45", variant: "Skincare", imageSrc: "http://img.b2bpic.net/free-photo/make-up-cosmetic-beauty-products-ochre-backdrop_23-2147879029.jpg" }, - { id: "2", name: "Luxury Hairspray", price: "$25", variant: "Haircare", imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-arranging-bride-s-hair_23-2149722004.jpg" } + { id: "2", name: "Luxury Hairspray", price: "$25", variant: "Haircare", imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-arranging-bride-s-hair_23-2149722004.jpg?_wi=2" } ]} />