4 Commits

Author SHA1 Message Date
53a7f4962b Update src/app/page.tsx 2026-03-03 10:35:02 +00:00
c1bffdad4b Update src/app/styles/variables.css 2026-03-03 10:32:54 +00:00
9d12ee4c39 Update src/app/layout.tsx 2026-03-03 10:32:53 +00:00
3486e428cf Merge version_2 into main
Merge version_2 into main
2026-03-03 10:31:48 +00:00
3 changed files with 32 additions and 26 deletions

View File

@@ -1,19 +1,24 @@
import type { Metadata } from "next";
import { Poppins } from "next/font/google";
import { Raleway } from "next/font/google";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const poppins = Poppins({
variable: "--font-poppins", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
const raleway = Raleway({
variable: "--font-raleway", subsets: ["latin"],
});
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "ATFZGARAGE | Mobile Mechanic Services", description: "Professional mobile mechanic services at your location. Expert automotive repairs, maintenance, and diagnostics. Convenient, honest, and affordable.", keywords: "mobile mechanic, car repair, automotive services, roadside assistance, vehicle maintenance, brake repair, engine diagnostics", openGraph: {
title: "ATFZGARAGE Mobile Mechanic Services", description: "Professional automotive repairs delivered to your location. Convenient, honest, and affordable mechanical services.", siteName: "ATFZGARAGE", type: "website", images: [
@@ -40,7 +45,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${poppins.variable} ${raleway.variable} antialiased`}
className={`${raleway.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}

View File

@@ -21,7 +21,7 @@ export default function ATFZGaragePage() {
borderRadius="pill"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="fluid"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -45,7 +45,7 @@ export default function ATFZGaragePage() {
<HeroLogoBillboardSplit
logoText="ATFZGARAGE"
description="Professional mobile mechanic services delivered to your location. Convenient, honest, and affordable repairs for all vehicle types."
background={{ variant: "fluid" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Book Service Now", href: "contact" },
{ text: "Learn More", href: "services" }
@@ -83,6 +83,7 @@ export default function ATFZGaragePage() {
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg"
imageAlt="ATFZGARAGE professional mechanic team"
mediaAnimation="slide-up"
/>
</div>
@@ -92,8 +93,8 @@ export default function ATFZGaragePage() {
description="From routine maintenance to complex repairs, ATFZGARAGE handles it all with expertise and professionalism."
tag="Our Services"
textboxLayout="default"
useInvertedBackground="noInvert"
gridVariant="uniform-4-items"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
features={[
{
@@ -208,7 +209,7 @@ export default function ATFZGaragePage() {
{ text: "Book Service", href: "#contact-form" },
{ text: "Call Us", href: "tel:1-800-ATFZGAR" }
]}
background={{ variant: "radial-gradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f7f6f7;;
--card: #ffffff;;
--foreground: #250c0d;;
--primary-cta: #b82b40;;
--secondary-cta: #ffffff;;
--accent: #b90941;;
--background-accent: #e8a8b6;; */
/* --background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #ffffffe6;;
--primary-cta: #9d00ff;;
--secondary-cta: #1a1a1a;;
--accent: #737373;;
--background-accent: #9d00ff;; */
--background: #f7f6f7;;
--card: #ffffff;;
--foreground: #250c0d;;
--primary-cta: #b82b40;;
--background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #ffffffe6;;
--primary-cta: #9d00ff;;
--primary-cta-text: #f7f6f7;;
--secondary-cta: #ffffff;;
--secondary-cta: #1a1a1a;;
--secondary-cta-text: #250c0d;;
--accent: #b90941;;
--background-accent: #e8a8b6;;
--accent: #737373;;
--background-accent: #9d00ff;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);