diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f27bc10..642987e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,11 +22,13 @@ const inter = Inter({ export const metadata: Metadata = { title: "Quality Used Cars in Seven Springs, NC | K&W Used Cars", description: "Find affordable, reliable used cars in Duplin County. Easy financing for all credit situations. Family-owned dealership serving Seven Springs, NC. Call (919) 222-2755.", keywords: "used cars Seven Springs NC, used cars Duplin County, car financing, affordable vehicles, trusted dealership", metadataBase: new URL("https://kwusedcars.com"), alternates: { - canonical: "https://kwusedcars.com"}, + canonical: "https://kwusedcars.com" + }, openGraph: { title: "Quality Used Cars You Can Trust | K&W Used Cars", description: "Reliable vehicles with easy financing. Honest service in Seven Springs, NC.", url: "https://kwusedcars.com", siteName: "K&W Used Cars", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/row-new-cars-port_335224-806.jpg", alt: "K&W Used Cars Dealership"}, + url: "http://img.b2bpic.net/free-photo/row-new-cars-port_335224-806.jpg", alt: "K&W Used Cars Dealership" + }, ], }, twitter: { diff --git a/src/app/page.tsx b/src/app/page.tsx index 91272c9..bf2c358 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,8 @@ export default function LandingPage() { { name: "About", id: "about" }, ]} button={{ - text: "Call Now", href: "tel:(919) 222-2755"}} + text: "Call Now", href: "tel:(919) 222-2755" + }} animateOnLoad={true} /> @@ -67,24 +68,32 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { - text: "Call Now (919) 222-2755", href: "tel:(919) 222-2755"}, + text: "Call Now (919) 222-2755", href: "tel:(919) 222-2755" + }, { - text: "View Inventory", href: "#inventory"}, + text: "View Inventory", href: "#inventory" + }, ]} buttonAnimation="slide-up" carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg?_wi=1", imageAlt: "Featured Used Car"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg?_wi=1", imageAlt: "Featured Used Car" + }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-family-choosing-car-car-showroom_1303-15140.jpg?_wi=1", imageAlt: "Featured Used Truck"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-family-choosing-car-car-showroom_1303-15140.jpg?_wi=1", imageAlt: "Featured Used Truck" + }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/successful-arab-man-wear-striped-shirt-sunglasses-pose-near-his-white-suv-car-stylish-arabian-men-transport_627829-4285.jpg?_wi=1", imageAlt: "Featured Used SUV"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/successful-arab-man-wear-striped-shirt-sunglasses-pose-near-his-white-suv-car-stylish-arabian-men-transport_627829-4285.jpg?_wi=1", imageAlt: "Featured Used SUV" + }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg?_wi=2", imageAlt: "Quality Vehicle Selection"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg?_wi=2", imageAlt: "Quality Vehicle Selection" + }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/young-family-choosing-car-car-showroom_1303-15140.jpg?_wi=2", imageAlt: "Affordable Transportation"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/young-family-choosing-car-car-showroom_1303-15140.jpg?_wi=2", imageAlt: "Affordable Transportation" + }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/successful-arab-man-wear-striped-shirt-sunglasses-pose-near-his-white-suv-car-stylish-arabian-men-transport_627829-4285.jpg?_wi=2", imageAlt: "Reliable Used Cars"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/successful-arab-man-wear-striped-shirt-sunglasses-pose-near-his-white-suv-car-stylish-arabian-men-transport_627829-4285.jpg?_wi=2", imageAlt: "Reliable Used Cars" + }, ]} autoPlay={true} autoPlayInterval={4000} @@ -96,10 +105,12 @@ export default function LandingPage() {