diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a948843..d560728 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,33 +1,28 @@ import type { Metadata } from "next"; -import { Source_Sans_3 } from "next/font/google"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; +import { Poppins } from "next/font/google"; +import { Raleway } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const sourceSans3 = Source_Sans_3({ - variable: "--font-source-sans-3", subsets: ["latin"], +const poppins = Poppins({ + variable: "--font-poppins", subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], +const raleway = Raleway({ + variable: "--font-raleway", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Professional HVAC Service | Long Air Conditioning & Heating | 24/7", description: "Expert HVAC repair, installation, and maintenance services across South Carolina and Georgia. Licensed, insured, 24/7 emergency service. Call (864) 213-9899 today.", keywords: "HVAC repair, air conditioning repair, heating services, HVAC installation, emergency HVAC service, AC repair near me, Greenville SC", robots: { + title: "Professional HVAC Service | Long Heating & Air Conditioning Inc | 24/7 Emergency Service", description: "Expert HVAC repair, installation, and maintenance services across South Carolina and Georgia. Licensed, insured, 24/7 emergency service. AC services, heating, indoor air quality, duct cleaning. Call (864) 213-9899 today.", keywords: "HVAC repair, air conditioning repair, heating services, HVAC installation, emergency HVAC service, AC repair near me, duct cleaning, air quality, Greenville SC, Columbia, Charleston, Savannah, Augusta", robots: { index: true, follow: true, }, openGraph: { - title: "Professional HVAC Service | Long Air Conditioning & Heating", description: "Expert 24/7 HVAC repair and installation. Serving South Carolina and Georgia. Licensed, certified, trusted by 10,000+ homeowners.", type: "website", siteName: "Long HVAC"}, + title: "Professional HVAC Service | Long Heating & Air Conditioning Inc", description: "Expert 24/7 HVAC repair, installation, and maintenance. Serving South Carolina and Georgia. Licensed, certified, trusted by thousands of homeowners.", type: "website", siteName: "Long HVAC"}, twitter: { - card: "summary_large_image", title: "Professional HVAC Service | Long HVAC", description: "Expert heating and cooling repair, installation, and maintenance. 24/7 service available."}, + card: "summary_large_image", title: "Professional HVAC Service | Long HVAC", description: "Expert heating and cooling repair, installation, and maintenance. 24/7 emergency service available."}, }; export default function RootLayout({ @@ -39,7 +34,7 @@ export default function RootLayout({ {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index f2f7ccb..a88c03c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,21 +9,21 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { AlertCircle, Shield, Check, Users, Clock, MapPin, TrendingUp, Star, Phone } from 'lucide-react'; +import { AlertCircle, Shield, Check, Users, Clock, MapPin, TrendingUp, Star, Phone, Wrench, Droplets, Wind, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -154,17 +159,17 @@ export default function LandingPage() {
@@ -193,7 +198,7 @@ export default function LandingPage() { { items: [ { label: "Schedule Service", href: "#contact" }, { label: "Services", href: "#services" }, - { label: "About Us", href: "#why-us" } + { label: "Why Choose Us", href: "#why-us" } ]}, { items: [ { label: "Contact", href: "tel:(864)213-9899" }, diff --git a/src/app/styles/base.css b/src/app/styles/base.css index bbb522f..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-source-sans-3), 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-source-sans-3), sans-serif; + font-family: var(--font-poppins), sans-serif; } diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3e0189a..afbce2f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #ffffff;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1f514c;; - --secondary-cta: #e7eecd;; - --accent: #35c18b;; - --background-accent: #ecebe4;; */ + /* --background: #f5faff;; + --card: #f1f8ff;; + --foreground: #001122;; + --primary-cta: #15479c;; + --secondary-cta: #ffffff;; + --accent: #a8cce8;; + --background-accent: #7ba3cf;; */ - --background: #ffffff;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1f514c;; + --background: #f5faff;; + --card: #f1f8ff;; + --foreground: #001122;; + --primary-cta: #15479c;; --primary-cta-text: #ffffff;; - --secondary-cta: #e7eecd;; + --secondary-cta: #ffffff;; --secondary-cta-text: #1c1c1c;; - --accent: #35c18b;; - --background-accent: #ecebe4;; + --accent: #a8cce8;; + --background-accent: #7ba3cf;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);