Merge version_1 into main #2
@@ -17,7 +17,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -33,7 +33,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now", href: "tel:089242444"}}
|
||||
text: "Call Now", href: "tel:089242444"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -45,27 +46,35 @@ export default function LandingPage() {
|
||||
tag="Premium Auto Service"
|
||||
tagIcon={Wrench}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: 089 242 4499", href: "tel:089242444"},
|
||||
text: "Call Now: 089 242 4499", href: "tel:089242444"
|
||||
},
|
||||
{
|
||||
text: "Book Service"},
|
||||
text: "Book Service"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mechanic-standing-near-cars_23-2147897989.jpg?_wi=1", imageAlt: "auto repair mechanic workshop professional garage cars"},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mechanic-standing-near-cars_23-2147897989.jpg", imageAlt: "auto repair mechanic workshop professional garage cars"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-using-diagnostic-tool_1170-1156.jpg", imageAlt: "car diagnostic auto scan mechanic tool electronic"},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-using-diagnostic-tool_1170-1156.jpg", imageAlt: "car diagnostic auto scan mechanic tool electronic"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-examining-car-oil-auto-repair-shop_637285-4301.jpg", imageAlt: "car maintenance oil change service mechanic"},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-examining-car-oil-auto-repair-shop_637285-4301.jpg", imageAlt: "car maintenance oil change service mechanic"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg", imageAlt: "auto repair mechanic repairs car service workshop"},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg", imageAlt: "auto repair mechanic repairs car service workshop"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=1", imageAlt: "professional workshop garage interior auto shop modern workspace"},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg", imageAlt: "professional workshop garage interior auto shop modern workspace"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mechanic-standing-near-cars_23-2147897989.jpg?_wi=2", imageAlt: "auto repair mechanic workshop professional garage cars"},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mechanic-standing-near-cars_23-2147897989.jpg", imageAlt: "auto repair mechanic workshop professional garage cars"
|
||||
},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -81,18 +90,22 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Diagnostics", description: "Advanced computer diagnostics to identify vehicle issues accurately", bentoComponent: "animated-bar-chart"},
|
||||
title: "Diagnostics", description: "Advanced computer diagnostics to identify vehicle issues accurately", bentoComponent: "animated-bar-chart"
|
||||
},
|
||||
{
|
||||
title: "Maintenance", description: "Preventive maintenance to keep your vehicle running smoothly", bentoComponent: "line-chart"},
|
||||
title: "Maintenance", description: "Preventive maintenance to keep your vehicle running smoothly", bentoComponent: "line-chart"
|
||||
},
|
||||
{
|
||||
title: "Repairs", description: "Expert repairs for all vehicle makes and models", bentoComponent: "globe"},
|
||||
title: "Repairs", description: "Expert repairs for all vehicle makes and models", bentoComponent: "globe"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service", href: "#contact"},
|
||||
text: "Schedule Service", href: "#contact"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -106,11 +119,13 @@ export default function LandingPage() {
|
||||
description="Located in Jamestown Industrial Park on Kylemore Way, JMM Autos delivers professional automotive services with meticulous attention to detail. Our team combines technical expertise with customer-centric service to ensure your vehicle receives the highest standard of care."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+", title: "Years Experience"},
|
||||
value: "15+", title: "Years Experience"
|
||||
},
|
||||
{
|
||||
value: "100%", title: "Customer Satisfaction"},
|
||||
value: "100%", title: "Customer Satisfaction"
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg"
|
||||
imageAlt="JMM Autos Professional Workshop"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -127,9 +142,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions", href: "#"},
|
||||
text: "Get Directions", href: "#"
|
||||
},
|
||||
{
|
||||
text: "Call: 089 242 4499", href: "tel:089242444"},
|
||||
text: "Call: 089 242 4499", href: "tel:089242444"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -142,16 +159,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: 089 242 4499", href: "tel:089242444"},
|
||||
text: "Call Now: 089 242 4499", href: "tel:089242444"
|
||||
},
|
||||
{
|
||||
text: "Book Appointment"},
|
||||
text: "Book Appointment"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-mechanic-standing-near-cars_23-2147897989.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-mechanic-standing-near-cars_23-2147897989.jpg"
|
||||
imageAlt="JMM Autos Professional Workshop"
|
||||
logoText="JMM Autos"
|
||||
copyrightText="© 2025 JMM Autos | Unit 2, Jamestown Industrial Park, Kylemore Way"
|
||||
@@ -159,29 +178,37 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Diagnostics", href: "#services"},
|
||||
label: "Diagnostics", href: "#services"
|
||||
},
|
||||
{
|
||||
label: "Maintenance", href: "#services"},
|
||||
label: "Maintenance", href: "#services"
|
||||
},
|
||||
{
|
||||
label: "Repairs", href: "#services"},
|
||||
label: "Repairs", href: "#services"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
label: "About Us", href: "#about"
|
||||
},
|
||||
{
|
||||
label: "Location", href: "#location"},
|
||||
label: "Location", href: "#location"
|
||||
},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
label: "Contact", href: "#contact"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
label: "Privacy Policy", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
label: "Terms of Service", href: "#"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user