Update src/app/page.tsx

This commit is contained in:
2026-03-11 19:10:27 +00:00
parent 3e8dd610c1
commit ecbdf373b0

View File

@@ -68,13 +68,13 @@ export default function LandingPage() {
id: "1", title: "Regular Haircut ", descriptions: [
"Professional haircut with expert styling", "Available with number 1 or 2 sides", "Perfect for classic looks"
],
imageSrc: "http://img.b2bpic.net/free-photo/barber-equipment-working-surface-by-mirror-barbershop_627829-8282.jpg?_wi=1", imageAlt: "Regular haircut service"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoKE6hKA9rtgdgfJgfe7ytJnyT/uploaded-1773255064647-ucp4j2vs.png", imageAlt: "Regular haircut service"
},
{
id: "2", title: "Haircut and Beard ", descriptions: [
"Custom beard shaping and design", "Razor fade enhancement", "Professional grooming expertise"
],
imageSrc: "http://img.b2bpic.net/free-photo/barber-equipment-working-surface-by-mirror-barbershop_627829-8282.jpg?_wi=2", imageAlt: "Beard design service"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoKE6hKA9rtgdgfJgfe7ytJnyT/uploaded-1773255398707-yituexec.png", imageAlt: "Beard design service"
},
{
id: "3", title: "The Works", descriptions: [
@@ -86,7 +86,7 @@ export default function LandingPage() {
id: "4", title: "Haircut and Design", descriptions: [
"Professional eyebrow design", "Precision shaping and grooming", "Enhances your natural features"
],
imageSrc: "http://img.b2bpic.net/free-photo/barber-equipment-working-surface-by-mirror-barbershop_627829-8282.jpg?_wi=1", imageAlt: "Eyebrow styling service"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoKE6hKA9rtgdgfJgfe7ytJnyT/uploaded-1773255064647-ucp4j2vs.png", imageAlt: "Eyebrow styling service"
}
]}
gridVariant="four-items-2x2-equal-grid"