Merge version_2 into main #1
169
src/app/page.tsx
169
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Bill's Auto Services"
|
||||
/>
|
||||
@@ -54,70 +46,34 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Honest, reliable auto repair in Waltham, MA"
|
||||
description="Trusted for over 30 years. Fair prices. Fast turnaround. No games. We provide top-tier auto care with a personal, local touch."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Service", href: "#contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5550123456",
|
||||
},
|
||||
text: "Call Now", href: "tel:5550123456"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-wrenches_23-2147624705.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/client-zero-waste-shop-checkout_482257-81595.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/displeased-woman-having-argument-with-her-husband-about-car-repair-workshop_637285-7728.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-african-american-mechanic-handshaking-auto-repair-shop_637285-11567.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
avatars={[]}
|
||||
avatarText="Trusted by 500+ local families"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "ASE Certified",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "ASE Certified", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fair Pricing",
|
||||
icon: Percent,
|
||||
type: "text-icon", text: "Fair Pricing", icon: Percent,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "30+ Years Experience",
|
||||
icon: CalendarDays,
|
||||
type: "text-icon", text: "30+ Years Experience", icon: CalendarDays,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Local Owned",
|
||||
icon: MapPin,
|
||||
type: "text-icon", text: "Local Owned", icon: MapPin,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Warranty Included",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Warranty Included", icon: ShieldCheck,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -128,18 +84,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "30 Years of ",
|
||||
},
|
||||
type: "text", content: "30 Years of "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/empty-underground-parking-garage_1127-2934.jpg",
|
||||
alt: "Our team at work",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/empty-underground-parking-garage_1127-2934.jpg", alt: "Our team at work"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Community Trust",
|
||||
},
|
||||
type: "text", content: " Community Trust"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -151,34 +100,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
label: "Engine Repair",
|
||||
title: "Precision Engine Care",
|
||||
items: [
|
||||
"Diagnostics",
|
||||
"Performance tuning",
|
||||
"Major repairs",
|
||||
],
|
||||
id: "1", label: "Engine Repair", title: "Precision Engine Care", items: [
|
||||
"Diagnostics", "Performance tuning", "Major repairs"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
label: "Brakes & Tires",
|
||||
title: "Safety First",
|
||||
items: [
|
||||
"Pad replacements",
|
||||
"Alignment",
|
||||
"Tire balancing",
|
||||
],
|
||||
id: "2", label: "Brakes & Tires", title: "Safety First", items: [
|
||||
"Pad replacements", "Alignment", "Tire balancing"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
label: "Maintenance",
|
||||
title: "Preventive Care",
|
||||
items: [
|
||||
"Oil changes",
|
||||
"Fluid checks",
|
||||
"Filter replacements",
|
||||
],
|
||||
id: "3", label: "Maintenance", title: "Preventive Care", items: [
|
||||
"Oil changes", "Fluid checks", "Filter replacements"],
|
||||
},
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
@@ -191,33 +122,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg",
|
||||
id: "1", name: "Sarah J. (5 stars) - Incredible service! Fast, honest, and fair pricing."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg",
|
||||
id: "2", name: "Michael K. (5 stars) - They really saved my car and explained everything clearly."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-zero-waste-shop-checkout_482257-81595.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/displeased-woman-having-argument-with-her-husband-about-car-repair-workshop_637285-7728.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Robert M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-african-american-mechanic-handshaking-auto-repair-shop_637285-11567.jpg",
|
||||
},
|
||||
id: "3", name: "Emily D. (5 stars) - Best mechanic experience I've had in 10 years."
|
||||
}
|
||||
]}
|
||||
cardTitle="Hundreds of 5-Star Reviews"
|
||||
cardTag="Trusted by Local Families"
|
||||
cardTitle="★★★★★"
|
||||
cardTag="Hundreds of 5-Star Reviews"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -228,20 +143,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer warranty?",
|
||||
content: "Yes, all our parts and labor are backed by our 12-month/12,000-mile guarantee.",
|
||||
},
|
||||
id: "1", title: "Do you offer warranty?", content: "Yes, all our parts and labor are backed by our 12-month/12,000-mile guarantee."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I wait while you work?",
|
||||
content: "Yes, we have a clean lounge with free Wi-Fi for your convenience.",
|
||||
},
|
||||
id: "2", title: "Can I wait while you work?", content: "Yes, we have a clean lounge with free Wi-Fi for your convenience."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you work on foreign cars?",
|
||||
content: "Absolutely. Our expert technicians are trained for all makes and models.",
|
||||
},
|
||||
id: "3", title: "Do you work on foreign cars?", content: "Absolutely. Our expert technicians are trained for all makes and models."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/repairman-writes-car-tires-fix-invoice_482257-75574.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -254,20 +160,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Book Now"
|
||||
title="Ready to get back on the road?"
|
||||
description="Call us at (555) 012-3456 or schedule your visit today. We look forward to being your local repair team."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Appointment",
|
||||
href: "#",
|
||||
},
|
||||
text: "Schedule Appointment", href: "#"},
|
||||
{
|
||||
text: "Call Service Desk",
|
||||
href: "tel:5550123456",
|
||||
},
|
||||
text: "Call Service Desk", href: "tel:5550123456"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -281,4 +182,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user