Merge version_3 into main #5
@@ -1383,4 +1383,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
106
src/app/page.tsx
106
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() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
title="Simple, Honest Pricing"
|
||||
description="No surprises. Quality service at fair prices. Choose the plan that fits your needs."
|
||||
tag="Pricing"
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "basic", price: "₺350-450", name: "Single Tire Service", buttons: [
|
||||
{ text: "Book Now", href: "#contact" },
|
||||
{ text: "More Info", href: "#services" },
|
||||
],
|
||||
features: [
|
||||
"Professional tire replacement or repair", "Quality inspection included", "30-minute turnaround", "One-year warranty"],
|
||||
},
|
||||
{
|
||||
id: "pro", price: "₺1,200-1,500", name: "Complete Wheel Set", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
buttons: [
|
||||
{ text: "Book Now", href: "#contact" },
|
||||
{ text: "More Info", href: "#services" },
|
||||
],
|
||||
features: [
|
||||
"All four tires replaced", "Professional balancing included", "Wheel alignment check", "Extended warranty coverage", "Priority service scheduling"],
|
||||
},
|
||||
{
|
||||
id: "fleet", price: "Custom Quote", name: "Fleet Management", buttons: [
|
||||
{ text: "Contact Sales", href: "#contact" },
|
||||
{ text: "Learn More", href: "#services" },
|
||||
],
|
||||
features: [
|
||||
"Bulk tire ordering discounts", "Dedicated service scheduling", "Maintenance tracking system", "Invoice management support", "Priority emergency service"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
title="Why Mersin Drivers Trust Us"
|
||||
@@ -193,17 +160,23 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Changed My Perspective", quote: "I was skeptical about finding a trustworthy tire shop. LastikPark exceeded all my expectations. Fast, professional, and the prices are genuinely fair. My whole family uses them now.", name: "Mehmet Kaya", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg?_wi=2", imageAlt: "Mehmet Kaya"},
|
||||
id: "1", title: "Changed My Perspective", quote: "I was skeptical about finding a trustworthy tire shop. LastikPark exceeded all my expectations. Fast, professional, and the prices are genuinely fair. My whole family uses them now.", name: "Mehmet Kaya", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg?_wi=2", imageAlt: "Mehmet Kaya"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Best Fleet Decision", quote: "We manage a fleet of 20 vehicles. LastikPark has been incredible for our maintenance needs. They're reliable, professional, and our costs dropped significantly.", name: "Fatima Demir", role: "Fleet Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-gorgeous-woman-with-relaxed-smile-spending-nice-time-cafe_273609-9043.jpg?_wi=2", imageAlt: "Fatima Demir"},
|
||||
id: "2", title: "Best Fleet Decision", quote: "We manage a fleet of 20 vehicles. LastikPark has been incredible for our maintenance needs. They're reliable, professional, and our costs dropped significantly.", name: "Fatima Demir", role: "Fleet Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-gorgeous-woman-with-relaxed-smile-spending-nice-time-cafe_273609-9043.jpg?_wi=2", imageAlt: "Fatima Demir"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Speed Like Lightning", quote: "As a taxi driver, every minute counts. LastikPark understands this. They get me in and out in 30 minutes without cutting corners. That's excellence.", name: "Ahmet Çelik", role: "Taxi Driver", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg?_wi=2", imageAlt: "Ahmet Çelik"},
|
||||
id: "3", title: "Speed Like Lightning", quote: "As a taxi driver, every minute counts. LastikPark understands this. They get me in and out in 30 minutes without cutting corners. That's excellence.", name: "Ahmet Çelik", role: "Taxi Driver", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg?_wi=2", imageAlt: "Ahmet Çelik"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Transparent and Honest", quote: "No hidden fees, no sales pressure. They explain what needs to be done and why. It's refreshing to work with a business that respects your intelligence.", name: "Ayşe Yilmaz", role: "Teacher", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-flirting_1163-831.jpg", imageAlt: "Ayşe Yilmaz"},
|
||||
id: "4", title: "Transparent and Honest", quote: "No hidden fees, no sales pressure. They explain what needs to be done and why. It's refreshing to work with a business that respects your intelligence.", name: "Ayşe Yilmaz", role: "Teacher", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-flirting_1163-831.jpg", imageAlt: "Ayşe Yilmaz"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Professional Excellence", quote: "The team knows their craft. They've handled complex wheel issues that other shops said were impossible. LastikPark is where expertise meets genuine care.", name: "Hakan Öztürk", role: "Car Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Hakan Öztürk"},
|
||||
id: "5", title: "Professional Excellence", quote: "The team knows their craft. They've handled complex wheel issues that other shops said were impossible. LastikPark is where expertise meets genuine care.", name: "Hakan Öztürk", role: "Car Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Hakan Öztürk"
|
||||
},
|
||||
{
|
||||
id: "6", title: "Worth Every Penny", quote: "Fair pricing, quality work, and customer service that puts you first. LastikPark has become my go-to for all tire needs. Highly recommend!", name: "Zeynep Arslan", role: "Marketing Professional", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg", imageAlt: "Zeynep Arslan"},
|
||||
id: "6", title: "Worth Every Penny", quote: "Fair pricing, quality work, and customer service that puts you first. LastikPark has become my go-to for all tire needs. Highly recommend!", name: "Zeynep Arslan", role: "Marketing Professional", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg", imageAlt: "Zeynep Arslan"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -213,22 +186,28 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
ctaTitle="Book Your Service Now"
|
||||
ctaDescription="Don't wait in long lines. Schedule your tire service with LastikPark and experience the difference that speed and expertise make."
|
||||
ctaDescription="Don't wait in long lines. Schedule your tire service with LastikPark and experience the difference that speed and expertise make. Scan the QR code to reach us instantly."
|
||||
ctaButton={{ text: "Schedule Appointment", href: "tel:+903245551234" }}
|
||||
ctaIcon={Calendar}
|
||||
ctaIcon={QrCode}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How long does a tire replacement take?", content: "Most single tire replacements are completed within 15-20 minutes. A full wheel set typically takes 30-40 minutes. We prioritize speed without compromising quality."},
|
||||
id: "1", title: "How long does a tire replacement take?", content: "Most single tire replacements are completed within 15-20 minutes. A full wheel set typically takes 30-40 minutes. We prioritize speed without compromising quality."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you offer warranties?", content: "Yes! All tire replacements come with a one-year warranty covering manufacturing defects. Fleet customers receive extended coverage options."},
|
||||
id: "2", title: "Do you offer warranties?", content: "Yes! All tire replacements come with a one-year warranty covering manufacturing defects. Fleet customers receive extended coverage options."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What brands of tires do you carry?", content: "We stock all major tire brands including Michelin, Bridgestone, Continental, Goodyear, and local Turkish brands. We can also special order any tire you prefer."},
|
||||
id: "3", title: "What brands of tires do you carry?", content: "We stock all major tire brands including Michelin, Bridgestone, Continental, Goodyear, and local Turkish brands. We can also special order any tire you prefer."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Do I need an appointment?", content: "Appointments are recommended but not required. Walk-ins welcome! During peak hours, appointments ensure minimal wait time."},
|
||||
id: "4", title: "Do I need an appointment?", content: "Appointments are recommended but not required. Walk-ins welcome! During peak hours, appointments ensure minimal wait time."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Are your prices negotiable?", content: "Our prices are fixed and transparent - no haggling needed. What you see is what you pay. Fleet customers may qualify for volume discounts."},
|
||||
id: "5", title: "How can I contact you?", content: "Call us at +90 324 XXX XXXX, visit us in Mersin, or schedule online. We're open Monday-Saturday, 8 AM - 6 PM. Emergency services available for fleet customers."
|
||||
},
|
||||
{
|
||||
id: "6", title: "How can I contact you?", content: "Call us at +90 324 XXX XXXX, visit us in Mersin, or schedule online. We're open Monday-Saturday, 8 AM - 6 PM. Emergency services available for fleet customers."},
|
||||
id: "6", title: "What are your business hours?", content: "We operate Monday through Saturday, 8 AM to 6 PM. We're closed on Sundays. Emergency tire services are available for valued fleet customers upon request."
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -251,7 +230,6 @@ export default function LandingPage() {
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Team", href: "#testimonials" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
@@ -276,4 +254,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user