diff --git a/src/app/page.tsx b/src/app/page.tsx
index f0058d9..151d9a4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,18 +30,12 @@ export default function LandingPage() {
@@ -50,56 +44,25 @@ export default function LandingPage() {
@@ -123,15 +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: { 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: { 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: { 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: { 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: { 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: { icon: Award }, imageSrc: "http://img.b2bpic.net/free-photo/client-barber-greeting-each-other-barbershop_23-2148181951.jpg", imageAlt: "happy client professional barber" },
]}
title="Our Grooming Services"
description="We offer a range of services designed to keep you sharp."
@@ -144,18 +101,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
- {
- id: "p1", tag: "Quick", price: "$35", period: "/session", description: "The perfect touch-up.", button: {
- text: "Book", href: "#contact"},
- featuresTitle: "Included", features: [
- "Precision Cut", "Neck Shave"],
- },
- {
- id: "p2", tag: "Popular", price: "$55", period: "/session", description: "The full premium package.", button: {
- text: "Book", href: "#contact"},
- featuresTitle: "Everything in Quick, plus:", features: [
- "Hot Towel Treatment", "Beard Trim", "Scalp Massage"],
- },
+ { id: "p1", tag: "Quick", price: "$35", period: "/session", description: "The perfect touch-up.", button: { text: "Book", href: "#contact" }, featuresTitle: "Included", features: ["Precision Cut", "Neck Shave"] },
+ { id: "p2", tag: "Popular", price: "$55", period: "/session", description: "The full premium package.", button: { text: "Book", href: "#contact" }, featuresTitle: "Everything in Quick, plus:", features: ["Hot Towel Treatment", "Beard Trim", "Scalp Massage"] },
]}
title="Choose Your Grooming Experience"
description="Clear, upfront pricing for elite services."
@@ -168,16 +115,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1", name: "Alex R.", role: "Architect", testimonial: "Consistently excellent haircuts.", imageSrc: "http://img.b2bpic.net/free-photo/client-barber-greeting-each-other-barbershop_23-2148181951.jpg"},
- {
- id: "2", name: "Ben T.", role: "Engineer", testimonial: "Great attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-carrying-puppy-bag_23-2150565383.jpg"},
- {
- id: "3", name: "Chris M.", role: "Designer", testimonial: "Almog is a master of the trade.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hair-salon_23-2150665422.jpg"},
- {
- id: "4", name: "David W.", role: "Teacher", testimonial: "Very professional setting.", imageSrc: "http://img.b2bpic.net/free-photo/back-view-customer-checking-his-beard_23-2148298299.jpg"},
- {
- id: "5", name: "Eddie H.", role: "Chef", testimonial: "My go-to spot for years.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-elegantly-dressed-young-man-with-stylish-beard-hair-holding-hand-chin-looking-camera-studio-photo-against-dark-wall-background_613910-20287.jpg"},
+ { id: "1", name: "Alex R.", role: "Architect", testimonial: "Consistently excellent haircuts.", imageSrc: "http://img.b2bpic.net/free-photo/client-barber-greeting-each-other-barbershop_23-2148181951.jpg" },
+ { id: "2", name: "Ben T.", role: "Engineer", testimonial: "Great attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-carrying-puppy-bag_23-2150565383.jpg" },
+ { id: "3", name: "Chris M.", role: "Designer", testimonial: "Almog is a master of the trade.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hair-salon_23-2150665422.jpg" },
+ { id: "4", name: "David W.", role: "Teacher", testimonial: "Very professional setting.", imageSrc: "http://img.b2bpic.net/free-photo/back-view-customer-checking-his-beard_23-2148298299.jpg" },
+ { id: "5", name: "Eddie H.", role: "Chef", testimonial: "My go-to spot for years.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-elegantly-dressed-young-man-with-stylish-beard-hair-holding-hand-chin-looking-camera-studio-photo-against-dark-wall-background_613910-20287.jpg" },
]}
title="Customer Stories"
description="See why locals trust us for their grooming."
@@ -187,8 +129,7 @@ export default function LandingPage() {