diff --git a/src/app/page.tsx b/src/app/page.tsx index 598e5dc..b11ea14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,75 +29,30 @@ export default function LandingPage() {
@@ -107,9 +62,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Philosophy" description={[ - "At Luxe Salon, we believe that your hair is your best accessory. Our mission is to provide premium beauty services in a space that feels like home.", - "Led by industry experts, we use only high-quality products to ensure your hair stays healthy, vibrant, and stylish. Experience the transformation you deserve.", - ]} + "At Luxe Salon, we believe that your hair is your best accessory. Our mission is to provide premium beauty services in a space that feels like home.", "Led by industry experts, we use only high-quality products to ensure your hair stays healthy, vibrant, and stylish. Experience the transformation you deserve."]} /> @@ -119,51 +72,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Precision Cuts", - description: "Customized haircuts that suit your features and personal style perfectly.", - icon: Scissors, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-customer-towels_23-2147737015.jpg?_wi=1", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-customer-towels_23-2147737015.jpg?_wi=2", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/regretted-young-beautiful-female-barber-uniform-speaks-phone-isolated-green-background_141793-118626.jpg?_wi=2", - imageAlt: "elegant salon interior modern hair", - }, - { - title: "Expert Coloring", - description: "From subtle highlights to bold transformations using premium sustainable dyes.", - icon: Palette, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg?_wi=2", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg?_wi=3", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg?_wi=4", - imageAlt: "hairdresser styling client beautiful hair", - }, - { - title: "Blow-Dry & Style", - description: "Luxurious wash and blow-out services for any occasion, big or small.", - icon: Sparkles, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/crop-hairdresser-applying-spray-hair_23-2147769861.jpg?_wi=1", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/crop-hairdresser-applying-spray-hair_23-2147769861.jpg?_wi=2", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-head-hairsalon_1157-27180.jpg?_wi=2", - imageAlt: "woman getting hair washed in salon", - }, + { title: "Precision Cuts", description: "Customized haircuts that suit your features and personal style perfectly.", icon: Scissors, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-customer-towels_23-2147737015.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-customer-towels_23-2147737015.jpg" }] }, + { title: "Expert Coloring", description: "From subtle highlights to bold transformations using premium sustainable dyes.", icon: Palette, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg" }] }, + { title: "Blow-Dry & Style", description: "Luxurious wash and blow-out services for any occasion, big or small.", icon: Sparkles, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/crop-hairdresser-applying-spray-hair_23-2147769861.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/crop-hairdresser-applying-spray-hair_23-2147769861.jpg" }] }, ]} title="Salon Services" description="Comprehensive beauty solutions tailored to your unique hair type and lifestyle." @@ -174,48 +85,14 @@ export default function LandingPage() {