Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-29 21:21:10 +00:00
2 changed files with 27 additions and 16 deletions

View File

@@ -12,26 +12,18 @@ import { Manrope } from "next/font/google";
export const metadata: Metadata = {
title: 'Eagle Towing LLC | 24/7 St Louis Towing & Roadside Assistance',
description: 'Fast, reliable 24/7 towing and roadside assistance in Greater St Louis. Eagle Towing LLC provides professional light/medium-duty towing, accident recovery, and vehicle transport.',
keywords: ["towing St Louis, roadside assistance, 24/7 towing, emergency towing, flat tire, jump start, fuel delivery, lockout service, accident recovery, vehicle transport St Louis, private property towing, Eagle Towing LLC"],
description: 'Fast, reliable 24/7 towing and roadside assistance for breakdowns and accidents in Greater St Louis. Eagle Towing LLC provides professional light/medium-duty towing, accident recovery, and vehicle transport.',
keywords: ["towing St Louis", "roadside assistance", "24/7 towing", "emergency towing", "flat tire", "jump start", "fuel delivery", "lockout service", "accident recovery", "vehicle transport St Louis", "private property towing", "breakdowns", "accidents", "Eagle Towing LLC"],
openGraph: {
"title": "Eagle Towing LLC | 24/7 St Louis Towing & Roadside Assistance",
"description": "Fast, reliable 24/7 towing and roadside assistance in Greater St Louis. Eagle Towing LLC provides professional light/medium-duty towing, accident recovery, and vehicle transport.",
"url": "https://www.eagletowingllc.com",
"siteName": "Eagle Towing LLC",
"images": [
"title": "Eagle Towing LLC | 24/7 St Louis Towing & Roadside Assistance", "description": "Fast, reliable 24/7 towing and roadside assistance for breakdowns and accidents in Greater St Louis. Eagle Towing LLC provides professional light/medium-duty towing, accident recovery, and vehicle transport.", "url": "https://www.eagletowingllc.com", "siteName": "Eagle Towing LLC", "images": [
{
"url": "http://img.b2bpic.net/free-photo/natural-disaster_23-2151886452.jpg",
"alt": "Tow truck on duty in St Louis"
"url": "http://img.b2bpic.net/free-photo/natural-disaster_23-2151886452.jpg", "alt": "Tow truck on duty in St Louis"
}
],
"type": "website"
},
twitter: {
"card": "summary_large_image",
"title": "Eagle Towing LLC | 24/7 St Louis Towing & Roadside Assistance",
"description": "Fast, reliable 24/7 towing and roadside assistance in Greater St Louis. Eagle Towing LLC provides professional light/medium-duty towing, accident recovery, and vehicle transport.",
"images": [
"card": "summary_large_image", "title": "Eagle Towing LLC | 24/7 St Louis Towing & Roadside Assistance", "description": "Fast, reliable 24/7 towing and roadside assistance for breakdowns and accidents in Greater St Louis. Eagle Towing LLC provides professional light/medium-duty towing, accident recovery, and vehicle transport.", "images": [
"http://img.b2bpic.net/free-photo/natural-disaster_23-2151886452.jpg"
]
},
@@ -42,8 +34,7 @@ export const metadata: Metadata = {
};
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
variable: "--font-manrope", subsets: ["latin"],
});
export default function RootLayout({

View File

@@ -231,6 +231,11 @@ export default function LandingPage() {
title="Our Comprehensive Towing & Roadside Services"
description="From emergency breakdowns to planned vehicle transport, Eagle Towing LLC is equipped and ready to assist you around the clock across the Greater St Louis area."
tag="Our Expertise"
buttons={[
{
text: "Get a Quote", href: "#contact"
}
]}
/>
</div>
@@ -258,6 +263,11 @@ export default function LandingPage() {
tag="Our Reputation"
speed={40}
topMarqueeDirection="left"
buttons={[
{
text: "Request Service", href: "#contact"
}
]}
/>
</div>
@@ -272,6 +282,11 @@ export default function LandingPage() {
tag="Our Partners"
speed={30}
showCard={true}
buttons={[
{
text: "Partner With Us", href: "#contact"
}
]}
/>
</div>
@@ -294,6 +309,11 @@ export default function LandingPage() {
title="Frequently Asked Questions"
description="Find quick answers to common inquiries about our services, pricing, and operational areas. We believe in transparency and clear communication."
faqsAnimation="slide-up"
buttons={[
{
text: "Still Have Questions? Contact Us", href: "#contact"
}
]}
/>
</div>
@@ -345,4 +365,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}