Update src/app/page.tsx

This commit is contained in:
2026-05-07 11:02:35 +00:00
parent 2f270902c1
commit 4ec42d1c3e

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
logoText="Jeff's Barber Shop"
description="Experience the classic art of grooming in a modern, welcoming environment. Exceptional haircuts, precise beard trims, and hot towel shaves."
buttons={[{ text: "Book Your Appointment", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/young-confident-blonde-male-barber-uniform-holds-comb-puts-hair-clipper-ear-isolated-violet-space-with-copy-space_141793-60179.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-confident-blonde-male-barber-uniform-holds-comb-puts-hair-clipper-ear-isolated-violet-space-with-copy-space_141793-60179.jpg?_wi=1"
imageAlt="barber shop interior modern"
/>
</div>
@@ -84,7 +84,7 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{ id: "p1", title: "Quick Trim", price: "$25", period: "per service", features: ["Haircut only", "No wash"], button: { text: "Book", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/cute-little-child-is-getting-trendy-haircut-from-barber-busy-barbershop_613910-20834.jpg", imageAlt: "Cute little child is getting trendy haircut from barber at busy barbershop." },
{ id: "p2", title: "Classic Service", price: "$45", period: "per service", features: ["Haircut", "Wash", "Style"], button: { text: "Book", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/young-confident-blonde-male-barber-uniform-holds-comb-puts-hair-clipper-ear-isolated-violet-space-with-copy-space_141793-60179.jpg", imageAlt: "Cute little child is getting trendy haircut from barber at busy barbershop." },
{ id: "p2", title: "Classic Service", price: "$45", period: "per service", features: ["Haircut", "Wash", "Style"], button: { text: "Book", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/young-confident-blonde-male-barber-uniform-holds-comb-puts-hair-clipper-ear-isolated-violet-space-with-copy-space_141793-60179.jpg?_wi=2", imageAlt: "Cute little child is getting trendy haircut from barber at busy barbershop." },
{ id: "p3", title: "The Full Works", price: "$70", period: "per service", features: ["Haircut", "Beard Trim", "Hot Shave"], button: { text: "Book", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table_627829-6196.jpg", imageAlt: "Cute little child is getting trendy haircut from barber at busy barbershop." }
]}
title="Pricing Options"