From 515962b0cdeed46027f9a80c1d4dc6714440c2d9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 19:00:41 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8aaf6f4..cdf70ae 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Montserrat } from "next/font/google"; export const metadata: Metadata = { - title: 'Luxury Technical Vehicle Inspections | Center Services', - description: 'Premium vehicle inspections in Estonia. Reliable, expert, and professional service for cars, motorcycles, and caravans.', + title: 'Center Services | Vehicle Inspections Estonia', + description: 'Professional technical vehicle inspections in Estonia. Ensuring your safety on the road.', openGraph: { "title": "Luxury Vehicle Inspections", "description": "Safe and professional inspections in Estonia.", -- 2.49.1 From 1434450e3fa769da80171b3db28881c5ca862871 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 19:00:42 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec6a146..7b7f041 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,11 +74,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Sarah Johnson", handle: "BMW Owner", testimonial: "Excellent and professional staff. Fast service and very clear explanations.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg" }, - { id: "t2", name: "Michael Chen", handle: "Motorcycle Rider", testimonial: "The best place for bike inspections. Very thorough and helpful advice given.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-with-motorcycle_23-2150909355.jpg" }, - { id: "t3", name: "Emily Rodriguez", handle: "Family Car", testimonial: "Efficient, kind, and fair. I highly recommend them to all my neighbors.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-supportive-girl-showing-thumbs-up-smiling-proud-praising-you-showing-well-done-excellent-gesture-standing-satisfied-white-wall_176420-34127.jpg" }, - { id: "t4", name: "David Kim", handle: "Regular Customer", testimonial: "Always quick, clean, and reliable. Never going anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-showing-thumb-up-while-buying-car-salon_7502-9630.jpg" }, - { id: "t5", name: "Marko Saar", handle: "Van Operator", testimonial: "Professional approach and very accommodating scheduling for fleet vehicles.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg" } + { id: "t1", name: "Sarah Johnson", testimonial: "Excellent and professional staff. Fast service and very clear explanations.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg" }, + { id: "t2", name: "Michael Chen", testimonial: "The best place for bike inspections. Very thorough and helpful advice given.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-with-motorcycle_23-2150909355.jpg" }, + { id: "t3", name: "Emily Rodriguez", testimonial: "Efficient, kind, and fair. I highly recommend them to all my neighbors.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-supportive-girl-showing-thumbs-up-smiling-proud-praising-you-showing-well-done-excellent-gesture-standing-satisfied-white-wall_176420-34127.jpg" }, + { id: "t4", name: "David Kim", testimonial: "Always quick, clean, and reliable. Never going anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-showing-thumb-up-while-buying-car-salon_7502-9630.jpg" }, + { id: "t5", name: "Marko Saar", testimonial: "Professional approach and very accommodating scheduling for fleet vehicles.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg" } ]} title="Trusted by Drivers Everywhere" description="Over 282+ positive reviews with an average 4.7-star rating. Your safety is our reputation." @@ -107,7 +107,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} - testimonials={[{ id: "a1", name: "Alex P.", handle: "Client", testimonial: "Amazing experience!" }, { id: "a2", name: "Jane D.", handle: "Owner", testimonial: "Great service!" }, { id: "a3", name: "Bob M.", handle: "Driver", testimonial: "Professional work!" }, { id: "a4", name: "Anna K.", handle: "User", testimonial: "Reliable results!" }, { id: "a5", name: "Liam O.", handle: "Member", testimonial: "Very thorough!" }]} + testimonials={[{ id: "a1", name: "Alex P.", testimonial: "Amazing experience!" }, { id: "a2", name: "Jane D.", testimonial: "Great service!" }, { id: "a3", name: "Bob M.", testimonial: "Professional work!" }, { id: "a4", name: "Anna K.", testimonial: "Reliable results!" }, { id: "a5", name: "Liam O.", testimonial: "Very thorough!" }]} title="What Clients Say" description="Hear from our satisfied customers about their inspection experience." /> -- 2.49.1