From ab6e2e24a1047aac999272881083a56c112bd086 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 13:53:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 171 +++++++++++------------------------------------ 1 file changed, 38 insertions(+), 133 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc6e778..b264d57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Star } from "lucide-react"; +import { Star, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,63 +47,40 @@ export default function LandingPage() {
@@ -126,25 +93,15 @@ export default function LandingPage() { description="Talk of the Town Hair Salon has been serving Lubbock with love and style. Rated 4.7 stars by our happy clients." bulletPoints={[ { - title: "Expert Styling", - description: "Years of experience delivering exceptional hair care.", - }, + title: "Expert Styling", description: "Years of experience delivering exceptional hair care."}, { - title: "Warm Atmosphere", - description: "Experience comfort and professional hospitality.", - }, + title: "Warm Atmosphere", description: "Experience comfort and professional hospitality."}, { - title: "Top-Rated Quality", - description: "Consistently rated 4.7 stars by our community.", - }, + title: "Top-Rated Quality", description: "Consistently rated 4.7 stars by our community."}, { - title: "Local Favorite", - description: "Proudly serving the Lubbock area with passion.", - }, + title: "Local Favorite", description: "Proudly serving the Lubbock area with passion."}, { - title: "Modern Tools", - description: "Using high-end equipment for best results.", - }, + title: "Modern Tools", description: "Using high-end equipment for best results."}, ]} imageSrc="http://img.b2bpic.net/free-photo/elegant-hotel-reception-lobby_482257-76206.jpg" mediaAnimation="slide-up" @@ -157,34 +114,19 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Blow Dry", - description: "Professional sleek blow out.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-hairdresser-styling-customer_23-2147769853.jpg", - buttonIcon: "ArrowRight", + title: "Blow Dry", description: "Professional sleek blow out.", imageSrc: "http://img.b2bpic.net/free-photo/crop-hairdresser-styling-customer_23-2147769853.jpg", buttonIcon: ArrowRight, }, { - title: "Box Braids", - description: "Expert braiding styles.", - imageSrc: "http://img.b2bpic.net/free-photo/girl-shaking-her-pink-braided-hair_53876-137584.jpg", - buttonIcon: "ArrowRight", + title: "Box Braids", description: "Expert braiding styles.", imageSrc: "http://img.b2bpic.net/free-photo/girl-shaking-her-pink-braided-hair_53876-137584.jpg", buttonIcon: ArrowRight, }, { - title: "Hair Coloring", - description: "Vibrant and healthy color.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229745.jpg", - buttonIcon: "ArrowRight", + title: "Hair Coloring", description: "Vibrant and healthy color.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229745.jpg", buttonIcon: ArrowRight, }, { - title: "Short Curly Styles", - description: "Defining your curls perfectly.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-done-beauty-salon_23-2149167405.jpg", - buttonIcon: "ArrowRight", + title: "Short Curly Styles", description: "Defining your curls perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-done-beauty-salon_23-2149167405.jpg", buttonIcon: ArrowRight, }, { - title: "Styling Consultation", - description: "Personalized advice for your hair type.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-hairdresser-blow-drying-woman-s-short-hair-beauty-salon_181624-20887.jpg", - buttonIcon: "ArrowRight", + title: "Styling Consultation", description: "Personalized advice for your hair type.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-hairdresser-blow-drying-woman-s-short-hair-beauty-salon_181624-20887.jpg", buttonIcon: ArrowRight, }, ]} title="Our Services" @@ -198,45 +140,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Great Experience", - quote: "Talk of the Town is the best salon in Lubbock! Always love my hair.", - name: "Sarah J.", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-singing_1187-3682.jpg", - }, + id: "1", title: "Great Experience", quote: "Talk of the Town is the best salon in Lubbock! Always love my hair.", name: "Sarah J.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-singing_1187-3682.jpg"}, { - id: "2", - title: "Professional Styling", - quote: "The staff here are so welcoming and talented. Highly recommend.", - name: "Michael R.", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-her-client_23-2149319771.jpg", - }, + id: "2", title: "Professional Styling", quote: "The staff here are so welcoming and talented. Highly recommend.", name: "Michael R.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-her-client_23-2149319771.jpg"}, { - id: "3", - title: "Lovely Salon", - quote: "Warm atmosphere and fantastic color work. Truly local favorite.", - name: "Emily K.", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-857.jpg", - }, + id: "3", title: "Lovely Salon", quote: "Warm atmosphere and fantastic color work. Truly local favorite.", name: "Emily K.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-857.jpg"}, { - id: "4", - title: "Top Quality", - quote: "My braids were perfect and the service was quick!", - name: "David L.", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-home-getting-ready-haircut_23-2148817221.jpg", - }, + id: "4", title: "Top Quality", quote: "My braids were perfect and the service was quick!", name: "David L.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-home-getting-ready-haircut_23-2148817221.jpg"}, { - id: "5", - title: "Highly Recommend", - quote: "Always leave feeling great. Best salon in town.", - name: "Jessica M.", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg", - }, + id: "5", title: "Highly Recommend", quote: "Always leave feeling great. Best salon in town.", name: "Jessica M.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg"}, ]} title="Client Reviews" description="Rated 4.7 stars / 19 reviews" @@ -247,14 +159,11 @@ export default function LandingPage() { @@ -263,13 +172,9 @@ export default function LandingPage() {