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.", 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." />