9 Commits

Author SHA1 Message Date
535dd4f097 Merge version_3 into main
Merge version_3 into main
2026-03-04 20:41:27 +00:00
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
754001834d Update src/app/page.tsx 2026-03-04 20:39:44 +00:00
ce4435c802 Update src/app/layout.tsx 2026-03-04 20:39:44 +00:00
8e90debe80 Merge version_1 into main
Merge version_1 into main
2026-03-04 20:36:45 +00:00
197c371fc7 Merge version_1 into main
Merge version_1 into main
2026-03-04 20:35:40 +00:00
7c4d32b751 Merge version_1 into main
Merge version_1 into main
2026-03-04 20:34:34 +00:00
2 changed files with 7 additions and 41 deletions

View File

@@ -1,53 +1,20 @@
import type { Metadata } from "next";
import { DM_Sans } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Vargas Brothers Detailing | Premium Auto Detailing Services", description: "Professional automotive detailing in our area. Expert exterior, interior, and ceramic coating services for all vehicle types. 12K+ satisfied customers.", keywords: "car detailing, auto detailing, paint protection, ceramic coating, vehicle detailing, professional car wash", metadataBase: new URL("https://vargasbrothersdetailing.com"),
alternates: {
canonical: "https://vargasbrothersdetailing.com"
},
openGraph: {
title: "Vargas Brothers Detailing | Premium Auto Detailing", description: "Transform your vehicle with professional detailing services. Exterior, interior, and ceramic coating expertise.", url: "https://vargasbrothersdetailing.com", siteName: "Vargas Brothers Detailing", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg", alt: "Vargas Brothers professional detailing"
}
]
},
twitter: {
card: "summary_large_image", title: "Vargas Brothers Detailing", description: "Premium automotive detailing services for discerning vehicle owners.", images: ["http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg"]
},
robots: {
index: true,
follow: true
}
};
title: "Vargas Brothers Detailing", description: "Professional automotive detailing services"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${dmSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1415,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

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={[