From 752e44455b8395752434207cf1ffe2098d84e412 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:40:21 +0000 Subject: [PATCH 1/5] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index bf52cdb..4117de3 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -47,7 +47,7 @@ export default function BookingPage() { tagAnimation="slide-up" background={{ variant: "blurBottom" }} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-vector/car-dealer-template-design_23-2150712654.jpg" + imageSrc="http://img.b2bpic.net/free-vector/car-dealer-template-design_23-2150712654.jpg?_wi=2" imageAlt="Meulders RENT booking process" mediaAnimation="slide-up" useInvertedBackground={false} @@ -68,28 +68,28 @@ export default function BookingPage() { handle: "CEO, Business Travel Plus", testimonial: "Meulders RENT transformed how we handle company car rentals. Fast, reliable, and transparent pricing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-happy_176474-17469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-happy_176474-17469.jpg?_wi=2", }, { name: "Sarah Martinez", handle: "Travel Manager, Adventure Co", testimonial: "Best car rental experience I've had. Easy booking process and excellent customer service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg?_wi=2", }, { name: "David Thompson", handle: "Frequent Traveler", testimonial: "Competitive rates, well-maintained vehicles, and hassle-free rental experience every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg?_wi=2", }, { name: "Emma Wilson", handle: "Travel Consultant, Global Tours", testimonial: "Our clients love Meulders RENT. Professional service with flexible booking options.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=2", }, ]} testimonialRotationInterval={5000} -- 2.49.1 From 002a8c5db3a32da8fb9e54d4cfff14b918ab9f15 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:40:21 +0000 Subject: [PATCH 2/5] Update src/app/faq/page.tsx --- src/app/faq/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index f515f49..496d305 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -46,7 +46,7 @@ export default function FaqPage() { tagAnimation="slide-up" background={{ variant: "blurBottom" }} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-vector/car-dealer-template-design_23-2150712654.jpg" + imageSrc="http://img.b2bpic.net/free-vector/car-dealer-template-design_23-2150712654.jpg?_wi=3" imageAlt="Meulders RENT FAQ support" mediaAnimation="slide-up" useInvertedBackground={false} @@ -67,28 +67,28 @@ export default function FaqPage() { handle: "CEO, Business Travel Plus", testimonial: "Meulders RENT transformed how we handle company car rentals. Fast, reliable, and transparent pricing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-happy_176474-17469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-happy_176474-17469.jpg?_wi=3", }, { name: "Sarah Martinez", handle: "Travel Manager, Adventure Co", testimonial: "Best car rental experience I've had. Easy booking process and excellent customer service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg?_wi=3", }, { name: "David Thompson", handle: "Frequent Traveler", testimonial: "Competitive rates, well-maintained vehicles, and hassle-free rental experience every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg?_wi=3", }, { name: "Emma Wilson", handle: "Travel Consultant, Global Tours", testimonial: "Our clients love Meulders RENT. Professional service with flexible booking options.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=3", }, ]} testimonialRotationInterval={5000} -- 2.49.1 From 59554ddccdb6260b8eccb01c541da1e6a2d91f2c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:40:22 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 49 +++++++++++++++++++++++++++++++++++++--------- 1 file changed, 40 insertions(+), 9 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c1f48a0..e37e8ff 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,28 +1,57 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; +import { Public_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 { Public_Sans } from "next/font/google"; - - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); const publicSans = Public_Sans({ variable: "--font-public-sans", subsets: ["latin"], }); + const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Meulders RENT - Car Rental Service | Best Rates", + description: "Rent your perfect car with Meulders RENT. Browse our fleet, compare prices, and book with flexible insurance options. Simple online booking, 24/7 support.", + keywords: "car rental, vehicle rental, budget cars, SUV rental, luxury cars, car hire, transportation", + robots: { + index: true, + follow: true, + }, + openGraph: { + title: "Meulders RENT - Car Rental Service", + description: "Rent your perfect car today. Browse our fleet, compare prices, and book with confidence.", + url: "https://meulders-rent.com", + siteName: "Meulders RENT", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-vector/car-dealer-template-design_23-2150712654.jpg", + alt: "Meulders RENT Car Rental", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Meulders RENT - Car Rental", + description: "Rent your perfect car with flexible insurance and add-on options.", + images: ["http://img.b2bpic.net/free-vector/car-dealer-template-design_23-2150712654.jpg"], + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -31,7 +60,9 @@ export default function RootLayout({ return ( - + {children}