Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-25 02:36:47 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -130,7 +130,7 @@ export default function LandingPage() {
title: "Average Rating",
},
]}
imageSrc="https://pixabay.com/get/g7ba4d4ac14cbc520a61eb42288cbb173101459c61863c92fb248a91124aa7e0cbc0433e25865198b25ebf02b7391e1ffd4bdc4bad79404cacd8d7f873870f2d1_1280.jpg"
imageSrc="https://pixabay.com/get/g7ba4d4ac14cbc520a61eb42288cbb173101459c61863c92fb248a91124aa7e0cbc0433e25865198b25ebf02b7391e1ffd4bdc4bad79404cacd8d7f873870f2d1_1280.jpg?_wi=1"
imageAlt="Barber meticulously cutting a client's hair"
mediaAnimation="opacity"
metricsAnimation="slide-up"
@@ -148,7 +148,7 @@ export default function LandingPage() {
title: "Precision Haircuts",
description: "Expertly crafted haircuts tailored to your head shape, hair type, and personal style. Includes a wash and style.",
media: {
imageSrc: "https://pixabay.com/get/gf236828270bdc94a1e0d88785188ad900a50eba4e09b76a84c3a3204c718ed9735efddb72c6b90d14abca97594ea05a7e40813497b7b71bdfb504573ddb3fa66_1280.jpg",
imageSrc: "https://pixabay.com/get/gf236828270bdc94a1e0d88785188ad900a50eba4e09b76a84c3a3204c718ed9735efddb72c6b90d14abca97594ea05a7e40813497b7b71bdfb504573ddb3fa66_1280.jpg?_wi=1",
imageAlt: "Barber giving a precision haircut",
},
items: [
@@ -168,7 +168,7 @@ export default function LandingPage() {
title: "Classic Hot Lather Shave",
description: "Indulge in the timeless tradition of a hot lather shave. Relax as our barbers provide a smooth, close shave using premium products.",
media: {
imageSrc: "https://pixabay.com/get/g3019e74e06470b3efd6f291738dc28c6fbf8bf38e4effc4a77c642fe3aa1b9ae6381466924e4e1bcc4732c8da58c9d64fe81632d7e6c290fec62b0fcea79e26b_1280.jpg",
imageSrc: "https://pixabay.com/get/g3019e74e06470b3efd6f291738dc28c6fbf8bf38e4effc4a77c642fe3aa1b9ae6381466924e4e1bcc4732c8da58c9d64fe81632d7e6c290fec62b0fcea79e26b_1280.jpg?_wi=1",
imageAlt: "Close-up of barber performing a hot lather shave",
},
items: [
@@ -188,7 +188,7 @@ export default function LandingPage() {
title: "Beard Trim & Grooming",
description: "Maintain your beard with a professional trim, shape-up, and conditioning. Our barbers will sculpt your beard to perfection.",
media: {
imageSrc: "https://pixabay.com/get/g759f0c9165895704161cedcbf914df4c58c1970994bd7114388239f70ec3ed3afc709855042238e7dc092f471176a13a46d8c88208094b4a442a60158ada8904_1280.jpg",
imageSrc: "https://pixabay.com/get/g759f0c9165895704161cedcbf914df4c58c1970994bd7114388239f70ec3ed3afc709855042238e7dc092f471176a13a46d8c88208094b4a442a60158ada8904_1280.jpg?_wi=1",
imageAlt: "Barber trimming a client's beard",
},
items: [
@@ -360,7 +360,7 @@ export default function LandingPage() {
role: "Regular Client",
company: "Local Business Owner",
rating: 5,
imageSrc: "https://pixabay.com/get/g1c8e3312d4ff3ca82e9730ed595424f3f058b9ff83d187a08654122e972863275db2f0be8a7dd272a32b87ec8c34bfc5c0d51fa26d64982f33462291f58a22c9_1280.jpg",
imageSrc: "https://pixabay.com/get/g1c8e3312d4ff3ca82e9730ed595424f3f058b9ff83d187a08654122e972863275db2f0be8a7dd272a32b87ec8c34bfc5c0d51fa26d64982f33462291f58a22c9_1280.jpg?_wi=1",
videoAriaLabel: "Mark S. testimonial",
},
{
@@ -396,7 +396,7 @@ export default function LandingPage() {
role: "New Client",
company: "Tech Professional",
rating: 5,
imageSrc: "https://pixabay.com/get/g1c8e3312d4ff3ca82e9730ed595424f3f058b9ff83d187a08654122e972863275db2f0be8a7dd272a32b87ec8c34bfc5c0d51fa26d64982f33462291f58a22c9_1280.jpg",
imageSrc: "https://pixabay.com/get/g1c8e3312d4ff3ca82e9730ed595424f3f058b9ff83d187a08654122e972863275db2f0be8a7dd272a32b87ec8c34bfc5c0d51fa26d64982f33462291f58a22c9_1280.jpg?_wi=2",
videoAriaLabel: "Alex R. testimonial",
},
]}

View File

@@ -69,7 +69,7 @@ export default function LandingPage() {
{
title: "Precision Haircuts",
description: "Our skilled barbers provide modern and classic cuts tailored to your personal style and preferences.",
imageSrc: "https://pixabay.com/get/gf236828270bdc94a1e0d88785188ad900a50eba4e09b76a84c3a3204c718ed9735efddb72c6b90d14abca97594ea05a7e40813497b7b71bdfb504573ddb3fa66_1280.jpg",
imageSrc: "https://pixabay.com/get/gf236828270bdc94a1e0d88785188ad900a50eba4e09b76a84c3a3204c718ed9735efddb72c6b90d14abca97594ea05a7e40813497b7b71bdfb504573ddb3fa66_1280.jpg?_wi=2",
imageAlt: "barber giving fresh haircut",
button: {
text: "Book Haircut",
@@ -79,7 +79,7 @@ export default function LandingPage() {
{
title: "Classic Hot Lather Shave",
description: "Indulge in a traditional hot towel shave for a smooth, refreshing, and incredibly close finish.",
imageSrc: "https://pixabay.com/get/g3019e74e06470b3efd6f291738dc28c6fbf8bf38e4effc4a77c642fe3aa1b9ae6381466924e4e1bcc4732c8da58c9d64fe81632d7e6c290fec62b0fcea79e26b_1280.jpg",
imageSrc: "https://pixabay.com/get/g3019e74e06470b3efd6f291738dc28c6fbf8bf38e4effc4a77c642fe3aa1b9ae6381466924e4e1bcc4732c8da58c9d64fe81632d7e6c290fec62b0fcea79e26b_1280.jpg?_wi=2",
imageAlt: "traditional hot lather shave barber",
button: {
text: "Book Shave",
@@ -89,7 +89,7 @@ export default function LandingPage() {
{
title: "Expert Beard Trims",
description: "Shape, trim, and style your beard to perfection, enhancing your facial features with precision.",
imageSrc: "https://pixabay.com/get/g759f0c9165895704161cedcbf914df4c58c1970994bd7114388239f70ec3ed3afc709855042238e7dc092f471176a13a46d8c88208094b4a442a60158ada8904_1280.jpg",
imageSrc: "https://pixabay.com/get/g759f0c9165895704161cedcbf914df4c58c1970994bd7114388239f70ec3ed3afc709855042238e7dc092f471176a13a46d8c88208094b4a442a60158ada8904_1280.jpg?_wi=2",
imageAlt: "barber trimming beard close up",
button: {
text: "Book Beard Trim",
@@ -99,7 +99,7 @@ export default function LandingPage() {
{
title: "Modern Styling & Treatments",
description: "From contemporary styling to invigorating hair treatments, we ensure your hair looks and feels its best.",
imageSrc: "https://pixabay.com/get/g7ba4d4ac14cbc520a61eb42288cbb173101459c61863c92fb248a91124aa7e0cbc0433e25865198b25ebf02b7391e1ffd4bdc4bad79404cacd8d7f873870f2d1_1280.jpg",
imageSrc: "https://pixabay.com/get/g7ba4d4ac14cbc520a61eb42288cbb173101459c61863c92fb248a91124aa7e0cbc0433e25865198b25ebf02b7391e1ffd4bdc4bad79404cacd8d7f873870f2d1_1280.jpg?_wi=2",
imageAlt: "barber working on client hair",
button: {
text: "Explore Styling",