Update src/app/page.tsx

This commit is contained in:
2026-05-07 22:42:43 +00:00
parent 2d37451aaf
commit b59ae75cbd

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
{ text: "Book Appointment", href: "#contact" }, { text: "Book Appointment", href: "#contact" },
{ text: "View Services", href: "#services" }, { text: "View Services", href: "#services" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-barber-s-instruments-shop_23-2149186524.jpg" imageSrc="http://img.b2bpic.net/free-photo/high-angle-barber-s-instruments-shop_23-2149186524.jpg?_wi=1"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
</div> </div>
@@ -68,7 +68,7 @@ export default function LandingPage() {
{ title: "Premium Products", description: "Only the finest quality grooming supplies." }, { title: "Premium Products", description: "Only the finest quality grooming supplies." },
{ title: "Timeless Environment", description: "Relax in our comfortable, authentic shop." }, { title: "Timeless Environment", description: "Relax in our comfortable, authentic shop." },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/old-fashioned-tattooed-hipster-wearing-white-shirt-with-suspenders-holds-scissors-isolated-dark-textured-background_613910-6387.jpg" imageSrc="http://img.b2bpic.net/free-photo/old-fashioned-tattooed-hipster-wearing-white-shirt-with-suspenders-holds-scissors-isolated-dark-textured-background_613910-6387.jpg?_wi=1"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
</div> </div>
@@ -80,7 +80,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Precision Haircut", description: "Customized haircuts tailored to your facial structure and hair type.", media: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-barber-s-instruments-shop_23-2149186524.jpg" }, title: "Precision Haircut", description: "Customized haircuts tailored to your facial structure and hair type.", media: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-barber-s-instruments-shop_23-2149186524.jpg?_wi=2" },
items: [ items: [
{ icon: Scissors, text: "Expert trimming" }, { icon: Scissors, text: "Expert trimming" },
{ icon: User, text: "Personalized consultation" }, { icon: User, text: "Personalized consultation" },
@@ -88,7 +88,7 @@ export default function LandingPage() {
reverse: false reverse: false
}, },
{ {
title: "Beard Grooming", description: "Masterful beard trims and styling to keep your facial hair looking sharp.", media: { imageSrc: "http://img.b2bpic.net/free-photo/old-fashioned-tattooed-hipster-wearing-white-shirt-with-suspenders-holds-scissors-isolated-dark-textured-background_613910-6387.jpg" }, title: "Beard Grooming", description: "Masterful beard trims and styling to keep your facial hair looking sharp.", media: { imageSrc: "http://img.b2bpic.net/free-photo/old-fashioned-tattooed-hipster-wearing-white-shirt-with-suspenders-holds-scissors-isolated-dark-textured-background_613910-6387.jpg?_wi=2" },
items: [ items: [
{ icon: CheckCircle, text: "Line-up maintenance" }, { icon: CheckCircle, text: "Line-up maintenance" },
{ icon: Star, text: "Premium oils included" }, { icon: Star, text: "Premium oils included" },
@@ -96,7 +96,7 @@ export default function LandingPage() {
reverse: true reverse: true
}, },
{ {
title: "Hot Towel Shave", description: "The quintessential barber experience, featuring hot towels and professional straight razor work.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-with-ginger-beard-apron-gloves-holding-knife_273609-20983.jpg" }, title: "Hot Towel Shave", description: "The quintessential barber experience, featuring hot towels and professional straight razor work.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-with-ginger-beard-apron-gloves-holding-knife_273609-20983.jpg?_wi=1" },
items: [ items: [
{ icon: Sparkles, text: "Deep cleansing" }, { icon: Sparkles, text: "Deep cleansing" },
{ icon: Shield, text: "Safe, professional care" }, { icon: Shield, text: "Safe, professional care" },
@@ -139,7 +139,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
team={[ team={[
{ id: "t1", name: "Marcus Thorne", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/man-with-ginger-beard-apron-gloves-holding-knife_273609-20983.jpg" }, { id: "t1", name: "Marcus Thorne", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/man-with-ginger-beard-apron-gloves-holding-knife_273609-20983.jpg?_wi=2" },
{ id: "t2", name: "Leo Vance", role: "Senior Stylist", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27201.jpg" }, { id: "t2", name: "Leo Vance", role: "Senior Stylist", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27201.jpg" },
{ id: "t3", name: "Sam Rivers", role: "Lead Groomer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665445.jpg" }, { id: "t3", name: "Sam Rivers", role: "Lead Groomer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665445.jpg" },
]} ]}