From 496b746995ef247a51300260756d6f91128bafa1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:43:49 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 900c4f0..07065dc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1383,4 +1383,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 1e04ab56b0b4450be6b2934675077088d5df6a59 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:43:49 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 106 +++++++++++++++++++---------------------------- 1 file changed, 42 insertions(+), 64 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d75bef..4540b95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Zap, DollarSign, CheckCircle, Users, Clock, Award, TrendingUp, Calendar, Sparkles, ShieldCheck } from "lucide-react"; +import { Zap, DollarSign, CheckCircle, Users, Clock, Award, TrendingUp, Calendar, Sparkles, ShieldCheck, QrCode } from "lucide-react"; export default function LandingPage() { return ( @@ -31,7 +31,6 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "Services", id: "services" }, - { name: "Pricing", id: "pricing" }, { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} @@ -49,13 +48,16 @@ export default function LandingPage() { testimonials={[ { name: "Mehmet Kaya", handle: "Car Owner", testimonial: "LastikPark değiştirdi benim bakış açımı. Hızlı, güvenilir ve fiyatlar çok adil. Kesinlikle tavsiye ederim!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg?_wi=1" + }, { name: "Fatima Demir", handle: "Fleet Manager", testimonial: "Our fleet maintenance costs dropped significantly after switching to LastikPark. Their professionalism is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-gorgeous-woman-with-relaxed-smile-spending-nice-time-cafe_273609-9043.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-gorgeous-woman-with-relaxed-smile-spending-nice-time-cafe_273609-9043.jpg?_wi=1" + }, { name: "Ahmet Çelik", handle: "Taxi Driver", testimonial: "Işığın hızı gibi hizmet veriyorlar. Uzun bekleyişler artık geçmişte. Benim güvendiğim yer LastikPark!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg?_wi=1" + }, ]} testimonialRotationInterval={5000} tag="Mersin's #1 Tire Service" @@ -111,16 +113,20 @@ export default function LandingPage() { features={[ { id: "1", title: "Professional Tire Replacement", tags: ["All Brands", "Quick Service"], - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31501.jpg?_wi=1", imageAlt: "Tire replacement service"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31501.jpg?_wi=1", imageAlt: "Tire replacement service" + }, { id: "2", title: "Precision Tire Balancing", tags: ["Modern Equipment", "Accurate"], - imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-changing-wheels-car_1303-26653.jpg", imageAlt: "Tire balancing service"}, + imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-changing-wheels-car_1303-26653.jpg", imageAlt: "Tire balancing service" + }, { id: "3", title: "Expert Tire Repair", tags: ["Damage Inspection", "Safe Repairs"], - imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-fixing-car-wheel_1170-1384.jpg", imageAlt: "Tire repair service"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-fixing-car-wheel_1170-1384.jpg", imageAlt: "Tire repair service" + }, { id: "4", title: "Wheel Alignment Check", tags: ["Precision Tools", "Safety Check"], - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31501.jpg?_wi=2", imageAlt: "Wheel alignment service"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31501.jpg?_wi=2", imageAlt: "Wheel alignment service" + }, ]} animationType="slide-up" textboxLayout="default" @@ -128,45 +134,6 @@ export default function LandingPage() { /> -
- -
-