diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ab051ec..9e2320e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -141,11 +141,11 @@ export default function AboutPage() { "Oil changes, tire service, brake service, inspections, and more. All performed by Honda-trained technicians.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-19007.jpg", + "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-19007.jpg?_wi=6", }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-19007.jpg", + "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-19007.jpg?_wi=7", }, }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b249b47..69e01c6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -117,11 +117,11 @@ export default function ContactPage() { "Our sales and service teams are Honda-trained and ready to answer any questions about vehicles, financing, or maintenance.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-19007.jpg", + "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-19007.jpg?_wi=8", }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-19007.jpg", + "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-19007.jpg?_wi=9", }, }, ]} diff --git a/src/app/financing/page.tsx b/src/app/financing/page.tsx index d6c35df..3140eab 100644 --- a/src/app/financing/page.tsx +++ b/src/app/financing/page.tsx @@ -162,10 +162,10 @@ export default function FinancingPage() { title: "Competitive Rates & Terms", description: "We work with multiple lenders to find you the best rates. From 24-month to 84-month terms, we have options for every situation.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116611.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116611.jpg?_wi=3", }, }, ]} diff --git a/src/app/inventory/page.tsx b/src/app/inventory/page.tsx index 878b255..8316fc8 100644 --- a/src/app/inventory/page.tsx +++ b/src/app/inventory/page.tsx @@ -112,42 +112,42 @@ export default function InventoryPage() { id: "civic-sedan", name: "Honda Civic Sedan 2026", price: "$28,995", - imageSrc: "http://img.b2bpic.net/free-photo/blue-suv-driving-fast-rainy-highway-energy-motion-bad-weather_169016-69747.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-suv-driving-fast-rainy-highway-energy-motion-bad-weather_169016-69747.jpg?_wi=3", imageAlt: "2026 Honda Civic Sedan", }, { id: "accord-2025", name: "Honda Accord 2025", price: "$32,450", - imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22402.jpg?_wi=2", imageAlt: "2025 Honda Accord", }, { id: "crv-suv", name: "Honda CR-V SUV 2026", price: "$35,220", - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434357.jpg?_wi=2", imageAlt: "2026 Honda CR-V SUV", }, { id: "certified-civic", name: "Certified Pre-Owned Civic 2024", price: "$22,999", - imageSrc: "http://img.b2bpic.net/free-vector/outlet-stamp-design-collection_23-2149788659.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/outlet-stamp-design-collection_23-2149788659.jpg?_wi=2", imageAlt: "Certified Pre-Owned 2024 Civic", }, { id: "used-pilot", name: "Used Honda Pilot 2023", price: "$28,450", - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-19007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-19007.jpg?_wi=3", imageAlt: "Used 2023 Honda Pilot", }, { id: "used-fit", name: "Used Honda Fit 2022", price: "$16,995", - imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116611.jpg?_wi=1", imageAlt: "Used 2022 Honda Fit", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0077e1c..9456ee9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,61 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Montserrat } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Montserrat } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const montserrat = Montserrat({ variable: "--font-montserrat", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Apple Valley Honda | Honda Dealership East Wenatchee, WA", + description: "Find your perfect Honda at Apple Valley Honda. New & certified pre-owned vehicles, financing, service. Call (901) 402-6668 or visit 400 Highline Dr, East Wenatchee.", + keywords: "Honda dealership East Wenatchee, Honda Civic, used cars, auto financing, Honda service, Wenatchee WA", + robots: { + index: true, + follow: true, + }, + metadataBase: new URL("https://applevalleyhonda.com"), + alternates: { + canonical: "https://applevalleyhonda.com", + }, + openGraph: { + title: "Apple Valley Honda | New & Used Honda Vehicles", + description: "Discover new Honda models and certified pre-owned vehicles at Apple Valley Honda in East Wenatchee. Expert service, flexible financing, and 4.7★ customer rating.", + url: "https://applevalleyhonda.com", + siteName: "Apple Valley Honda", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/portrait-salesman-car-dealership_23-2148130126.jpg", + alt: "Apple Valley Honda vehicles", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Apple Valley Honda | Your Local Honda Dealer", + description: "Browse new Honda vehicles and certified pre-owned cars in East Wenatchee. Call (901) 402-6668 to schedule a test drive.", + images: ["http://img.b2bpic.net/free-photo/portrait-salesman-car-dealership_23-2148130126.jpg"], + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +64,9 @@ export default function RootLayout({ return ( - + {children}