Merge version_1_1781415786218 into main #1
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "Home",
|
||||
"href": "#hero"
|
||||
"name": "Home", "href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "About",
|
||||
"href": "#about"
|
||||
"name": "About", "href": "#about"
|
||||
},
|
||||
{
|
||||
"name": "Services",
|
||||
"href": "#services"
|
||||
"name": "Services", "href": "#services"
|
||||
},
|
||||
{
|
||||
"name": "Contact",
|
||||
"href": "#contact"
|
||||
"name": "Contact", "href": "#contact"
|
||||
},
|
||||
{
|
||||
"name": "Workshop",
|
||||
"href": "#workshop"
|
||||
"name": "Workshop", "href": "#workshop"
|
||||
},
|
||||
{
|
||||
"name": "Pricing",
|
||||
"href": "#pricing"
|
||||
"name": "Pricing", "href": "#pricing"
|
||||
},
|
||||
{
|
||||
"name": "Testimonials",
|
||||
"href": "#testimonials"
|
||||
"name": "Testimonials", "href": "#testimonials"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -43,10 +36,9 @@ export default function Layout() {
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="Poyraz Oto"
|
||||
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=gkypef"
|
||||
ctaButton={{
|
||||
text: "Get Appointment",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Appointment", href: "#contact"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -57,46 +49,30 @@ export default function Layout() {
|
||||
brand="Poyraz Oto Samsun"
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "Samsun, Turkey",
|
||||
href: "#",
|
||||
},
|
||||
label: "Samsun, Turkey", href: "#"},
|
||||
{
|
||||
label: "Open: Mon-Sat 9am-7pm",
|
||||
href: "#",
|
||||
},
|
||||
label: "Open: Mon-Sat 9am-7pm", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyright="© 2024 Poyraz Oto. All rights reserved."
|
||||
links={[
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
|
||||
@@ -18,20 +18,14 @@ export default function HomePage() {
|
||||
title="Professional Auto Repair Services"
|
||||
description="Keeping your vehicle performing at its best with reliable, transparent, and expert automotive care in Samsun."
|
||||
primaryButton={{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Appointment", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
}}
|
||||
text: "Our Services", href: "#services"}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31499.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31499.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-electric-car_23-2149146253.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-electric-car_23-2149146253.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -53,29 +47,17 @@ export default function HomePage() {
|
||||
description="From routine oil changes to complex electronic repairs, we cover all aspects of vehicle maintenance."
|
||||
items={[
|
||||
{
|
||||
title: "Advanced Diagnostics",
|
||||
tags: [
|
||||
"Technology",
|
||||
"Repair",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-engine_1373-569.jpg",
|
||||
},
|
||||
title: "Advanced Diagnostics", tags: [
|
||||
"Technology", "Repair"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-engine_1373-569.jpg"},
|
||||
{
|
||||
title: "Preventive Maintenance",
|
||||
tags: [
|
||||
"Safety",
|
||||
"Engine",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11819.jpg",
|
||||
},
|
||||
title: "Preventive Maintenance", tags: [
|
||||
"Safety", "Engine"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11819.jpg"},
|
||||
{
|
||||
title: "Brake & Suspension",
|
||||
tags: [
|
||||
"Safety",
|
||||
"Repair",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-changing-brake-discs-car-service_1303-26910.jpg",
|
||||
},
|
||||
title: "Brake & Suspension", tags: [
|
||||
"Safety", "Repair"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-changing-brake-discs-car-service_1303-26910.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -89,40 +71,19 @@ export default function HomePage() {
|
||||
description="Complete care for your vehicle's mechanical and electrical systems."
|
||||
items={[
|
||||
{
|
||||
title: "Tire Balancing",
|
||||
description: "Precision wheel alignment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881684.jpg",
|
||||
},
|
||||
title: "Tire Balancing", description: "Precision wheel alignment.", imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881684.jpg"},
|
||||
{
|
||||
title: "Electrical Systems",
|
||||
description: "Computerized troubleshooting.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-working-bike_23-2149039023.jpg",
|
||||
},
|
||||
title: "Electrical Systems", description: "Computerized troubleshooting.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-working-bike_23-2149039023.jpg"},
|
||||
{
|
||||
title: "Suspension Work",
|
||||
description: "Smooth ride assurance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-repairing-car_23-2150171262.jpg",
|
||||
},
|
||||
title: "Suspension Work", description: "Smooth ride assurance.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-repairing-car_23-2150171262.jpg"},
|
||||
{
|
||||
title: "Climate Control",
|
||||
description: "AC system repairs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-turning-car-air-conditioning-system-car-air-conditioner-off-button-close-up-view_657921-553.jpg",
|
||||
},
|
||||
title: "Climate Control", description: "AC system repairs.", imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-turning-car-air-conditioning-system-car-air-conditioner-off-button-close-up-view_657921-553.jpg"},
|
||||
{
|
||||
title: "Engine Tuning",
|
||||
description: "Optimized performance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-working-his-workshop_23-2148970737.jpg",
|
||||
},
|
||||
title: "Engine Tuning", description: "Optimized performance.", imageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-working-his-workshop_23-2148970737.jpg"},
|
||||
{
|
||||
title: "Exhaust Repair",
|
||||
description: "Efficiency and safety.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-fixing-undercarriage-with-wrench_7502-4429.jpg",
|
||||
},
|
||||
title: "Exhaust Repair", description: "Efficiency and safety.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-fixing-undercarriage-with-wrench_7502-4429.jpg"},
|
||||
{
|
||||
title: "Detailing",
|
||||
description: "Vehicle rejuvenation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212196.jpg",
|
||||
},
|
||||
title: "Detailing", description: "Vehicle rejuvenation.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212196.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -136,46 +97,22 @@ export default function HomePage() {
|
||||
description="Affordable maintenance plans for your peace of mind."
|
||||
plans={[
|
||||
{
|
||||
tag: "Standard",
|
||||
price: "500 TL",
|
||||
description: "Essential oil and filter change.",
|
||||
primaryButton: {
|
||||
text: "Select",
|
||||
href: "#contact",
|
||||
},
|
||||
tag: "Standard", price: "500 TL", description: "Essential oil and filter change.", primaryButton: {
|
||||
text: "Select", href: "#contact"},
|
||||
features: [
|
||||
"Engine Oil",
|
||||
"Oil Filter",
|
||||
"Checkup",
|
||||
],
|
||||
"Engine Oil", "Oil Filter", "Checkup"],
|
||||
},
|
||||
{
|
||||
tag: "Complete",
|
||||
price: "1200 TL",
|
||||
description: "Comprehensive seasonal checkup.",
|
||||
primaryButton: {
|
||||
text: "Select",
|
||||
href: "#contact",
|
||||
},
|
||||
tag: "Complete", price: "1200 TL", description: "Comprehensive seasonal checkup.", primaryButton: {
|
||||
text: "Select", href: "#contact"},
|
||||
features: [
|
||||
"Standard Plus",
|
||||
"Brake Check",
|
||||
"AC Clean",
|
||||
],
|
||||
"Standard Plus", "Brake Check", "AC Clean"],
|
||||
},
|
||||
{
|
||||
tag: "Premium",
|
||||
price: "2500 TL",
|
||||
description: "Top-to-bottom vehicle restoration.",
|
||||
primaryButton: {
|
||||
text: "Select",
|
||||
href: "#contact",
|
||||
},
|
||||
tag: "Premium", price: "2500 TL", description: "Top-to-bottom vehicle restoration.", primaryButton: {
|
||||
text: "Select", href: "#contact"},
|
||||
features: [
|
||||
"Complete Plus",
|
||||
"Suspension",
|
||||
"Tires",
|
||||
],
|
||||
"Complete Plus", "Suspension", "Tires"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -190,40 +127,20 @@ export default function HomePage() {
|
||||
description="See why Samsun trusts Poyraz Oto."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ahmet Y.",
|
||||
role: "Driver",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-shaking-hands-with-his-customers-workshop_637285-7786.jpg",
|
||||
},
|
||||
name: "Ahmet Y.", role: "Driver", company: "Local Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-shaking-hands-with-his-customers-workshop_637285-7786.jpg"},
|
||||
{
|
||||
name: "Ayşe K.",
|
||||
role: "Employee",
|
||||
company: "Samsun Corp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charismatic-man-holding-car-keys-showing-thumbs-up_158595-4217.jpg",
|
||||
},
|
||||
name: "Ayşe K.", role: "Employee", company: "Samsun Corp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charismatic-man-holding-car-keys-showing-thumbs-up_158595-4217.jpg"},
|
||||
{
|
||||
name: "Mehmet D.",
|
||||
role: "Student",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-giving-keys-car-customer_329181-11862.jpg",
|
||||
},
|
||||
name: "Mehmet D.", role: "Student", company: "Local Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-giving-keys-car-customer_329181-11862.jpg"},
|
||||
{
|
||||
name: "Fatma S.",
|
||||
role: "Teacher",
|
||||
company: "Samsun Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-vehicle-distributor-checkup_482257-115279.jpg",
|
||||
},
|
||||
name: "Fatma S.", role: "Teacher", company: "Samsun Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-vehicle-distributor-checkup_482257-115279.jpg"},
|
||||
{
|
||||
name: "Can B.",
|
||||
role: "Worker",
|
||||
company: "Local Business",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-customer-signing-document-workshop_329181-11872.jpg",
|
||||
},
|
||||
name: "Can B.", role: "Worker", company: "Local Business", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-customer-signing-document-workshop_329181-11872.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -234,19 +151,14 @@ export default function HomePage() {
|
||||
<FaqSimple
|
||||
tag="Q&A"
|
||||
title="Common Questions"
|
||||
description="We are here to answer your common questions regarding our automotive services."
|
||||
items={[
|
||||
{
|
||||
question: "Do you offer warranty?",
|
||||
answer: "Yes, we provide a 6-month warranty on all mechanical repairs.",
|
||||
},
|
||||
question: "Do you offer warranty?", answer: "Yes, we provide a 6-month warranty on all mechanical repairs."},
|
||||
{
|
||||
question: "Can I leave my car overnight?",
|
||||
answer: "Yes, our workshop is secure and monitored 24/7.",
|
||||
},
|
||||
question: "Can I leave my car overnight?", answer: "Yes, our workshop is secure and monitored 24/7."},
|
||||
{
|
||||
question: "What payment methods do you accept?",
|
||||
answer: "We accept cash, credit cards, and bank transfers.",
|
||||
},
|
||||
question: "What payment methods do you accept?", answer: "We accept cash, credit cards, and bank transfers."},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -258,13 +170,9 @@ export default function HomePage() {
|
||||
tag="Visit Us"
|
||||
text="Ready to get your car serviced in Samsun? Book your appointment today and experience our expert service."
|
||||
primaryButton={{
|
||||
text: "Call Now",
|
||||
href: "tel:+905550000000",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+905550000000"}}
|
||||
secondaryButton={{
|
||||
text: "Email Us",
|
||||
href: "mailto:info@poyrazotosamsun.com",
|
||||
}}
|
||||
text: "Email Us", href: "mailto:info@poyrazotosamsun.com"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user