Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-22 12:22:29 +00:00

View File

@@ -53,25 +53,25 @@ export default function LandingPage() {
testimonials={[
{
name: "James D.", handle: "@jamesd", testimonial: "Best fade I've had in years. Professional and welcoming vibe.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205856.jpg", imageAlt: "barbershop interior modern dark aesthetic"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205856.jpg?_wi=1", imageAlt: "barbershop interior modern dark aesthetic"},
{
name: "Michael R.", handle: "@miker", testimonial: "A.P is a master of his craft. Never leaving disappointed.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blank-paper-clipboard-flat-lay-with-barber-tools-job-career-concept_53876-153514.jpg", imageAlt: "barbershop interior modern dark aesthetic"},
imageSrc: "http://img.b2bpic.net/free-photo/blank-paper-clipboard-flat-lay-with-barber-tools-job-career-concept_53876-153514.jpg?_wi=1", imageAlt: "barbershop interior modern dark aesthetic"},
{
name: "Chris T.", handle: "@christ", testimonial: "Solid shop, consistent results every time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-good-care-his-face-home_23-2148883814.jpg", imageAlt: "barbershop interior modern dark aesthetic"},
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-good-care-his-face-home_23-2148883814.jpg?_wi=1", imageAlt: "barbershop interior modern dark aesthetic"},
{
name: "Robert B.", handle: "@robertb", testimonial: "Great atmosphere, good conversation, and an even better haircut.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-holding-hair-dryer_23-2149220573.jpg", imageAlt: "barbershop interior modern dark aesthetic"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-holding-hair-dryer_23-2149220573.jpg?_wi=1", imageAlt: "barbershop interior modern dark aesthetic"},
{
name: "David W.", handle: "@davidw", testimonial: "Friendly service and attention to detail. Highly recommend.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-with-moisturizing-mask-towel-his-head_1303-32261.jpg", imageAlt: "barbershop interior modern dark aesthetic"},
imageSrc: "http://img.b2bpic.net/free-photo/man-with-moisturizing-mask-towel-his-head_1303-32261.jpg?_wi=1", imageAlt: "barbershop interior modern dark aesthetic"},
]}
buttons={[
{
text: "Book Now", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205856.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205856.jpg?_wi=2"
imageAlt="A modern barbershop interior with a classic aesthetic"
avatars={[
{
@@ -133,13 +133,13 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1", name: "Classic Cut", price: "$30", variant: "Men's Standard", imageSrc: "http://img.b2bpic.net/free-photo/blank-paper-clipboard-flat-lay-with-barber-tools-job-career-concept_53876-153514.jpg"},
id: "p1", name: "Classic Cut", price: "$30", variant: "Men's Standard", imageSrc: "http://img.b2bpic.net/free-photo/blank-paper-clipboard-flat-lay-with-barber-tools-job-career-concept_53876-153514.jpg?_wi=2"},
{
id: "p2", name: "Beard Trim", price: "$15", variant: "Grooming", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-good-care-his-face-home_23-2148883814.jpg"},
id: "p2", name: "Beard Trim", price: "$15", variant: "Grooming", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-good-care-his-face-home_23-2148883814.jpg?_wi=2"},
{
id: "p3", name: "Skin Fade", price: "$35", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-holding-hair-dryer_23-2149220573.jpg"},
id: "p3", name: "Skin Fade", price: "$35", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-holding-hair-dryer_23-2149220573.jpg?_wi=2"},
{
id: "p4", name: "Hot Towel Shave", price: "$25", variant: "Relaxation", imageSrc: "http://img.b2bpic.net/free-photo/man-with-moisturizing-mask-towel-his-head_1303-32261.jpg"},
id: "p4", name: "Hot Towel Shave", price: "$25", variant: "Relaxation", imageSrc: "http://img.b2bpic.net/free-photo/man-with-moisturizing-mask-towel-his-head_1303-32261.jpg?_wi=2"},
{
id: "p5", name: "Buzz Cut", price: "$20", variant: "Quick", imageSrc: "http://img.b2bpic.net/free-photo/young-confident-blonde-male-barber-uniform-holds-face-trimming-beard-with-hair-clipper-isolated-green-space-with-copy-space_141793-60152.jpg"},
{