5 Commits

Author SHA1 Message Date
659196960f Update src/app/page.tsx 2026-03-06 05:35:24 +00:00
e51b428902 Update src/app/page.tsx 2026-03-06 05:34:29 +00:00
ea3cf58d55 Update src/app/layout.tsx 2026-03-06 05:34:29 +00:00
d2619af34d Merge version_7 into main
Merge version_7 into main
2026-03-06 05:32:27 +00:00
fec2e3e6a3 Merge version_7 into main
Merge version_7 into main
2026-03-06 05:31:37 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -11,7 +11,8 @@ const geistMono = Geist_Mono({
}); });
export const metadata: Metadata = { 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({ export default function RootLayout({
children, children,
@@ -1392,4 +1393,4 @@ export default function RootLayout({
</body> </body>
</html> </html>
); );
} }

View File

@@ -258,4 +258,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }