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,
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() {