Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 535dd4f097 | |||
| d46f2ea358 | |||
| c90d5303ca | |||
| d73736c539 |
@@ -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"] });
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
logoText="VARGAS BROTHERS"
|
logoText="VARGAS BROTHERS"
|
||||||
description="Professional automotive detailing that transforms your vehicle with precision, passion, and premium care. Experience excellence with every service."
|
description="Professional automotive detailing that transforms your vehicle with precision, passion, and premium care. Experience excellence with every service."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Detailing", href: "contact" },
|
{ text: "Schedule Detailing Now", href: "contact" },
|
||||||
{ text: "Learn More", href: "services" }
|
{ text: "Learn More", href: "services" }
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
@@ -184,7 +184,7 @@ export default function LandingPage() {
|
|||||||
imageAlt="Premium detailing results"
|
imageAlt="Premium detailing results"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
inputPlaceholder="Enter your email to book"
|
inputPlaceholder="Enter your email"
|
||||||
buttonText="Get Started"
|
buttonText="Get Started"
|
||||||
termsText="We respect your privacy. Unsubscribe at any time."
|
termsText="We respect your privacy. Unsubscribe at any time."
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user