6 Commits

Author SHA1 Message Date
8c540dd82f Merge version_4 into main
Merge version_4 into main
2026-05-11 11:48:09 +00:00
d9cd8fef8f Update src/app/page.tsx 2026-05-11 11:48:06 +00:00
e55f97c349 Merge version_3 into main
Merge version_3 into main
2026-05-11 11:47:28 +00:00
bc059752b7 Update src/app/page.tsx 2026-05-11 11:47:25 +00:00
15ed6aef6a Merge version_2 into main
Merge version_2 into main
2026-05-11 11:45:48 +00:00
7962314c7e Merge version_2 into main
Merge version_2 into main
2026-05-11 11:45:21 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
title="Welcome to Traffic Jam Saloon"
description="Professional Haircuts, Beard Styling, Facial & Grooming Services. Style That Stops Traffic."
buttons={[
{ text: "Book Appointment", href: "#contact" },
{ text: "Book Your Spot", href: "#contact" },
{ text: "Call Now", href: "tel:+910000000000" }
]}
imageSrc="http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7234.jpg?_wi=1"
@@ -96,8 +96,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "1", tag: "Basic", price: "₹100", period: "service", description: "Classic Hair Cut", button: { text: "Book", href: "#contact" }, featuresTitle: "Includes", features: ["Wash", "Cut", "Style"] },
{ id: "2", tag: "Popular", price: "₹300", period: "service", description: "Professional Facial", button: { text: "Book", href: "#contact" }, featuresTitle: "Includes", features: ["Cleansing", "Massage", "Glow"] },
{ id: "1", tag: "Basic", price: "₹100", period: "service", description: "Classic Hair Cut", button: { text: "Book", href: "#contact" }, featuresTitle: "Includes", features: ["Wash", "Cut", "Style"] },
{ id: "3", tag: "Complete", price: "₹400", period: "service", description: "Hair Spa Package", button: { text: "Book", href: "#contact" }, featuresTitle: "Includes", features: ["Massage", "Treatment", "Relaxation"] }
]}
title="Transparent Pricing"