Update src/app/layout.tsx

This commit is contained in:
2026-03-04 21:49:26 +00:00
parent bf3cc4ad07
commit 716634d1b7

View File

@@ -7,49 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
const raleway = Raleway({
variable: "--font-raleway",
subsets: ["latin"],
variable: "--font-raleway", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Luxury Limousine Rental | Premium Ground Transportation | Luxe Rides",
description: "Premium luxury limousine rental service for executives, weddings, and events. Book professional drivers, transparent pricing, and premium vehicles. 24/7 availability.",
keywords: "luxury limousine rental, premium car service, executive transportation, wedding limo, airport transfer, ground transportation",
metadataBase: new URL("https://luxerides.com"),
title: "Luxury Limousine Rental | Premium Ground Transportation | Luxe Rides", description: "Premium luxury limousine rental service for executives, weddings, and events. Book professional drivers, transparent pricing, and premium vehicles. 24/7 availability.", keywords: "luxury limousine rental, premium car service, executive transportation, wedding limo, airport transfer, ground transportation", metadataBase: new URL("https://luxerides.com"),
alternates: {
canonical: "https://luxerides.com",
},
canonical: "https://luxerides.com"},
openGraph: {
title: "Luxury Limousine Rental | Premium Transportation | Luxe Rides",
description: "Experience premium ground transportation with professional drivers and luxury vehicles. Book now for executive travel, weddings, and special occasions.",
siteName: "Luxe Rides",
type: "website",
url: "https://luxerides.com",
images: [
title: "Luxury Limousine Rental | Premium Transportation | Luxe Rides", description: "Experience premium ground transportation with professional drivers and luxury vehicles. Book now for executive travel, weddings, and special occasions.", siteName: "Luxe Rides", type: "website", url: "https://luxerides.com", images: [
{
url: "http://img.b2bpic.net/free-photo/photo-from-inside-vehicle-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16063.jpg",
alt: "Luxury limousine service",
},
url: "http://img.b2bpic.net/free-photo/photo-from-inside-vehicle-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16063.jpg", alt: "Luxury limousine service"},
],
},
twitter: {
card: "summary_large_image",
title: "Premium Luxury Limousine Rental | Luxe Rides",
description: "Professional ground transportation with premium vehicles and expert drivers available 24/7.",
images: [
"http://img.b2bpic.net/free-photo/photo-from-inside-vehicle-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16063.jpg",
],
card: "summary_large_image", title: "Premium Luxury Limousine Rental | Luxe Rides", description: "Professional ground transportation with premium vehicles and expert drivers available 24/7.", images: [
"http://img.b2bpic.net/free-photo/photo-from-inside-vehicle-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16063.jpg"],
},
robots: {
index: true,
@@ -1441,4 +1423,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}