diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 23a8a7f..3431019 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,38 +1,22 @@ import type { Metadata } from "next"; -import { Lato } from "next/font/google"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; +import { Poppins } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const lato = Lato({ - variable: "--font-lato", subsets: ["latin"], - weight: ["100", "300", "400", "700", "900"], -}); - -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], +const poppins = Poppins({ + variable: "--font-poppins", subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export const metadata: Metadata = { - title: "Share - Secure File Sharing & Collaboration Platform", description: "Seamless file sharing and team collaboration designed for modern workflows. Secure, fast, and built for teams that move fast.", keywords: "file sharing, collaboration, team communication, secure storage, cloud sharing", metadataBase: new URL("https://share.google"), + title: "USA Mobile Mechanic Truck - Professional Truck Repair & Parts", description: "Professional truck repair services and quality parts in Bronx, NY. USA Mobile Mechanic Truck offers on-site and shop repairs with expert technicians. Call +1 917-891-3355.", keywords: "truck repair, mobile mechanic, truck parts, Bronx NY, auto repair, heavy truck service", metadataBase: new URL("https://usamobilemechanictruck.com"), alternates: { - canonical: "https://share.google"}, + canonical: "https://usamobilemechanictruck.com"}, openGraph: { - title: "Share - Secure File Sharing & Collaboration", description: "Collaborate and share files securely with your team in real-time", url: "https://share.google", siteName: "Share", type: "website", images: [ - { - url: "http://img.b2bpic.net/free-photo/business-people-pointing-tablet_1098-21641.jpg", alt: "Share platform interface"}, - ], - }, + title: "USA Mobile Mechanic Truck - Professional Truck Repair", description: "Expert truck repair services and quality parts. Serving Bronx, NY with professional, reliable service.", url: "https://usamobilemechanictruck.com", siteName: "USA Mobile Mechanic Truck", type: "website"}, twitter: { - card: "summary_large_image", title: "Share - Secure File Sharing & Collaboration", description: "Collaborate and share files securely with your team", images: ["http://img.b2bpic.net/free-photo/business-people-pointing-tablet_1098-21641.jpg"], - }, + card: "summary_large_image", title: "USA Mobile Mechanic Truck - Professional Truck Repair", description: "Expert truck repair services and quality parts in Bronx, NY."}, robots: { index: true, follow: true, @@ -47,9 +31,7 @@ export default function RootLayout({ return ( - + {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index b3cab54..c215a8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Zap, Star, Heart, Award, Users } from "lucide-react"; +import { Wrench, Shield, Truck, Award, Users, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -27,34 +27,33 @@ export default function LandingPage() { >
@@ -62,25 +61,25 @@ export default function LandingPage() {
@@ -126,9 +125,9 @@ export default function LandingPage() {
@@ -167,13 +166,13 @@ export default function LandingPage() {
@@ -182,31 +181,31 @@ export default function LandingPage() {
diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 38cd8a1..0f9f89d 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-lato), sans-serif; + font-family: var(--font-poppins), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-lato), sans-serif; + font-family: var(--font-poppins), sans-serif; } diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a83a1db..437f3ba 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -5,20 +5,20 @@ /* --background: #ffffff;; --card: #f9f9f9;; --foreground: #000612e6;; - --primary-cta: #15479c;; + --primary-cta: #e34400;; --secondary-cta: #f9f9f9;; --accent: #e2e2e2;; - --background-accent: #c4c4c4;; */ + --background-accent: #e34400;; */ --background: #ffffff;; --card: #f9f9f9;; --foreground: #000612e6;; - --primary-cta: #15479c;; + --primary-cta: #e34400;; --primary-cta-text: #ffffff;; --secondary-cta: #f9f9f9;; --secondary-cta-text: #000612e6;; --accent: #e2e2e2;; - --background-accent: #c4c4c4;; + --background-accent: #e34400;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);