Merge version_3 into main #3
@@ -1,58 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
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";
|
||||
import "@/styles/globals.css";
|
||||
|
||||
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"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Dallas Towing Service | QK 83 24/7 Emergency Roadside Assistance", description: "Fast, professional towing and roadside assistance in Dallas. 24/7 emergency response. Gentle vehicle handling. Honest pricing. Call now for immediate help.", keywords: "Dallas towing service, emergency towing, roadside assistance Dallas, tow truck Dallas, fast towing service", metadataBase: new URL("https://qk83towing.com"),
|
||||
alternates: {
|
||||
canonical: "https://qk83towing.com"},
|
||||
openGraph: {
|
||||
title: "Dallas' Most Trusted Towing & Roadside Service | QK 83", description: "Fast. Professional. Respectful. 24/7 emergency towing available across Dallas and DFW.", url: "https://qk83towing.com", siteName: "QK 83 Towing & Roadside Service", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/two-guys-talking-about-work-work-garage-near-truck-transfer-documents-with-goods_1157-46501.jpg", alt: "Professional tow truck at night"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Dallas Towing Service | QK 83", description: "24/7 emergency towing and roadside assistance. Fast response. Professional service.", images: ["http://img.b2bpic.net/free-photo/two-guys-talking-about-work-work-garage-near-truck-transfer-documents-with-goods_1157-46501.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "QK 83 Towing & Roadside Service", description: "Fast, professional towing and roadside assistance in Dallas. Available 24/7."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1420,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -72,19 +72,23 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "careful", label: "Careful", title: "Gentle with Your Vehicle", items: [
|
||||
"Professional handling techniques", "Secure tie-down procedures", "Damage-free transport", "State-of-the-art equipment"],
|
||||
"Professional handling techniques", "Secure tie-down procedures", "Damage-free transport", "State-of-the-art equipment"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "fast", label: "Fast", title: "Rapid Emergency Response", items: [
|
||||
"Quick dispatch times", "Real-time updates", "Efficient routing", "Available 24/7"],
|
||||
"Quick dispatch times", "Real-time updates", "Efficient routing", "Available 24/7"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "honest", label: "Honest", title: "Transparent & Respectful", items: [
|
||||
"Fair pricing", "Clear communication", "Professional drivers", "No hidden fees"],
|
||||
"Fair pricing", "Clear communication", "Professional drivers", "No hidden fees"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "professional", label: "Expert", title: "Professional Service", items: [
|
||||
"Certified operators", "Extensive experience", "Latest technology", "Insured coverage"],
|
||||
"Certified operators", "Extensive experience", "Latest technology", "Insured coverage"
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -96,15 +100,20 @@ export default function LandingPage() {
|
||||
description="Comprehensive towing and roadside assistance solutions for every situation."
|
||||
products={[
|
||||
{
|
||||
id: "car-towing", name: "Car Towing", price: "Local & Long-Distance", imageSrc: "http://img.b2bpic.net/free-photo/yellow-utility-truck-with-hydraulic-lift-urban-infrastructure_169016-69860.jpg", imageAlt: "Professional car towing service"},
|
||||
id: "car-towing", name: "Car Towing", price: "Local & Long-Distance", imageSrc: "http://img.b2bpic.net/free-photo/yellow-utility-truck-with-hydraulic-lift-urban-infrastructure_169016-69860.jpg", imageAlt: "Professional car towing service"
|
||||
},
|
||||
{
|
||||
id: "emergency-towing", name: "Emergency Towing", price: "24/7 Available", imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electric-car-charging-station_1303-31818.jpg", imageAlt: "Fast emergency towing response"},
|
||||
id: "emergency-towing", name: "Emergency Towing", price: "24/7 Available", imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electric-car-charging-station_1303-31818.jpg", imageAlt: "Fast emergency towing response"
|
||||
},
|
||||
{
|
||||
id: "roadside-assistance", name: "Roadside Assistance", price: "Jump Starts & Lockouts", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-couple-outdoors_23-2149390989.jpg", imageAlt: "Professional roadside assistance"},
|
||||
id: "roadside-assistance", name: "Roadside Assistance", price: "Jump Starts & Lockouts", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-couple-outdoors_23-2149390989.jpg", imageAlt: "Professional roadside assistance"
|
||||
},
|
||||
{
|
||||
id: "accident-recovery", name: "Accident Recovery", price: "Safe & Secure", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-talking-smartphone-with-lifted-car-coworker_496169-934.jpg", imageAlt: "Professional accident recovery service"},
|
||||
id: "accident-recovery", name: "Accident Recovery", price: "Safe & Secure", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-talking-smartphone-with-lifted-car-coworker_496169-934.jpg", imageAlt: "Professional accident recovery service"
|
||||
},
|
||||
{
|
||||
id: "airport-parking", name: "Airport & Parking Lots", price: "Fast Pickup", imageSrc: "http://img.b2bpic.net/free-photo/decor-car-following-right-route_23-2148232496.jpg", imageAlt: "Airport towing service Dallas"},
|
||||
id: "airport-parking", name: "Airport & Parking Lots", price: "Fast Pickup", imageSrc: "http://img.b2bpic.net/free-photo/decor-car-following-right-route_23-2148232496.jpg", imageAlt: "Airport towing service Dallas"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -122,17 +131,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Wali Yunes", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg", imageAlt: "Wali Yunes"},
|
||||
id: "1", name: "Wali Yunes", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg", imageAlt: "Wali Yunes"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Omid Wali", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-executive-with-glasses_1098-731.jpg", imageAlt: "Omid Wali"},
|
||||
id: "2", name: "Omid Wali", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-executive-with-glasses_1098-731.jpg", imageAlt: "Omid Wali"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Julie Justiniano", imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", imageAlt: "Julie Justiniano"},
|
||||
id: "3", name: "Julie Justiniano", imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", imageAlt: "Julie Justiniano"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Hussein", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg", imageAlt: "Hussein"},
|
||||
id: "4", name: "Hussein", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg", imageAlt: "Hussein"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Meirinna Aias", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg", imageAlt: "Meirinna Aias"},
|
||||
id: "5", name: "Meirinna Aias", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg", imageAlt: "Meirinna Aias"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Alex Richardson", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-posing_158595-3050.jpg", imageAlt: "Alex Richardson"},
|
||||
id: "6", name: "Alex Richardson", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-posing_158595-3050.jpg", imageAlt: "Alex Richardson"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -141,7 +156,8 @@ export default function LandingPage() {
|
||||
<TextSplitAbout
|
||||
title="Local Towing You Can Trust"
|
||||
description={[
|
||||
"QK 83 Towing & Roadside Service is a trusted local towing company serving Dallas and surrounding areas. We built our reputation on three things: respect for our customers, careful handling of every vehicle, and fast, reliable service.", "When you call QK 83, you're not just getting a tow truck — you're getting a professional who treats your car like their own. Our team is committed to getting you moving again, safely and quickly, no matter the situation."]}
|
||||
"QK 83 Towing & Roadside Service is a trusted local towing company serving Dallas and surrounding areas. We built our reputation on three things: respect for our customers, careful handling of every vehicle, and fast, reliable service.", "When you call QK 83, you're not just getting a tow truck — you're getting a professional who treats your car like their own. Our team is committed to getting you moving again, safely and quickly, no matter the situation."
|
||||
]}
|
||||
buttons={[{ text: "LEARN MORE", href: "#services" }]}
|
||||
showBorder={true}
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user