Merge version_1 into main #1
@@ -54,7 +54,7 @@ export default function AboutPage() {
|
||||
<HeroLogo
|
||||
logoText="About John's Tire Discount"
|
||||
description="A trusted local tire shop serving Pineville, Kentucky with honest pricing and expert automotive service."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169971.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169971.jpg?_wi=3"
|
||||
imageAlt="John's Tire Discount shop"
|
||||
buttons={[
|
||||
{
|
||||
@@ -77,7 +77,7 @@ export default function AboutPage() {
|
||||
description="For years, John's Tire Discount has been the trusted choice for affordable tires and reliable auto repair in Pineville. We believe in transparent pricing, expert workmanship, and putting customers first."
|
||||
subdescription="Our commitment is simple: deliver quality service at fair prices with a friendly team that treats your vehicle like we'd treat our own."
|
||||
icon={Shield}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169971.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169971.jpg?_wi=4"
|
||||
imageAlt="Professional tire shop"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
@@ -91,21 +91,21 @@ export default function AboutPage() {
|
||||
id: "honest",
|
||||
title: "Honest Pricing",
|
||||
tags: ["No Hidden Fees", "Fair Rates"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-material-mechanic-holding-tire-repair-garage-replacement-winter-summer-tires_146671-16136.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-material-mechanic-holding-tire-repair-garage-replacement-winter-summer-tires_146671-16136.jpg?_wi=6",
|
||||
imageAlt: "Tire installation professional mechanic",
|
||||
},
|
||||
{
|
||||
id: "expert",
|
||||
title: "Expert Team",
|
||||
tags: ["Certified Technicians", "Experienced"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-repairing-car_23-2150171270.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-repairing-car_23-2150171270.jpg?_wi=4",
|
||||
imageAlt: "brake system repair mechanic",
|
||||
},
|
||||
{
|
||||
id: "reliable",
|
||||
title: "Reliable Service",
|
||||
tags: ["Quality Parts", "Professional Install"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169970.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169970.jpg?_wi=4",
|
||||
imageAlt: "wheel alignment diagnostic tool",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -44,7 +44,7 @@ export default function ContactPage() {
|
||||
<HeroLogo
|
||||
logoText="Contact John's Tire Discount"
|
||||
description="Get in touch with us for service quotes, questions, or to schedule an appointment."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169971.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169971.jpg?_wi=5"
|
||||
imageAlt="Contact John's Tire Discount"
|
||||
buttons={[
|
||||
{
|
||||
@@ -89,21 +89,21 @@ export default function ContactPage() {
|
||||
id: "phone",
|
||||
title: "Call Us",
|
||||
tags: ["Phone", "Quick Response"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-material-mechanic-holding-tire-repair-garage-replacement-winter-summer-tires_146671-16136.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-material-mechanic-holding-tire-repair-garage-replacement-winter-summer-tires_146671-16136.jpg?_wi=7",
|
||||
imageAlt: "tire installation professional mechanic",
|
||||
},
|
||||
{
|
||||
id: "visit",
|
||||
title: "Visit Our Shop",
|
||||
tags: ["Walk-Ins Welcome", "Same Day Service"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-repairing-car_23-2150171270.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-repairing-car_23-2150171270.jpg?_wi=5",
|
||||
imageAlt: "brake system repair mechanic",
|
||||
},
|
||||
{
|
||||
id: "hours",
|
||||
title: "Business Hours",
|
||||
tags: ["Mon-Sat 8AM-6PM", "Closed Sundays"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169970.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169970.jpg?_wi=5",
|
||||
imageAlt: "wheel alignment diagnostic tool",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,28 +1,54 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import { Inter } 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 { DM_Sans } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Affordable Tires & Auto Repair | Pineville, KY",
|
||||
description: "John's Tire Discount - 4.9★ rated local tire shop in Pineville, Kentucky. Affordable tires, brake repair, wheel alignment, and muffler service. Call (606) 337-9330.",
|
||||
keywords: "tire shop Pineville KY, cheap tires Pineville Kentucky, brake repair near me, wheel alignment, muffler repair, auto service Pineville",
|
||||
metadataBase: new URL("https://johnstierdiscount.com"),
|
||||
alternates: {
|
||||
canonical: "https://johnstierdiscount.com",
|
||||
},
|
||||
openGraph: {
|
||||
siteName: "John's Tire Discount",
|
||||
title: "Affordable Tires & Auto Repair in Pineville, KY",
|
||||
description: "4.9-star rated local tire shop offering honest pricing and expert service on tires, brakes, alignment, and more.",
|
||||
url: "https://johnstierdiscount.com",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://johnstierdiscount.com/og-image.jpg",
|
||||
alt: "John's Tire Discount - Professional Tire Shop",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Affordable Tires & Auto Repair | Pineville, KY",
|
||||
description: "4.9★ John's Tire Discount - Fair pricing, expert mechanics, fast service. Call (606) 337-9330.",
|
||||
images: ["https://johnstierdiscount.com/og-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -31,7 +57,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${dmSans.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +71,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -55,7 +55,7 @@ export default function HomePage() {
|
||||
<HeroLogo
|
||||
logoText="Affordable Tires & Reliable Auto Service in Pineville, KY"
|
||||
description="4.9-star rated local tire shop offering new & used tires, brake repair, wheel alignment, and muffler service. Honest pricing. Expert mechanics. Fast turnaround."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169971.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169971.jpg?_wi=1"
|
||||
imageAlt="Professional tire shop interior"
|
||||
buttons={[
|
||||
{
|
||||
@@ -96,25 +96,25 @@ export default function HomePage() {
|
||||
id: "new-used-tires",
|
||||
title: "New & Used Tires",
|
||||
tags: ["Best Selection", "Budget Friendly"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-material-mechanic-holding-tire-repair-garage-replacement-winter-summer-tires_146671-16136.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-material-mechanic-holding-tire-repair-garage-replacement-winter-summer-tires_146671-16136.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "brake-repair",
|
||||
title: "Brake Repair",
|
||||
tags: ["Safety First", "Expert Service"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-repairing-car_23-2150171270.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-repairing-car_23-2150171270.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "wheel-alignment",
|
||||
title: "Wheel Alignment",
|
||||
tags: ["Precision Tools", "Quick Service"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169970.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169970.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "muffler-repair",
|
||||
title: "Muffler Repair",
|
||||
tags: ["Quality Parts", "Professional Install"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-car-mechanic-repair-shop-fixing-car_342744-265.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-car-mechanic-repair-shop-fixing-car_342744-265.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
title="Our Services"
|
||||
|
||||
@@ -46,7 +46,7 @@ export default function ServicesPage() {
|
||||
<HeroLogo
|
||||
logoText="Complete Tire & Auto Repair Services"
|
||||
description="Professional automotive service for all your needs. Affordable pricing, honest diagnostics, and expert workmanship."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169971.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169971.jpg?_wi=2"
|
||||
imageAlt="Professional tire and auto repair service"
|
||||
buttons={[
|
||||
{
|
||||
@@ -71,42 +71,42 @@ export default function ServicesPage() {
|
||||
id: "tires",
|
||||
name: "New & Used Tires",
|
||||
price: "From $45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-material-mechanic-holding-tire-repair-garage-replacement-winter-summer-tires_146671-16136.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-material-mechanic-holding-tire-repair-garage-replacement-winter-summer-tires_146671-16136.jpg?_wi=2",
|
||||
imageAlt: "Tire sales and installation",
|
||||
},
|
||||
{
|
||||
id: "tire-installation",
|
||||
name: "Tire Installation",
|
||||
price: "From $25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-material-mechanic-holding-tire-repair-garage-replacement-winter-summer-tires_146671-16136.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-material-mechanic-holding-tire-repair-garage-replacement-winter-summer-tires_146671-16136.jpg?_wi=3",
|
||||
imageAlt: "Professional tire installation",
|
||||
},
|
||||
{
|
||||
id: "rotation",
|
||||
name: "Tire Rotation",
|
||||
price: "From $20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-material-mechanic-holding-tire-repair-garage-replacement-winter-summer-tires_146671-16136.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-material-mechanic-holding-tire-repair-garage-replacement-winter-summer-tires_146671-16136.jpg?_wi=4",
|
||||
imageAlt: "Tire rotation service",
|
||||
},
|
||||
{
|
||||
id: "alignment",
|
||||
name: "Wheel Alignment",
|
||||
price: "From $50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169970.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169970.jpg?_wi=2",
|
||||
imageAlt: "Wheel alignment service",
|
||||
},
|
||||
{
|
||||
id: "brakes",
|
||||
name: "Brake Repair",
|
||||
price: "From $80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-repairing-car_23-2150171270.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-repairing-car_23-2150171270.jpg?_wi=2",
|
||||
imageAlt: "Professional brake service",
|
||||
},
|
||||
{
|
||||
id: "muffler",
|
||||
name: "Muffler Repair",
|
||||
price: "From $60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-car-mechanic-repair-shop-fixing-car_342744-265.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-car-mechanic-repair-shop-fixing-car_342744-265.jpg?_wi=2",
|
||||
imageAlt: "Muffler repair and replacement",
|
||||
},
|
||||
]}
|
||||
@@ -125,19 +125,19 @@ export default function ServicesPage() {
|
||||
id: "honest-pricing",
|
||||
title: "Honest Pricing",
|
||||
tags: ["No Hidden Fees", "Fair Rates"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-material-mechanic-holding-tire-repair-garage-replacement-winter-summer-tires_146671-16136.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-material-mechanic-holding-tire-repair-garage-replacement-winter-summer-tires_146671-16136.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "quick-service",
|
||||
title: "Quick Turnaround",
|
||||
tags: ["Same Day Available", "Fast Service"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169970.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-working-shop-car_23-2150169970.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "expert-team",
|
||||
title: "Expert Mechanics",
|
||||
tags: ["Certified Technicians", "Years of Experience"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-repairing-car_23-2150171270.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-repairing-car_23-2150171270.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
title="Why Choose John's for Your Service Needs"
|
||||
|
||||
Reference in New Issue
Block a user