diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0645d1b..1c0df21 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,16 +31,11 @@ export default function LandingPage() {
@@ -48,45 +43,27 @@ export default function LandingPage() {
@@ -97,42 +74,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "1", title: "Haircut", price: "$25+", period: "", features: [
- "Basic cut", "Clean finish"],
- button: {
- text: "Call Now", href: "tel:7187201978"},
- imageSrc: "http://img.b2bpic.net/free-photo/working-tools-barber-master_651396-126.jpg", imageAlt: "Working tools of barber master"},
- {
- id: "2", title: "Skin Fade", price: "$30+", period: "", features: [
- "Detailed fade", "Premium finish"],
- button: {
- text: "Call Now", href: "tel:7187201978"},
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313014.jpg", imageAlt: "Working tools of barber master"},
- {
- id: "3", title: "Beard Trim", price: "$15+", period: "", features: [
- "Line up", "Detail work"],
- button: {
- text: "Call Now", href: "tel:7187201978"},
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506215.jpg", imageAlt: "Working tools of barber master"},
- {
- id: "4", title: "Haircut + Beard", price: "$40+", period: "", features: [
- "Full service", "Sharp look"],
- button: {
- text: "Call Now", href: "tel:7187201978"},
- imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-supplies-wooden-background_23-2147711598.jpg", imageAlt: "Working tools of barber master"},
- {
- id: "5", title: "Kids Haircut", price: "$20+", period: "", features: [
- "Patient service", "Fresh cut"],
- button: {
- text: "Call Now", href: "tel:7187201978"},
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-customer-waiting-haircut_23-2148256975.jpg", imageAlt: "Working tools of barber master"},
- {
- id: "6", title: "Shape Up", price: "$10+", period: "", features: [
- "Edge up", "Clean lines"],
- button: {
- text: "Call Now", href: "tel:7187201978"},
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-man-getting-haircut_23-2148224298.jpg", imageAlt: "Working tools of barber master"},
+ { id: "1", title: "Haircut", price: "$25+", period: "", features: ["Basic cut", "Clean finish"], button: { text: "Call Now", href: "tel:7187201978" }, imageSrc: "http://img.b2bpic.net/free-photo/working-tools-barber-master_651396-126.jpg", imageAlt: "Working tools of barber master" },
+ { id: "2", title: "Skin Fade", price: "$30+", period: "", features: ["Detailed fade", "Premium finish"], button: { text: "Call Now", href: "tel:7187201978" }, imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313014.jpg", imageAlt: "Working tools of barber master" },
+ { id: "3", title: "Beard Trim", price: "$15+", period: "", features: ["Line up", "Detail work"], button: { text: "Call Now", href: "tel:7187201978" }, imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506215.jpg", imageAlt: "Working tools of barber master" },
+ { id: "4", title: "Haircut + Beard", price: "$40+", period: "", features: ["Full service", "Sharp look"], button: { text: "Call Now", href: "tel:7187201978" }, imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-supplies-wooden-background_23-2147711598.jpg", imageAlt: "Working tools of barber master" },
+ { id: "5", title: "Kids Haircut", price: "$20+", period: "", features: ["Patient service", "Fresh cut"], button: { text: "Call Now", href: "tel:7187201978" }, imageSrc: "http://img.b2bpic.net/free-photo/side-view-customer-waiting-haircut_23-2148256975.jpg", imageAlt: "Working tools of barber master" },
+ { id: "6", title: "Shape Up", price: "$10+", period: "", features: ["Edge up", "Clean lines"], button: { text: "Call Now", href: "tel:7187201978" }, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-man-getting-haircut_23-2148224298.jpg", imageAlt: "Working tools of barber master" },
]}
title="Our Services"
description="Prices are starting points. Call for exact pricing."
@@ -145,18 +92,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Fades", description: "Expert skin fades.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506215.jpg" },
- phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-supplies-wooden-background_23-2147711598.jpg" }
- },
- {
- title: "Detail", description: "Crisp line-ups.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-customer-waiting-haircut_23-2148256975.jpg" },
- phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-man-getting-haircut_23-2148224298.jpg" }
- },
- {
- title: "Atmosphere", description: "Authentic shop vibe.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7351.jpg" },
- phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/different-razors-table_23-2147736988.jpg" }
- },
+ { title: "Fades", description: "Expert skin fades.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506215.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-supplies-wooden-background_23-2147711598.jpg" } },
+ { title: "Detail", description: "Crisp line-ups.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-customer-waiting-haircut_23-2148256975.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-man-getting-haircut_23-2148224298.jpg" } },
+ { title: "Atmosphere", description: "Authentic shop vibe.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7351.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/different-razors-table_23-2147736988.jpg" } },
]}
showStepNumbers={false}
title="Fresh Cuts. Real Style."
@@ -169,18 +107,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Why Latin Barber Shop?"
metrics={[
- {
- icon: Scissors,
- label: "Skilled Barbers", value: "Expert"},
- {
- icon: DollarSign,
- label: "Affordable Price", value: "Fair"},
- {
- icon: Users,
- label: "Walk-Ins", value: "Easy"},
- {
- icon: CalendarDays,
- label: "Open Daily", value: "7 Days"},
+ { icon: Scissors, label: "Skilled Barbers", value: "Expert" },
+ { icon: DollarSign, label: "Affordable Price", value: "Fair" },
+ { icon: Users, label: "Walk-Ins", value: "Easy" },
+ { icon: CalendarDays, label: "Open Daily", value: "7 Days" },
]}
metricsAnimation="slide-up"
/>
@@ -191,16 +121,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1", title: "Staten Island Local", quote: "Best spot for a quick fade. Always consistent.", name: "Alex R.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985714.jpg"},
- {
- id: "2", title: "Fast Service", quote: "Walked in and got a great haircut immediately.", name: "Brian M.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313016.jpg"},
- {
- id: "3", title: "Affordable", quote: "Great prices, even better service. My favorite shop.", name: "Carlos D.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18429.jpg"},
- {
- id: "4", title: "Clean Lines", quote: "Barbers here actually listen to what you want.", name: "David L.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-getting-haircut_23-2148506327.jpg"},
- {
- id: "5", title: "Friendly", quote: "Local shop with a welcoming vibe for everyone.", name: "Eddie V.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205861.jpg"},
+ { id: "1", title: "Staten Island Local", quote: "Best spot for a quick fade. Always consistent.", name: "Alex R.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985714.jpg" },
+ { id: "2", title: "Fast Service", quote: "Walked in and got a great haircut immediately.", name: "Brian M.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313016.jpg" },
+ { id: "3", title: "Affordable", quote: "Great prices, even better service. My favorite shop.", name: "Carlos D.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18429.jpg" },
+ { id: "4", title: "Clean Lines", quote: "Barbers here actually listen to what you want.", name: "David L.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-getting-haircut_23-2148506327.jpg" },
+ { id: "5", title: "Friendly", quote: "Local shop with a welcoming vibe for everyone.", name: "Eddie V.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205861.jpg" },
]}
title="Our Community"
description="Latin Barber Shop is a trusted neighborhood staple known for clean cuts, friendly service, and affordable prices."
@@ -211,14 +136,10 @@ export default function LandingPage() {