2 Commits

Author SHA1 Message Date
cb2cbec644 Update src/app/page.tsx 2026-05-25 00:23:54 +00:00
38799657a9 Merge version_2 into main
Merge version_2 into main
2026-05-25 00:23:18 +00:00

View File

@@ -106,23 +106,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "basic", title: "Classic Cut", price: "$30", period: "per session", features: ["Consultation", "Haircut", "Style"], id: "basic", title: "Classic Cut", price: "110 QAR", period: "per session", features: ["Consultation", "Haircut", "Style"],
button: { text: "Book Now" }, button: { text: "Book Now" },
imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chair-stylish-barber-shop_627829-6180.jpg", imageAlt: "barbershop interior luxury" imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chair-stylish-barber-shop_627829-6180.jpg", imageAlt: "barbershop interior luxury"
}, },
{ {
id: "shave", title: "Premium Shave", price: "$25", period: "per session", features: ["Hot Towel", "Shave", "Aftershave Balm"], id: "shave", title: "Premium Shave", price: "90 QAR", period: "per session", features: ["Hot Towel", "Shave", "Aftershave Balm"],
button: { text: "Book Now" }, button: { text: "Book Now" },
imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg", imageAlt: "barbershop interior luxury" imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg", imageAlt: "barbershop interior luxury"
}, },
{ {
id: "full", title: "Full Experience", price: "$50", period: "per session", features: ["Cut & Shave", "Beard Trim", "Consultation", "Bonus: Complimentary Essential Oil Facial Refresh"], id: "full", title: "Full Experience", price: "185 QAR", period: "per session", features: ["Cut & Shave", "Beard Trim", "Consultation", "Bonus: Complimentary Essential Oil Facial Refresh"],
button: { text: "Book Now" }, button: { text: "Book Now" },
imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-her-client-s-beard-close-up_23-2148353407.jpg?_wi=2", imageAlt: "barbershop interior luxury" imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-her-client-s-beard-close-up_23-2148353407.jpg?_wi=2", imageAlt: "barbershop interior luxury"
} }
]} ]}
title="Pricing Packages" title="Pricing Packages"
description="Transparent pricing for high-quality grooming services." description="Transparent pricing for high-quality grooming services in Qatar."
/> />
</div> </div>