From 05e31526d9f209d07099697d8b9a3ce99f685ef5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 03:19:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 134 ++++++++++------------------------------------- 1 file changed, 29 insertions(+), 105 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a0fe90d..41a804c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,47 +42,26 @@ export default function LandingPage() {
@@ -101,26 +74,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Bespoke Haircuts", - description: "Customized precision cuts focused on maintenance and style.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-haircutting-man-salon_23-2147737059.jpg", - titleIconSrc: "Scissors", - buttonText: "View Detail", - }, + title: "Bespoke Haircuts", description: "Customized precision cuts focused on maintenance and style.", imageSrc: "http://img.b2bpic.net/free-photo/woman-haircutting-man-salon_23-2147737059.jpg", titleIconSrc: "Scissors", buttonText: "View Detail"}, { - title: "Color Alchemy", - description: "Advanced balayage and color blending techniques.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-mixing-hair-dye-bowl_23-2149167363.jpg", - titleIconSrc: "Sparkles", - buttonText: "View Detail", - }, + title: "Color Alchemy", description: "Advanced balayage and color blending techniques.", imageSrc: "http://img.b2bpic.net/free-photo/woman-mixing-hair-dye-bowl_23-2149167363.jpg", titleIconSrc: "Sparkles", buttonText: "View Detail"}, { - title: "Bridal Artistry", - description: "Expert styling for your most significant life moments.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7799.jpg", - titleIconSrc: "Award", - buttonText: "View Detail", - }, + title: "Bridal Artistry", description: "Expert styling for your most significant life moments.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-wedding-dress_285396-7799.jpg", titleIconSrc: "Award", buttonText: "View Detail"}, ]} title="Curated Salon Services" description="Precision cuts and color tailored to your unique identity." @@ -135,45 +93,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah Miller", - role: "Client", - company: "Sacramento", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-black-people-taking-care-afro-hair_23-2149575478.jpg", - }, + id: "t1", name: "Sarah Miller", role: "Client", company: "Sacramento", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-black-people-taking-care-afro-hair_23-2149575478.jpg"}, { - id: "t2", - name: "James Chen", - role: "Client", - company: "Sacramento", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-smiling-woman-is-trying-beautiful-necklace-posh-jewellery-shop_613910-20742.jpg", - }, + id: "t2", name: "James Chen", role: "Client", company: "Sacramento", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-smiling-woman-is-trying-beautiful-necklace-posh-jewellery-shop_613910-20742.jpg"}, { - id: "t3", - name: "Elena Ross", - role: "Client", - company: "Sacramento", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-female-hairdresser-apron-holding-trimmer-looking-aside-confused-standing-green-wall_141793-55408.jpg", - }, + id: "t3", name: "Elena Ross", role: "Client", company: "Sacramento", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-female-hairdresser-apron-holding-trimmer-looking-aside-confused-standing-green-wall_141793-55408.jpg"}, { - id: "t4", - name: "Marcus V.", - role: "Client", - company: "Sacramento", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/charming-women-with-motorcycle-helmets_23-2147771901.jpg", - }, + id: "t4", name: "Marcus V.", role: "Client", company: "Sacramento", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/charming-women-with-motorcycle-helmets_23-2147771901.jpg"}, { - id: "t5", - name: "Julia H.", - role: "Client", - company: "Sacramento", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230959.jpg", - }, + id: "t5", name: "Julia H.", role: "Client", company: "Sacramento", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230959.jpg"}, ]} title="Client Experiences" description="Hear from our guests about their transformation journeys." @@ -186,21 +119,13 @@ export default function LandingPage() { title="Terms & Conditions" sections={[ { - heading: "Appointment Policy", - content: { - type: "paragraph", - text: "A deposit is required for all appointments exceeding two hours. Cancellations must be made 48 hours in advance.", - }, + heading: "Appointment Policy", content: { + text: "A deposit is required for all appointments exceeding two hours. Cancellations must be made 48 hours in advance."}, }, { - heading: "Our Guarantee", - content: { - type: "list", + heading: "Our Guarantee", content: { items: [ - "100% satisfaction guarantee on all cuts.", - "Free consultations for new color clients.", - "Premium salon-grade products included in all services.", - ], + "100% satisfaction guarantee on all cuts.", "Free consultations for new color clients.", "Premium salon-grade products included in all services."], }, }, ]} @@ -211,8 +136,7 @@ export default function LandingPage() {