6 Commits

Author SHA1 Message Date
17fa0b3a47 Update src/app/page.tsx 2026-05-13 15:01:35 +00:00
67826be598 Merge version_2 into main
Merge version_2 into main
2026-05-13 15:00:04 +00:00
b04ae1fa38 Update theme colors 2026-05-13 15:00:00 +00:00
f5c2e2914b Merge version_1 into main
Merge version_1 into main
2026-05-13 14:56:27 +00:00
1ed8fb5ff7 Merge version_1 into main
Merge version_1 into main
2026-05-13 14:56:00 +00:00
016608ab60 Merge version_1 into main
Merge version_1 into main
2026-05-13 14:55:25 +00:00

View File

@@ -109,12 +109,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Signature Pomade", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/impressed-slavic-middle-aged-male-barber-uniform-holding-water-spray-bottle-isolated-orange-wall_141793-82847.jpg" },
{ id: "p2", name: "Beard Oil", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bottle-oils-with-pipette_23-2148317664.jpg" },
{ id: "p3", name: "Barber Scissors", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/set-razors-table_23-2147736987.jpg" },
{ id: "p4", name: "Aftershave Balm", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-his-face-care-routine_23-2149288066.jpg" },
{ id: "p5", name: "Shaving Brush", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121997.jpg" },
{ id: "p6", name: "Styling Clay", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/containers-with-cosmetics_23-2147803536.jpg" }
{ id: "p1", name: "Signature Pomade", price: "R450", imageSrc: "http://img.b2bpic.net/free-photo/impressed-slavic-middle-aged-male-barber-uniform-holding-water-spray-bottle-isolated-orange-wall_141793-82847.jpg" },
{ id: "p2", name: "Beard Oil", price: "R320", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bottle-oils-with-pipette_23-2148317664.jpg" },
{ id: "p3", name: "Barber Scissors", price: "R1500", imageSrc: "http://img.b2bpic.net/free-photo/set-razors-table_23-2147736987.jpg" },
{ id: "p4", name: "Aftershave Balm", price: "R400", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-his-face-care-routine_23-2149288066.jpg" },
{ id: "p5", name: "Shaving Brush", price: "R550", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121997.jpg" },
{ id: "p6", name: "Styling Clay", price: "R400", imageSrc: "http://img.b2bpic.net/free-photo/containers-with-cosmetics_23-2147803536.jpg" }
]}
title="Shop Our Essentials"
description="Professional products curated by our experts."
@@ -127,9 +127,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
{ id: "basic", badge: "Essential", price: "$35", subtitle: "Precision Cut", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Consultation", "Haircut", "Style"] },
{ id: "pro", badge: "Most Popular", price: "$55", subtitle: "Legends Experience", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Haircut & Shave", "Beard Trim", "Hot Towel", "Premium Products"] },
{ id: "premium", badge: "VIP", price: "$75", subtitle: "Ultimate Grooming", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Full Grooming", "Scalp Massage", "Face Treatment", "Priority Booking"] }
{ id: "basic", badge: "Essential", price: "R350", subtitle: "Precision Cut", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Consultation", "Haircut", "Style"] },
{ id: "pro", badge: "Most Popular", price: "R550", subtitle: "Legends Experience", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Haircut & Shave", "Beard Trim", "Hot Towel", "Premium Products"] },
{ id: "premium", badge: "VIP", price: "R750", subtitle: "Ultimate Grooming", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Full Grooming", "Scalp Massage", "Face Treatment", "Priority Booking"] }
]}
title="Transparent Pricing"
description="Choose the service that fits your needs."
@@ -192,9 +192,9 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{ variant: "plain" }}
tag="Visit Us"
tag="Visit Us in Alberton"
title="Book Your Appointment"
description="Ready for a legendary transformation? Contact us today."
description="Ready for a legendary transformation? Visit us today in Alberton."
imageSrc="http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186493.jpg"
mediaAnimation="slide-up"
/>