Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -5,7 +5,8 @@ import "./globals.css";
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Barber Shop", description: "Premium grooming and styling for the modern gentleman"};
|
||||
title: "Barber Shop", description: "Premium grooming and styling for the modern gentleman"
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
@@ -200,7 +200,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Get In Touch"
|
||||
description="Have questions or want to learn more? Contact us today. We'd love to hear from you and help you look your best."
|
||||
description="Can't find your ideal time? Our team can help schedule your perfect appointment or answer your grooming questions."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
|
||||
Reference in New Issue
Block a user