From c8eee847ff499da46ddc8acf0800e201be7e1b1e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 08:39:58 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 51b9d20..1412886 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Classics Barbershop", description: "Premium barbering services with timeless excellence"}; + title: "Classics Barbershop", description: "Premium barbering services with timeless excellence" +}; export default function RootLayout({ children, -- 2.49.1 From 7892070d6706895ae0b5c2f483d719bb17491639 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 08:39:59 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 104 +++++++++++++++++++++++++++++++---------------- 1 file changed, 70 insertions(+), 34 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60d5cf3..78570cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,15 +56,20 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186471.jpg?_wi=1", imageAlt: "Professional barbershop interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186471.jpg?_wi=1", imageAlt: "Professional barbershop interior" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/barber-styling-beard-man_23-2147778882.jpg?_wi=1", imageAlt: "Expert haircut styling"}, + imageSrc: "http://img.b2bpic.net/free-photo/barber-styling-beard-man_23-2147778882.jpg?_wi=1", imageAlt: "Expert haircut styling" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-combing-moustache-client_23-2147778838.jpg?_wi=1", imageAlt: "Professional beard grooming"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-combing-moustache-client_23-2147778838.jpg?_wi=1", imageAlt: "Professional beard grooming" + }, { - 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=1", imageAlt: "Skilled barber at work"}, + 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=1", imageAlt: "Skilled barber at work" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186471.jpg?_wi=2", imageAlt: "Barbershop ambiance"}, + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186471.jpg?_wi=2", imageAlt: "Barbershop ambiance" + }, ]} ariaLabel="Hero section showcasing Classics Barbershop services" /> @@ -74,7 +79,8 @@ export default function LandingPage() { @@ -267,9 +301,11 @@ export default function LandingPage() { -- 2.49.1