2 Commits

Author SHA1 Message Date
6b795b2d77 Update src/app/page.tsx 2026-03-04 02:51:47 +00:00
a483ec60cb Merge version_1 into main
Merge version_1 into main
2026-03-04 02:49:57 +00:00

View File

@@ -80,13 +80,13 @@ export default function LandingPage() {
features={[ features={[
{ {
id: 1, id: 1,
tag: "Classic", title: "Precision Fade", subtitle: "Sharp, clean lines.", description: "Our signature fade service features precise clippers and expert blending for a clean, professional finish that lasts.", imageSrc: "http://img.b2bpic.net/free-photo/from-hands-shaving-neck_23-2147778916.jpg", imageAlt: "Precision fade cut"}, tag: "Classic", title: "Precision Fade", subtitle: "Sharp, clean lines.", description: "Our signature fade service features precise clippers and expert blending for a clean, professional finish that lasts.", imageSrc: "http://img.b2bpic.net/free-photo/from-hands-shaving-neck_23-2147778916.jpg", imageAlt: "Precision fade cut", buttons: [{ text: "Book This Service", href: "contact" }]},
{ {
id: 2, id: 2,
tag: "Modern", title: "Contemporary Cut", subtitle: "Trendy and timeless.", description: "Stay current with our modern cut styles. We combine current trends with your personal style for a look that's uniquely you.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg", imageAlt: "Contemporary haircut"}, tag: "Modern", title: "Contemporary Cut", subtitle: "Trendy and timeless.", description: "Stay current with our modern cut styles. We combine current trends with your personal style for a look that's uniquely you.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg", imageAlt: "Contemporary haircut", buttons: [{ text: "Book This Service", href: "contact" }]},
{ {
id: 3, id: 3,
tag: "Grooming", title: "Beard & Shape", subtitle: "Sculpted perfection.", description: "Full beard grooming and facial hair shaping service, including line work and conditioning for the ultimate refined look.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Beard grooming service"}, tag: "Grooming", title: "Beard & Shape", subtitle: "Sculpted perfection.", description: "Full beard grooming and facial hair shaping service, including line work and conditioning for the ultimate refined look.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Beard grooming service", buttons: [{ text: "Book This Service", href: "contact" }]},
]} ]}
/> />
</div> </div>