Update src/app/services/page.tsx

This commit is contained in:
2026-03-06 01:10:07 +00:00
parent e5a675f661
commit f81ed9e58b

View File

@@ -56,17 +56,17 @@ export default function ServicesPage() {
useInvertedBackground={false}
products={[
{
id: "haircut", name: "Haircut", price: "$25", variant: "Classic or Modern Styles", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Professional haircut service"},
id: "haircut", name: "Haircut", price: "$25", variant: "Classic or Modern Styles", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg?_wi=2", imageAlt: "Professional haircut service"},
{
id: "fade", name: "Skin Fade", price: "$30", variant: "Low, Mid, or High Fade", imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg", imageAlt: "Clean skin fade haircut"},
id: "fade", name: "Skin Fade", price: "$30", variant: "Low, Mid, or High Fade", imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg?_wi=2", imageAlt: "Clean skin fade haircut"},
{
id: "beard", name: "Beard Trim", price: "$20", variant: "Full Grooming & Shaping", imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg", imageAlt: "Professional beard trim"},
id: "beard", name: "Beard Trim", price: "$20", variant: "Full Grooming & Shaping", imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg?_wi=3", imageAlt: "Professional beard trim"},
{
id: "lineup", name: "Line Up / Edge Up", price: "$15", variant: "Precision Edge Shaping", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-trimmed_23-2148256979.jpg", imageAlt: "Clean line up edge trim"},
id: "lineup", name: "Line Up / Edge Up", price: "$15", variant: "Precision Edge Shaping", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-trimmed_23-2148256979.jpg?_wi=2", imageAlt: "Clean line up edge trim"},
{
id: "combo", name: "Haircut + Beard Combo", price: "$40", variant: "Complete Grooming Package", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18583.jpg", imageAlt: "Haircut and beard combo service"},
id: "combo", name: "Haircut + Beard Combo", price: "$40", variant: "Complete Grooming Package", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18583.jpg?_wi=2", imageAlt: "Haircut and beard combo service"},
{
id: "kids", name: "Kids Haircut", price: "$20", variant: "Friendly & Professional", imageSrc: "http://img.b2bpic.net/free-photo/children-hairdresser-with-scissors-is-cutting-little-boy-against-dark-background-contented-cute-preschooler-boy-getting-haircut_613910-19719.jpg", imageAlt: "Kids haircut service"},
id: "kids", name: "Kids Haircut", price: "$20", variant: "Friendly & Professional", imageSrc: "http://img.b2bpic.net/free-photo/children-hairdresser-with-scissors-is-cutting-little-boy-against-dark-background-contented-cute-preschooler-boy-getting-haircut_613910-19719.jpg?_wi=2", imageAlt: "Kids haircut service"},
]}
/>
</div>
@@ -81,7 +81,7 @@ export default function ServicesPage() {
{ value: "100%", title: "Client Satisfaction Rate" },
{ value: "15+", title: "Years Combined Experience" },
]}
imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg"
imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=2"
imageAlt="A's Barbershop professional environment"
useInvertedBackground={false}
mediaAnimation="slide-up"
@@ -97,7 +97,7 @@ export default function ServicesPage() {
description="Reserve your spot at A's Barbershop today. Whether you're looking for a fresh haircut, a perfect fade, or complete grooming, our team is ready to serve you. Call ahead or book online for your convenience."
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg"
imageSrc="http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg?_wi=2"
imageAlt="A's Barbershop location"
mediaAnimation="slide-up"
mediaPosition="right"