Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c540dd82f | |||
| d9cd8fef8f | |||
| e55f97c349 | |||
| bc059752b7 | |||
| 15ed6aef6a | |||
| 7962314c7e |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user