From ea3cf58d5523a51326e32371ec7a856a6f5a6309 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:34:29 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4babeb4..4594ace 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "The Famous American Barbershop – Atlas", description: "Classic American barbershop serving Gainesville and surrounding communities. Professional men's grooming in a relaxed, friendly atmosphere."}; + title: "The Famous American Barbershop – Atlas", description: "Classic American barbershop serving Gainesville and surrounding communities. Professional men's grooming in a relaxed, friendly atmosphere." +}; export default function RootLayout({ children, @@ -1392,4 +1393,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From e51b428902a46d3bab217773e7ba2c23ecefc96e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:34:29 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d6a121a..1d2af67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "https://images.unsplash.com/photo-1585747860715-cd4628902d4a?w=800&q=80&_wi=1", imageAlt: "Classic barber shop interior" + imageSrc: "https://images.unsplash.com/photo-1585747860715-cd4628902d4a?w=800&q=80", imageAlt: "Classic barber shop interior" }, { imageSrc: "https://images.unsplash.com/photo-1592245388900-8d4fc64dbd51?w=800&q=80", imageAlt: "Professional barber chairs" @@ -73,7 +73,7 @@ export default function LandingPage() { description="The Famous American Barbershop – Atlas" subdescription="Your neighborhood destination for quality grooming" icon={Scissors} - imageSrc="https://images.unsplash.com/photo-1585747860715-cd4628902d4a?w=800&q=80&_wi=2" + imageSrc="https://images.unsplash.com/photo-1585747860715-cd4628902d4a?w=800&q=80" imageAlt="Inside The Famous American Barbershop – Atlas" mediaAnimation="slide-up" useInvertedBackground={false} @@ -89,15 +89,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Classic", title: "Men's Haircuts", subtitle: "Timeless styles and modern fades", description: "Professional haircuts ranging from classic cuts to modern fades, tailored to your preferences by our experienced barbers.", imageSrc: "https://images.unsplash.com/photo-1621607505857-44a5e0eed1b0?w=800&q=80&_wi=1", imageAlt: "Professional men's haircut" + tag: "Classic", title: "Men's Haircuts", subtitle: "Timeless styles and modern fades", description: "Professional haircuts ranging from classic cuts to modern fades, tailored to your preferences by our experienced barbers.", imageSrc: "https://images.unsplash.com/photo-1621607505857-44a5e0eed1b0?w=800&q=80", imageAlt: "Professional men's haircut" }, { id: 2, - tag: "Precision", title: "Beard Trims & Razor Shaves", subtitle: "Traditional grooming expertise", description: "Expert beard maintenance and smooth razor shaves using traditional techniques for the ultimate grooming experience.", imageSrc: "https://images.unsplash.com/photo-1599351566329-0e3e0c68b0bb?w=800&q=80&_wi=1", imageAlt: "Beard trim and razor shave service" + tag: "Precision", title: "Beard Trims & Razor Shaves", subtitle: "Traditional grooming expertise", description: "Expert beard maintenance and smooth razor shaves using traditional techniques for the ultimate grooming experience.", imageSrc: "https://images.unsplash.com/photo-1599351566329-0e3e0c68b0bb?w=800&q=80", imageAlt: "Beard trim and razor shave service" }, { id: 3, - tag: "Detail Work", title: "Line Ups & Skin Fades", subtitle: "Precision edge work", description: "Sharp line ups and clean skin fades with attention to detail. Get that fresh, polished look you deserve.", imageSrc: "https://images.unsplash.com/photo-1599351566329-0e3e0c68b0bb?w=800&q=80&_wi=2", imageAlt: "Precision line up and fade service" + tag: "Detail Work", title: "Line Ups & Skin Fades", subtitle: "Precision edge work", description: "Sharp line ups and clean skin fades with attention to detail. Get that fresh, polished look you deserve.", imageSrc: "https://images.unsplash.com/photo-1599351566329-0e3e0c68b0bb?w=800&q=80", imageAlt: "Precision line up and fade service" }, ]} textboxLayout="default" @@ -162,16 +162,16 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1