Update src/app/page.tsx
This commit is contained in:
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
{ value: "15+", title: "Years Experience" },
|
||||
{ value: "1000+", title: "Happy Clients" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-reading-magazine-while-cutting-hair-barber-shop_23-2147839841.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-reading-magazine-while-cutting-hair-barber-shop_23-2147839841.jpg?_wi=1"
|
||||
imageAlt="Professional barber service"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Classic Haircuts", description: "Expert cuts tailored to your face shape and personal style. From fades to traditional cuts, we deliver precision every time.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-reading-magazine-while-cutting-hair-barber-shop_23-2147839841.jpg", imageAlt: "Professional haircut service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-reading-magazine-while-cutting-hair-barber-shop_23-2147839841.jpg?_wi=2", imageAlt: "Professional haircut service"},
|
||||
items: [
|
||||
{ icon: Check, text: "Expert fade variations" },
|
||||
{ icon: Check, text: "Personalized styling consultation" },
|
||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", title: "Beard Grooming", description: "Complete beard care including trims, shaping, and treatment. We help you maintain the perfect beard look.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg", imageAlt: "Professional beard grooming"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg?_wi=1", imageAlt: "Professional beard grooming"},
|
||||
items: [
|
||||
{ icon: Check, text: "Precision beard shaping" },
|
||||
{ icon: Check, text: "Beard conditioning treatment" },
|
||||
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", title: "Hot Shave Experience", description: "Luxurious traditional hot shave service for the ultimate relaxation. A timeless grooming ritual with expert technique.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-barber-applying-cream-clients-beard_107420-94759.jpg", imageAlt: "Classic hot shave service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-barber-applying-cream-clients-beard_107420-94759.jpg?_wi=1", imageAlt: "Classic hot shave service"},
|
||||
items: [
|
||||
{ icon: Check, text: "Warm steam preparation" },
|
||||
{ icon: Check, text: "Straight razor technique" },
|
||||
@@ -142,17 +142,17 @@ export default function LandingPage() {
|
||||
<PricingCardNine
|
||||
plans={[
|
||||
{
|
||||
id: "classic-cut", title: "Classic Haircut", price: "$35", period: "per cut", imageSrc: "http://img.b2bpic.net/free-photo/man-reading-magazine-while-cutting-hair-barber-shop_23-2147839841.jpg", imageAlt: "Classic haircut service", button: { text: "Book Now", href: "#contact" },
|
||||
id: "classic-cut", title: "Classic Haircut", price: "$35", period: "per cut", imageSrc: "http://img.b2bpic.net/free-photo/man-reading-magazine-while-cutting-hair-barber-shop_23-2147839841.jpg?_wi=3", imageAlt: "Classic haircut service", button: { text: "Book Now", href: "#contact" },
|
||||
features: [
|
||||
"Professional consultation", "Expert fade or trim", "Styling guidance", "Walk-ins welcome"],
|
||||
},
|
||||
{
|
||||
id: "beard-package", title: "Beard Grooming", price: "$45", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg", imageAlt: "Beard grooming service", button: { text: "Book Now", href: "#contact" },
|
||||
id: "beard-package", title: "Beard Grooming", price: "$45", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg?_wi=2", imageAlt: "Beard grooming service", button: { text: "Book Now", href: "#contact" },
|
||||
features: [
|
||||
"Precision beard trim", "Beard oil treatment", "Line shaping included", "15-minute session"],
|
||||
},
|
||||
{
|
||||
id: "hot-shave", title: "Hot Shave", price: "$40", period: "per shave", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-barber-applying-cream-clients-beard_107420-94759.jpg", imageAlt: "Hot shave service", button: { text: "Book Now", href: "#contact" },
|
||||
id: "hot-shave", title: "Hot Shave", price: "$40", period: "per shave", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-barber-applying-cream-clients-beard_107420-94759.jpg?_wi=2", imageAlt: "Hot shave service", button: { text: "Book Now", href: "#contact" },
|
||||
features: [
|
||||
"Traditional hot towel", "Straight razor shave", "Premium aftershave", "Relaxation experience"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user