3 Commits

Author SHA1 Message Date
d46f2ea358 Update src/app/page.tsx 2026-03-04 20:41:23 +00:00
c90d5303ca Update src/app/layout.tsx 2026-03-04 20:41:22 +00:00
d73736c539 Merge version_2 into main
Merge version_2 into main
2026-03-04 20:39:49 +00:00
2 changed files with 3 additions and 3 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

@@ -44,7 +44,7 @@ export default function LandingPage() {
logoText="VARGAS BROTHERS"
description="Professional automotive detailing that transforms your vehicle with precision, passion, and premium care. Experience excellence with every service."
buttons={[
{ text: "Book Detailing", href: "contact" },
{ text: "Schedule Detailing Now", href: "contact" },
{ text: "Learn More", href: "services" }
]}
slides={[
@@ -184,7 +184,7 @@ export default function LandingPage() {
imageAlt="Premium detailing results"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email to book"
inputPlaceholder="Enter your email"
buttonText="Get Started"
termsText="We respect your privacy. Unsubscribe at any time."
/>