4 Commits

Author SHA1 Message Date
11739861f3 Merge version_3 into main
Merge version_3 into main
2026-03-09 16:49:03 +00:00
80a3789ebf Update src/app/page.tsx 2026-03-09 16:48:59 +00:00
1741013f05 Update src/app/layout.tsx 2026-03-09 16:48:59 +00:00
34b9b1ab19 Merge version_2 into main
Merge version_2 into main
2026-03-09 16:47:52 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "@/styles/globals.css";
import "./globals.css";
const inter = Inter({ subsets: ["latin"] });

View File

@@ -75,7 +75,7 @@ export default function SublimePage() {
},
]}
buttons={[
{ text: "Get Your Haircut Today", href: "#contact" },
{ text: "Book Appointment", href: "#contact" },
{ text: "View Services", href: "#services" },
]}
buttonAnimation="slide-up"
@@ -169,8 +169,8 @@ export default function SublimePage() {
imageAlt="Barbershop contact"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your name"
buttonText="Send Message"
inputPlaceholder="Your Name"
buttonText="Book Now"
termsText="We'll respond to your inquiry shortly. Follow us on Instagram @xavicutzz for updates and new styles."
/>
</div>