Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-07 04:56:28 +00:00
2 changed files with 56 additions and 193 deletions

View File

@@ -37,9 +37,7 @@ export default function HomePage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Call Now",
href: "tel:+6561234567",
}}
text: "Call Now", href: "tel:+6561234567"}}
/>
</div>
@@ -49,20 +47,15 @@ export default function HomePage() {
logoText="KY AUTO"
description="Trusted Car Repair & Servicing Experts. 15+ years serving Singapore with certified technicians, genuine parts, and 100% customer satisfaction. Your vehicle deserves expert care."
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
buttons={[
{
text: "Call Now: +65 6123 4567",
href: "tel:+6561234567",
},
text: "Call Now: +65 6123 4567", href: "tel:+6561234567"},
{
text: "Book Service",
href: "/services",
},
text: "Book Service", href: "/services"},
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/different-type-tools-especially-wrenches-are-hanging-wall-workshop_613910-15268.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/different-type-tools-especially-wrenches-are-hanging-wall-workshop_613910-15268.jpg"
imageAlt="Professional automotive repair workshop"
frameStyle="card"
mediaAnimation="slide-up"
@@ -77,31 +70,19 @@ export default function HomePage() {
description="Industry-leading expertise and customer satisfaction metrics"
metrics={[
{
id: "1",
value: "15",
title: "Years",
description: "of trusted service excellence",
icon: Award,
id: "1", value: "15", title: "Years", description: "of trusted service excellence", icon: Award,
},
{
id: "2",
value: "100",
title: "Certified",
description: "professional technicians",
icon: CheckCircle,
id: "2", value: "100", title: "Certified", description: "professional technicians", icon: CheckCircle,
},
{
id: "3",
value: "100",
title: "Satisfaction",
description: "customer satisfaction rate",
icon: Star,
id: "3", value: "100", title: "Satisfaction", description: "customer satisfaction rate", icon: Star,
},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
/>
</div>
@@ -113,57 +94,26 @@ export default function HomePage() {
tag="Services"
features={[
{
title: "Engine Diagnostics",
description: "Advanced computer diagnostics to identify any engine issues quickly and accurately",
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine-with-help-laptop_1170-1531.jpg?_wi=1",
imageAlt: "Engine diagnostics service",
buttonIcon: ArrowRight,
buttonHref: "/services",
},
title: "Engine Diagnostics", description: "Advanced computer diagnostics to identify any engine issues quickly and accurately", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine-with-help-laptop_1170-1531.jpg", imageAlt: "Engine diagnostics service", buttonIcon: ArrowRight,
buttonHref: "/services"},
{
title: "Gearbox Repair",
description: "Expert gearbox and transmission repair services with genuine parts warranty",
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine_1170-1402.jpg?_wi=1",
imageAlt: "Gearbox repair service",
buttonIcon: ArrowRight,
buttonHref: "/services",
},
title: "Gearbox Repair", description: "Expert gearbox and transmission repair services with genuine parts warranty", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine_1170-1402.jpg", imageAlt: "Gearbox repair service", buttonIcon: ArrowRight,
buttonHref: "/services"},
{
title: "Car Aircon Service",
description: "Complete air conditioning servicing and maintenance for optimal cooling",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11880.jpg?_wi=1",
imageAlt: "Car aircon servicing",
buttonIcon: ArrowRight,
buttonHref: "/services",
},
title: "Car Aircon Service", description: "Complete air conditioning servicing and maintenance for optimal cooling", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11880.jpg", imageAlt: "Car aircon servicing", buttonIcon: ArrowRight,
buttonHref: "/services"},
{
title: "Battery Replacement",
description: "Quality battery replacement with professional installation and testing",
imageSrc: "http://img.b2bpic.net/free-photo/hand-mechanic-holding-tools_1170-1411.jpg?_wi=1",
imageAlt: "Battery replacement service",
buttonIcon: ArrowRight,
buttonHref: "/services",
},
title: "Battery Replacement", description: "Quality battery replacement with professional installation and testing", imageSrc: "http://img.b2bpic.net/free-photo/hand-mechanic-holding-tools_1170-1411.jpg", imageAlt: "Battery replacement service", buttonIcon: ArrowRight,
buttonHref: "/services"},
{
title: "Accident Repair",
description: "Professional accident repair and body work with insurance coordination",
imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-concept-man-face-mask-with-orbital-polisher-repair-shop-polishing-orange-suv-car_627829-12610.jpg?_wi=1",
imageAlt: "Accident repair service",
buttonIcon: ArrowRight,
buttonHref: "/services",
},
title: "Accident Repair", description: "Professional accident repair and body work with insurance coordination", imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-concept-man-face-mask-with-orbital-polisher-repair-shop-polishing-orange-suv-car_627829-12610.jpg", imageAlt: "Accident repair service", buttonIcon: ArrowRight,
buttonHref: "/services"},
{
title: "Routine Maintenance",
description: "Regular maintenance packages to keep your vehicle running smoothly",
imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11848.jpg?_wi=1",
imageAlt: "Routine maintenance service",
buttonIcon: ArrowRight,
buttonHref: "/services",
},
title: "Routine Maintenance", description: "Regular maintenance packages to keep your vehicle running smoothly", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11848.jpg", imageAlt: "Routine maintenance service", buttonIcon: ArrowRight,
buttonHref: "/services"},
]}
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
/>
</div>
@@ -174,59 +124,23 @@ export default function HomePage() {
description="Real testimonials from satisfied car owners in Singapore"
testimonials={[
{
id: "1",
name: "David Tan",
role: "Car Owner",
testimonial: "Excellent service! The technicians were professional and thorough. My car runs perfectly now. Highly recommended.",
icon: Sparkles,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5559.jpg?_wi=1",
imageAlt: "David Tan",
},
id: "1", name: "David Tan", role: "Car Owner", testimonial: "Excellent service! The technicians were professional and thorough. My car runs perfectly now. Highly recommended.", icon: Sparkles,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5559.jpg", imageAlt: "David Tan"},
{
id: "2",
name: "Sarah Lim",
role: "Regular Customer",
testimonial: "Fast turnaround and fair pricing. They explained every repair clearly. Best auto workshop in the area!",
icon: Sparkles,
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095775.jpg?_wi=1",
imageAlt: "Sarah Lim",
},
id: "2", name: "Sarah Lim", role: "Regular Customer", testimonial: "Fast turnaround and fair pricing. They explained every repair clearly. Best auto workshop in the area!", icon: Sparkles,
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095775.jpg", imageAlt: "Sarah Lim"},
{
id: "3",
name: "Michael Chen",
role: "Business Owner",
testimonial: "I trust KY Auto with all my company vehicles. Reliable, professional, and they always go the extra mile.",
icon: Sparkles,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg?_wi=1",
imageAlt: "Michael Chen",
},
id: "3", name: "Michael Chen", role: "Business Owner", testimonial: "I trust KY Auto with all my company vehicles. Reliable, professional, and they always go the extra mile.", icon: Sparkles,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg", imageAlt: "Michael Chen"},
{
id: "4",
name: "Priya Sharma",
role: "First-Time Customer",
testimonial: "Very welcoming and transparent about costs. No hidden fees. Will definitely come back for maintenance.",
icon: Sparkles,
imageSrc: "http://img.b2bpic.net/free-photo/confident-smartly-dressed-asian-woman-sitting-executive-chair-office_1098-20503.jpg?_wi=1",
imageAlt: "Priya Sharma",
},
id: "4", name: "Priya Sharma", role: "First-Time Customer", testimonial: "Very welcoming and transparent about costs. No hidden fees. Will definitely come back for maintenance.", icon: Sparkles,
imageSrc: "http://img.b2bpic.net/free-photo/confident-smartly-dressed-asian-woman-sitting-executive-chair-office_1098-20503.jpg", imageAlt: "Priya Sharma"},
{
id: "5",
name: "James Wong",
role: "Fleet Manager",
testimonial: "Perfect for fleet servicing. They handle multiple vehicles efficiently and maintain excellent documentation.",
icon: Sparkles,
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg?_wi=1",
imageAlt: "James Wong",
},
id: "5", name: "James Wong", role: "Fleet Manager", testimonial: "Perfect for fleet servicing. They handle multiple vehicles efficiently and maintain excellent documentation.", icon: Sparkles,
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", imageAlt: "James Wong"},
{
id: "6",
name: "Lisa Ng",
role: "Loyal Customer",
testimonial: "Been bringing my car here for 5 years. Consistent quality service and genuine care for customers.",
icon: Sparkles,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-european-girl-with-charming-smile-keeps-arms-folded-wears-round-spectacles_273609-18493.jpg?_wi=1",
imageAlt: "Lisa Ng",
},
id: "6", name: "Lisa Ng", role: "Loyal Customer", testimonial: "Been bringing my car here for 5 years. Consistent quality service and genuine care for customers.", icon: Sparkles,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-european-girl-with-charming-smile-keeps-arms-folded-wears-round-spectacles_273609-18493.jpg", imageAlt: "Lisa Ng"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -243,17 +157,12 @@ export default function HomePage() {
description="Schedule your appointment now. Our expert technicians are ready to keep your vehicle in top condition. Quick response, fair pricing, and guaranteed quality service."
buttons={[
{
text: "Call Now: +65 6123 4567",
href: "tel:+6561234567",
},
text: "Call Now: +65 6123 4567", href: "tel:+6561234567"},
{
text: "Book Online",
href: "/services",
},
text: "Book Online", href: "/services"},
]}
background={{
variant: "downward-rays-animated",
}}
variant: "downward-rays-animated"}}
useInvertedBackground={true}
buttonAnimation="slide-up"
tagAnimation="slide-up"
@@ -265,13 +174,9 @@ export default function HomePage() {
<FooterLogoReveal
logoText="KY AUTO"
leftLink={{
text: "Privacy Policy",
href: "/privacy",
}}
text: "Privacy Policy", href: "/privacy"}}
rightLink={{
text: "Terms of Service",
href: "/terms",
}}
text: "Terms of Service", href: "/terms"}}
/>
</div>
</ThemeProvider>

View File

@@ -34,9 +34,7 @@ export default function ServicesPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Call Now",
href: "tel:+6561234567",
}}
text: "Call Now", href: "tel:+6561234567"}}
/>
</div>
@@ -48,57 +46,26 @@ export default function ServicesPage() {
tag="Full Service Menu"
features={[
{
title: "Engine Diagnostics",
description: "Advanced computer diagnostics to identify any engine issues quickly and accurately. We use state-of-the-art equipment to pinpoint problems before they become costly repairs.",
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine-with-help-laptop_1170-1531.jpg?_wi=2",
imageAlt: "Engine diagnostics service",
buttonIcon: ArrowRight,
buttonHref: "/",
},
title: "Engine Diagnostics", description: "Advanced computer diagnostics to identify any engine issues quickly and accurately. We use state-of-the-art equipment to pinpoint problems before they become costly repairs.", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine-with-help-laptop_1170-1531.jpg", imageAlt: "Engine diagnostics service", buttonIcon: ArrowRight,
buttonHref: "/"},
{
title: "Gearbox Repair",
description: "Expert gearbox and transmission repair services with genuine parts warranty. Our specialists handle automatic and manual transmissions with precision.",
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine_1170-1402.jpg?_wi=2",
imageAlt: "Gearbox repair service",
buttonIcon: ArrowRight,
buttonHref: "/",
},
title: "Gearbox Repair", description: "Expert gearbox and transmission repair services with genuine parts warranty. Our specialists handle automatic and manual transmissions with precision.", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine_1170-1402.jpg", imageAlt: "Gearbox repair service", buttonIcon: ArrowRight,
buttonHref: "/"},
{
title: "Car Aircon Service",
description: "Complete air conditioning servicing and maintenance for optimal cooling. We recharge systems, replace filters, and ensure your comfort in Singapore's heat.",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11880.jpg?_wi=2",
imageAlt: "Car aircon servicing",
buttonIcon: ArrowRight,
buttonHref: "/",
},
title: "Car Aircon Service", description: "Complete air conditioning servicing and maintenance for optimal cooling. We recharge systems, replace filters, and ensure your comfort in Singapore's heat.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11880.jpg", imageAlt: "Car aircon servicing", buttonIcon: ArrowRight,
buttonHref: "/"},
{
title: "Battery Replacement",
description: "Quality battery replacement with professional installation and testing. We stock premium batteries for all vehicle makes and models.",
imageSrc: "http://img.b2bpic.net/free-photo/hand-mechanic-holding-tools_1170-1411.jpg?_wi=2",
imageAlt: "Battery replacement service",
buttonIcon: ArrowRight,
buttonHref: "/",
},
title: "Battery Replacement", description: "Quality battery replacement with professional installation and testing. We stock premium batteries for all vehicle makes and models.", imageSrc: "http://img.b2bpic.net/free-photo/hand-mechanic-holding-tools_1170-1411.jpg", imageAlt: "Battery replacement service", buttonIcon: ArrowRight,
buttonHref: "/"},
{
title: "Accident Repair",
description: "Professional accident repair and body work with insurance coordination. We handle everything from minor dents to major collision damage.",
imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-concept-man-face-mask-with-orbital-polisher-repair-shop-polishing-orange-suv-car_627829-12610.jpg?_wi=2",
imageAlt: "Accident repair service",
buttonIcon: ArrowRight,
buttonHref: "/",
},
title: "Accident Repair", description: "Professional accident repair and body work with insurance coordination. We handle everything from minor dents to major collision damage.", imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-concept-man-face-mask-with-orbital-polisher-repair-shop-polishing-orange-suv-car_627829-12610.jpg", imageAlt: "Accident repair service", buttonIcon: ArrowRight,
buttonHref: "/"},
{
title: "Routine Maintenance",
description: "Regular maintenance packages to keep your vehicle running smoothly. Oil changes, filter replacements, and comprehensive inspections.",
imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11848.jpg?_wi=2",
imageAlt: "Routine maintenance service",
buttonIcon: ArrowRight,
buttonHref: "/",
},
title: "Routine Maintenance", description: "Regular maintenance packages to keep your vehicle running smoothly. Oil changes, filter replacements, and comprehensive inspections.", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11848.jpg", imageAlt: "Routine maintenance service", buttonIcon: ArrowRight,
buttonHref: "/"},
]}
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
/>
</div>
@@ -111,17 +78,12 @@ export default function ServicesPage() {
description="Contact us now to book your service appointment. Our friendly team will help you choose the right service for your vehicle's needs. Fast turnaround, fair pricing, guaranteed satisfaction."
buttons={[
{
text: "Call Now: +65 6123 4567",
href: "tel:+6561234567",
},
text: "Call Now: +65 6123 4567", href: "tel:+6561234567"},
{
text: "Back to Home",
href: "/",
},
text: "Back to Home", href: "/"},
]}
background={{
variant: "downward-rays-animated",
}}
variant: "downward-rays-animated"}}
useInvertedBackground={true}
buttonAnimation="slide-up"
tagAnimation="slide-up"
@@ -133,13 +95,9 @@ export default function ServicesPage() {
<FooterLogoReveal
logoText="KY AUTO"
leftLink={{
text: "Privacy Policy",
href: "/privacy",
}}
text: "Privacy Policy", href: "/privacy"}}
rightLink={{
text: "Terms of Service",
href: "/terms",
}}
text: "Terms of Service", href: "/terms"}}
/>
</div>
</ThemeProvider>