diff --git a/src/app/page.tsx b/src/app/page.tsx index 22c0f4f..a51cb3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,9 +86,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Precision Haircut", description: "Customized cuts tailored to your unique style and hair type.", bentoComponent: "reveal-icon", icon: Scissors, imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185640.jpg", imageAlt: "barbershop interior modern classic" }, - { title: "Traditional Shave", description: "Experience a classic straight razor shave for the ultimate smooth finish.", bentoComponent: "reveal-icon", icon: Sparkles, imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5414.jpg", imageAlt: "barber expert hands grooming" }, - { title: "Beard Grooming", description: "Expert trimming and conditioning to define your signature look.", bentoComponent: "reveal-icon", icon: Award, imageSrc: "http://img.b2bpic.net/free-photo/client-barber-greeting-each-other-barbershop_23-2148181951.jpg", imageAlt: "happy client professional barber" }, + { title: "Precision Haircut", description: "Customized cuts tailored to your unique style and hair type.", bentoComponent: "reveal-icon", icon: Scissors }, + { title: "Traditional Shave", description: "Experience a classic straight razor shave for the ultimate smooth finish.", bentoComponent: "reveal-icon", icon: Sparkles }, + { title: "Beard Grooming", description: "Expert trimming and conditioning to define your signature look.", bentoComponent: "reveal-icon", icon: Award }, ]} title="Our Grooming Services" description="We offer a range of services designed to keep you sharp."