7 Commits

Author SHA1 Message Date
a94f92b2c3 Merge version_3 into main
Merge version_3 into main
2026-05-22 18:28:45 +00:00
1b48c3dced Update src/app/page.tsx 2026-05-22 18:28:39 +00:00
4a22a23cb6 Merge version_2 into main
Merge version_2 into main
2026-05-22 18:27:45 +00:00
93d25976b8 Update src/app/page.tsx 2026-05-22 18:27:42 +00:00
66a6037b10 Merge version_1 into main
Merge version_1 into main
2026-05-22 18:14:14 +00:00
7f4fd1597d Merge version_1 into main
Merge version_1 into main
2026-05-22 18:13:50 +00:00
3e63c0070a Merge version_1 into main
Merge version_1 into main
2026-05-22 18:13:21 +00:00

View File

@@ -47,22 +47,15 @@ export default function LandingPage() {
logoText="GX Auto" logoText="GX Auto"
description="Expert diagnostics and repairs for all vehicle makes. Fast service, transparent pricing, and skilled technicians in Plovdiv." description="Expert diagnostics and repairs for all vehicle makes. Fast service, transparent pricing, and skilled technicians in Plovdiv."
buttons={[ buttons={[
{ { text: "Book Your Appointment", href: "#contact" },
text: "Book Your Appointment", href: "#contact"},
]} ]}
slides={[ slides={[
{ { imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11848.jpg?_wi=1", imageAlt: "Professional car repair" },
imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11848.jpg?_wi=1", imageAlt: "Professional car repair"}, { imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-using-lamp-while-repairing-engine-workshop_637285-4295.jpg?_wi=1", imageAlt: "Car maintenance" },
{ { imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-talking-his-colleague-while-running-car-diagnostic-analyzing-data-workshop_637285-7676.jpg", imageAlt: "Diagnostics" },
imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-using-lamp-while-repairing-engine-workshop_637285-4295.jpg?_wi=1", imageAlt: "Car maintenance"}, { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1506.jpg", imageAlt: "Under car inspection" },
{ { imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-working-as-mechanic-autoservice-fixing-car_7502-4422.jpg", imageAlt: "Brake service" },
imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-talking-his-colleague-while-running-car-diagnostic-analyzing-data-workshop_637285-7676.jpg", imageAlt: "Diagnostics"}, { imageSrc: "http://img.b2bpic.net/free-photo/technician-pointing-folder_23-2147897929.jpg", imageAlt: "Customer service" },
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1506.jpg", imageAlt: "Under car inspection"},
{
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-working-as-mechanic-autoservice-fixing-car_7502-4422.jpg", imageAlt: "Brake service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/technician-pointing-folder_23-2147897929.jpg", imageAlt: "Customer service"},
]} ]}
/> />
</div> </div>
@@ -84,28 +77,16 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Advanced Diagnostics", description: "Computerized analysis for precise problem identification.", phoneOne: { title: "Advanced Diagnostics", description: "Computerized analysis for precise problem identification.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-while-servicing-car-engine_1170-1304.jpg", imageAlt: "car diagnostic service icon" },
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-while-servicing-car-engine_1170-1304.jpg", imageAlt: "car diagnostic service icon" phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/laptop-car-engine_1170-1250.jpg", imageAlt: "car diagnostic service icon" },
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/laptop-car-engine_1170-1250.jpg", imageAlt: "car diagnostic service icon"
},
}, },
{ {
title: "Engine Maintenance", description: "Routine oil changes, filter checks, and performance tuning.", phoneOne: { title: "Engine Maintenance", description: "Routine oil changes, filter checks, and performance tuning.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1283.jpg", imageAlt: "car diagnostic service icon" },
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1283.jpg", imageAlt: "car diagnostic service icon" phoneTwo: { imageSrc: "http://img.b2bvector/car-service-icons-flat-set_1284-7586.jpg", imageAlt: "car diagnostic service icon" },
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/car-service-icons-flat-set_1284-7586.jpg", imageAlt: "car diagnostic service icon"
},
}, },
{ {
title: "Brake Systems", description: "Complete brake pad, rotor, and hydraulic system services.", phoneOne: { title: "Brake Systems", description: "Complete brake pad, rotor, and hydraulic system services.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/car-tire-repair_23-2151947879.jpg", imageAlt: "car diagnostic service icon" },
imageSrc: "http://img.b2bpic.net/free-photo/car-tire-repair_23-2151947879.jpg", imageAlt: "car diagnostic service icon" phoneTwo: { imageSrc: "http://img.b2bvector/gradient-auto-parts-logo-design_23-2149455669.jpg", imageAlt: "car diagnostic service icon" },
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/gradient-auto-parts-logo-design_23-2149455669.jpg", imageAlt: "car diagnostic service icon"
},
}, },
]} ]}
showStepNumbers={false} showStepNumbers={false}
@@ -121,22 +102,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "basic", title: "Oil Change", price: "60 BGN", period: "starts at", features: [ id: "basic", title: "Oil Change", price: "60 BGN", period: "starts at", features: ["Full synthetic oil", "New oil filter", "Basic safety check"],
"Full synthetic oil", "New oil filter", "Basic safety check"], button: { text: "Book Now", href: "#contact" },
button: {
text: "Book Now", href: "#contact"},
imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11821.jpg", imageAlt: "Mechanics repairing a car in the workshop"}, imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11821.jpg", imageAlt: "Mechanics repairing a car in the workshop"},
{ {
id: "pro", title: "Full Diagnostics", price: "120 BGN", period: "starts at", features: [ id: "pro", title: "Full Diagnostics", price: "120 BGN", period: "starts at", features: ["Computer error read", "Complete inspection", "Maintenance report"],
"Computer error read", "Complete inspection", "Maintenance report"], button: { text: "Book Now", href: "#contact" },
button: {
text: "Book Now", href: "#contact"},
imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11848.jpg?_wi=2", imageAlt: "Mechanics repairing a car in the workshop"}, imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11848.jpg?_wi=2", imageAlt: "Mechanics repairing a car in the workshop"},
{ {
id: "premium", title: "Major Maintenance", price: "250 BGN", period: "starts at", features: [ id: "premium", title: "Major Maintenance", price: "250 BGN", period: "starts at", features: ["Fluids replacement", "Brake & belt check", "Suspension check"],
"Fluids replacement", "Brake & belt check", "Suspension check"], button: { text: "Book Now", href: "#contact" },
button: {
text: "Book Now", href: "#contact"},
imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-using-lamp-while-repairing-engine-workshop_637285-4295.jpg?_wi=2", imageAlt: "Mechanics repairing a car in the workshop"}, imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-using-lamp-while-repairing-engine-workshop_637285-4295.jpg?_wi=2", imageAlt: "Mechanics repairing a car in the workshop"},
]} ]}
title="Service Packages" title="Service Packages"
@@ -152,14 +127,10 @@ export default function LandingPage() {
groups={[ groups={[
{ {
id: "techs", groupTitle: "Technical Staff", members: [ id: "techs", groupTitle: "Technical Staff", members: [
{ { id: "1", title: "Ivan Petrov", subtitle: "Lead Mechanic", detail: "Certified master technician with 20 years of experience.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1348.jpg" },
id: "1", title: "Ivan Petrov", subtitle: "Lead Mechanic", detail: "Certified master technician with 20 years of experience.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1348.jpg"}, { id: "2", title: "Elena Marinova", subtitle: "Diagnostic Specialist", detail: "Expert in modern electronic systems and coding.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet-while-servicing-car-engine_1170-1356.jpg" },
{ { id: "3", title: "Stefan Dimitrov", subtitle: "Repair Technician", detail: "Engine and brake system specialist.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-mechanic-using-touchpad-while-working-computer-repair-shop_637285-9396.jpg" },
id: "2", title: "Elena Marinova", subtitle: "Diagnostic Specialist", detail: "Expert in modern electronic systems and coding.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet-while-servicing-car-engine_1170-1356.jpg"}, { id: "4", title: "Georgi Stoev", subtitle: "Service Assistant", detail: "Dedicated support and vehicle detail expert.", imageSrc: "http://img.b2bpic.net/free-photo/two-coworkers-using-laptop-while-working-auto-repair-shop_637285-11597.jpg" },
{
id: "3", title: "Stefan Dimitrov", subtitle: "Repair Technician", detail: "Engine and brake system specialist.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-mechanic-using-touchpad-while-working-computer-repair-shop_637285-9396.jpg"},
{
id: "4", title: "Georgi Stoev", subtitle: "Service Assistant", detail: "Dedicated support and vehicle detail expert.", imageSrc: "http://img.b2bpic.net/free-photo/two-coworkers-using-laptop-while-working-auto-repair-shop_637285-11597.jpg"},
], ],
}, },
]} ]}
@@ -175,12 +146,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ { id: "m1", value: "15+", description: "Years of experience" },
id: "m1", value: "15+", description: "Years of experience"}, { id: "m2", value: "5k+", description: "Cars repaired" },
{ { id: "m3", value: "4.9", description: "Average rating" },
id: "m2", value: "5k+", description: "Cars repaired"},
{
id: "m3", value: "4.9", description: "Average rating"},
]} ]}
title="Why Plovdiv Trusts Us" title="Why Plovdiv Trusts Us"
description="Numbers speak for our quality and dedication." description="Numbers speak for our quality and dedication."
@@ -193,16 +161,11 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ { id: "t1", name: "Mariya H.", handle: "@mariya.h", testimonial: "Excellent service and honest pricing. GX Auto saved me time and money.", imageSrc: "http://img.b2bpic.net/free-photo/distraught-man-feeling-sad-while-showing-his-mechanic-car-breakdown-auto-repair-shop_637285-7708.jpg" },
id: "t1", name: "Mariya H.", handle: "@mariya.h", testimonial: "Excellent service and honest pricing. GX Auto saved me time and money.", imageSrc: "http://img.b2bpic.net/free-photo/distraught-man-feeling-sad-while-showing-his-mechanic-car-breakdown-auto-repair-shop_637285-7708.jpg"}, { id: "t2", name: "Viktor S.", handle: "@viktor.s", testimonial: "Very professional and friendly staff. My go-to for diagnostics.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586564.jpg" },
{ { id: "t3", name: "Elena D.", handle: "@elena.d", testimonial: "Trustworthy repairs that actually hold up. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/displeased-woman-having-argument-with-her-husband-about-car-repair-workshop_637285-7728.jpg" },
id: "t2", name: "Viktor S.", handle: "@viktor.s", testimonial: "Very professional and friendly staff. My go-to for diagnostics.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586564.jpg"}, { id: "t4", name: "Ivan K.", handle: "@ivan.k", testimonial: "They explain every issue clearly before charging. Great communication.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-talking-mobile-phone_1170-1328.jpg" },
{ { id: "t5", name: "Sofia P.", handle: "@sofia.p", testimonial: "Fast turnaround and friendly expertise. Best shop in the city.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg" },
id: "t3", name: "Elena D.", handle: "@elena.d", testimonial: "Trustworthy repairs that actually hold up. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/displeased-woman-having-argument-with-her-husband-about-car-repair-workshop_637285-7728.jpg"},
{
id: "t4", name: "Ivan K.", handle: "@ivan.k", testimonial: "They explain every issue clearly before charging. Great communication.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-talking-mobile-phone_1170-1328.jpg"},
{
id: "t5", name: "Sofia P.", handle: "@sofia.p", testimonial: "Fast turnaround and friendly expertise. Best shop in the city.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg"},
]} ]}
title="Customer Reviews" title="Customer Reviews"
description="Hear what our Plovdiv customers are saying about us." description="Hear what our Plovdiv customers are saying about us."
@@ -214,12 +177,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ { id: "f1", title: "Do you offer warranty?", content: "Yes, we provide a 6-month warranty on most repairs for parts and labor." },
id: "f1", title: "Do you offer warranty?", content: "Yes, we provide a 6-month warranty on most repairs for parts and labor."}, { id: "f2", title: "Can I leave my car overnight?", content: "Yes, we have secure parking facilities for overnight service." },
{ { id: "f3", title: "Is an appointment required?", content: "Appointments are recommended to ensure fast service, but walk-ins are accepted for quick checks." },
id: "f2", title: "Can I leave my car overnight?", content: "Yes, we have secure parking facilities for overnight service."},
{
id: "f3", title: "Is an appointment required?", content: "Appointments are recommended to ensure fast service, but walk-ins are accepted for quick checks."},
]} ]}
title="Common Questions" title="Common Questions"
description="Answers to common concerns about our service." description="Answers to common concerns about our service."
@@ -230,14 +190,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{ variant: "radial-gradient" }}
variant: "radial-gradient"}}
tag="Ready to get back on the road?" tag="Ready to get back on the road?"
title="Book Your Visit Now" title="Book Your Visit Now"
description="Contact GX Auto in Plovdiv today to schedule an appointment or ask about your service needs." description="Contact GX Auto in Plovdiv today to schedule an appointment or ask about your service needs."
buttons={[ buttons={[
{ { text: "Call us now: +359 XXX XXX", href: "tel:+359000000000" },
text: "Call us now: +359 XXX XXX", href: "tel:+359000000000"},
]} ]}
/> />
</div> </div>
@@ -245,13 +203,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
logoText="GX Auto" logoText="GX Auto"
leftLink={{ leftLink={{ text: "GX Auto Plovdiv © 2024", href: "#" }}
text: "GX Auto Plovdiv © 2024", href: "#"}} rightLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{
text: "Privacy Policy", href: "#"}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }