Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 80a3789ebf | |||
| 1741013f05 | |||
| 34b9b1ab19 |
@@ -1,6 +1,6 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import "@/styles/globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ export default function SublimePage() {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Your Haircut Today", href: "#contact" },
|
{ text: "Book Appointment", href: "#contact" },
|
||||||
{ text: "View Services", href: "#services" },
|
{ text: "View Services", href: "#services" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -169,8 +169,8 @@ export default function SublimePage() {
|
|||||||
imageAlt="Barbershop contact"
|
imageAlt="Barbershop contact"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
inputPlaceholder="Enter your name"
|
inputPlaceholder="Your Name"
|
||||||
buttonText="Send Message"
|
buttonText="Book Now"
|
||||||
termsText="We'll respond to your inquiry shortly. Follow us on Instagram @xavicutzz for updates and new styles."
|
termsText="We'll respond to your inquiry shortly. Follow us on Instagram @xavicutzz for updates and new styles."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user