Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cc9a1dceb8 |
185
src/app/page.tsx
185
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "#services"},
|
||||||
id: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="SK8Revolution"
|
brandName="SK8Revolution"
|
||||||
/>
|
/>
|
||||||
@@ -53,19 +45,14 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardScroll
|
<HeroBillboardScroll
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
title="Scooter & Bike Repairs You Can Trust"
|
title="Scooter & Bike Repairs You Can Trust"
|
||||||
description="Fast, reliable service from friendly local experts in Oran Park. Top-quality gear and same-day repairs available."
|
description="Fast, reliable service from friendly local experts in Oran Park. Top-quality gear and same-day repairs available."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now",
|
text: "Call Now", href: "tel:0200000000"},
|
||||||
href: "tel:0200000000",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Get a Free Quote",
|
text: "Get a Free Quote", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8107.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8107.jpg"
|
||||||
imageAlt="Electric scooter repair workshop mechanic"
|
imageAlt="Electric scooter repair workshop mechanic"
|
||||||
@@ -78,26 +65,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
tag: "Speed",
|
tag: "Speed", title: "Same-Day Repairs", subtitle: "Get back on track fast.", description: "Don't wait weeks. Most repairs are done in 24 hours.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-riding-electric-scooter-street_23-2149138622.jpg"},
|
||||||
title: "Same-Day Repairs",
|
|
||||||
subtitle: "Get back on track fast.",
|
|
||||||
description: "Don't wait weeks. Most repairs are done in 24 hours.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-skateboard-with-wheels-outdoors_23-2150407567.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "Quality",
|
tag: "Quality", title: "Expert Tuning", subtitle: "Precision handling.", description: "From brake adjustments to bearing replacements, we do it right.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bicycle-repair-shop_23-2149117180.jpg"},
|
||||||
title: "Expert Tuning",
|
|
||||||
subtitle: "Precision handling.",
|
|
||||||
description: "From brake adjustments to bearing replacements, we do it right.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/little-cute-girl-is-posing-with-pneumatic-drill-photographer-auto-service-workshop_613910-15239.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "Friendly",
|
tag: "Friendly", title: "Local Advice", subtitle: "Rider-to-rider.", description: "Expert guidance on parts, upgrades, and maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-electric-bike-shop_23-2149117173.jpg"},
|
||||||
title: "Local Advice",
|
|
||||||
subtitle: "Rider-to-rider.",
|
|
||||||
description: "Expert guidance on parts, upgrades, and maintenance.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2407.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Professional Services"
|
title="Professional Services"
|
||||||
description="We keep you rolling with expert care and fast turnaround times."
|
description="We keep you rolling with expert care and fast turnaround times."
|
||||||
@@ -111,26 +83,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "4.9+", title: "Google Rating", description: "Consistently rated 5 stars by our happy local community.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-with-fixed-scooter_23-2149117190.jpg"},
|
||||||
value: "4.9+",
|
|
||||||
title: "Google Rating",
|
|
||||||
description: "Consistently rated 5 stars by our happy local community.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/review-increase-rating-ranking-evaluation-classification-concept-businessman-draw-five-yellow-star-increase-rating-his-company_1212-719.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "500+", title: "Bikes Fixed", description: "Repairs completed successfully this year alone.", imageSrc: "http://img.b2bpic.net/free-photo/row-fixed-bikes-workshop_23-2149117178.jpg"},
|
||||||
value: "500+",
|
|
||||||
title: "Bikes Fixed",
|
|
||||||
description: "Repairs completed successfully this year alone.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-38421.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "100%", title: "Local Trust", description: "Committed to friendly, transparent service every day.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-holding-tool-bike-shop_23-2149117185.jpg"},
|
||||||
value: "100%",
|
|
||||||
title: "Local Trust",
|
|
||||||
description: "Committed to friendly, transparent service every day.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mug-with-boss-sticker_23-2148636926.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Proven Results"
|
title="Proven Results"
|
||||||
description="Why riders in Oran Park choose us."
|
description="Why riders in Oran Park choose us."
|
||||||
@@ -143,45 +100,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", title: "Fast turnaround!", quote: "Had my scooter fixed within the day. Friendly staff and super fair price.", name: "Sarah J.", role: "Daily Commuter", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-riding-scooter-city_23-2149138629.jpg"},
|
||||||
title: "Fast turnaround!",
|
|
||||||
quote: "Had my scooter fixed within the day. Friendly staff and super fair price.",
|
|
||||||
name: "Sarah J.",
|
|
||||||
role: "Daily Commuter",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/teenage-boy-with-skateboard_23-2148937834.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", title: "Best in Oran Park", quote: "They treated my son's bike like it was their own. Will be back.", name: "Mark D.", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/father-son-repairing-bike-garage_23-2149117195.jpg"},
|
||||||
title: "Best in Oran Park",
|
|
||||||
quote: "They treated my son's bike like it was their own. Will be back.",
|
|
||||||
name: "Mark D.",
|
|
||||||
role: "Parent",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-66097.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", title: "Expert Knowledge", quote: "The only guys I trust for my high-end upgrades. Real experts.", name: "Josh P.", role: "Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/young-man-inspecting-ebike-workshop_23-2149117201.jpg"},
|
||||||
title: "Expert Knowledge",
|
|
||||||
quote: "The only guys I trust for my high-end upgrades. Real experts.",
|
|
||||||
name: "Josh P.",
|
|
||||||
role: "Enthusiast",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-riding-eco-friendly-scooter-outside_23-2149019518.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t4",
|
|
||||||
title: "Life saver",
|
|
||||||
quote: "My bike broke down nearby and they had me fixed up in minutes. Lifesavers!",
|
|
||||||
name: "Chloe L.",
|
|
||||||
role: "Student",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-senior-woman-making-fun-with-her-young-daughter-while-preparing-food_23-2148041562.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t5",
|
|
||||||
title: "Highly Recommend",
|
|
||||||
quote: "Clean shop, friendly vibes, and amazing repair work. Go here!",
|
|
||||||
name: "Liam T.",
|
|
||||||
role: "Rider",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-checking-out-vinyl-discs-medium-shot_23-2149365818.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Trusted by Local Riders"
|
title="Trusted by Local Riders"
|
||||||
description="See what our community has to say about our work."
|
description="See what our community has to say about our work."
|
||||||
@@ -194,22 +117,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Do you offer same-day service?", content: "Yes! We strive for same-day repairs on most scooters and bikes, depending on parts availability."},
|
||||||
title: "Do you offer same-day service?",
|
|
||||||
content: "Yes! We strive for same-day repairs on most scooters and bikes, depending on parts availability.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Can you order parts?", content: "Absolutely. We have access to all major brands and can source specific parts for your repair."},
|
||||||
title: "Can you order parts?",
|
|
||||||
content: "Absolutely. We have access to all major brands and can source specific parts for your repair.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Is my scooter/bike too old?", content: "We work on all makes and models, vintage or new. Bring it in for a check!"},
|
||||||
title: "Is my scooter/bike too old?",
|
|
||||||
content: "We work on all makes and models, vintage or new. Bring it in for a check!",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/air-sign-broadcast-studio_657883-94.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/mechanic-using-laptop-bike-repair-shop_23-2149117205.jpg"
|
||||||
title="Common Questions"
|
title="Common Questions"
|
||||||
description="Everything you need to know about our services."
|
description="Everything you need to know about our services."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -220,8 +134,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Let's Connect"
|
tag="Let's Connect"
|
||||||
title="Ready to Get Rolling?"
|
title="Ready to Get Rolling?"
|
||||||
description="Get a free quote today or drop by the shop. We're here to help."
|
description="Get a free quote today or drop by the shop. We're here to help."
|
||||||
@@ -232,54 +145,24 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
{ label: "Scooter Repair", href: "#services" },
|
||||||
{
|
{ label: "Bike Maintenance", href: "#services" },
|
||||||
label: "Scooter Repair",
|
{ label: "Upgrades", href: "#services" },
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Bike Maintenance",
|
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Upgrades",
|
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
{ label: "Call: (02) 0000 0000", href: "tel:0200000000" },
|
||||||
{
|
{ label: "Oran Park, NSW" },
|
||||||
label: "Call: (02) 0000 0000",
|
{ label: "Get Directions" },
|
||||||
href: "tel:0200000000",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Oran Park, NSW",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Get Directions",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "About",
|
title: "About", items: [
|
||||||
items: [
|
{ label: "Our Story" },
|
||||||
{
|
{ label: "Testimonials", href: "#testimonials" },
|
||||||
label: "Our Story",
|
{ label: "FAQ", href: "#faq" },
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Testimonials",
|
|
||||||
href: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "FAQ",
|
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -290,4 +173,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user