Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 04431cac4e | |||
| eda3fa2d84 |
202
src/app/page.tsx
202
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Bill's Auto Services"
|
||||
/>
|
||||
@@ -53,72 +41,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ 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: "Call Now",
|
||||
href: "tel:5550123456",
|
||||
},
|
||||
{ text: "Schedule Service", href: "#contact" },
|
||||
{ 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: "Fair Pricing",
|
||||
icon: Percent,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "30+ Years Experience",
|
||||
icon: CalendarDays,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Local Owned",
|
||||
icon: MapPin,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Warranty Included",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{ type: "text-icon", text: "ASE Certified", icon: Award },
|
||||
{ type: "text-icon", text: "Fair Pricing", icon: Percent },
|
||||
{ type: "text-icon", text: "30+ Years Experience", icon: CalendarDays },
|
||||
{ type: "text-icon", text: "Local Owned", icon: MapPin },
|
||||
{ type: "text-icon", text: "Warranty Included", icon: ShieldCheck },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,19 +66,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
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: "text",
|
||||
content: " Community Trust",
|
||||
},
|
||||
{ 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: "text", content: " Community Trust" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -150,36 +79,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
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: "3",
|
||||
label: "Maintenance",
|
||||
title: "Preventive Care",
|
||||
items: [
|
||||
"Oil changes",
|
||||
"Fluid checks",
|
||||
"Filter replacements",
|
||||
],
|
||||
},
|
||||
{ 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: "3", label: "Maintenance", title: "Preventive Care", items: ["Oil changes", "Fluid checks", "Filter replacements"] },
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="Providing comprehensive maintenance and repairs with transparency and speed."
|
||||
@@ -190,34 +92,12 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
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: "2",
|
||||
name: "Michael K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg",
|
||||
},
|
||||
{
|
||||
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: "1", name: "Sarah J. (5 stars) - Incredible service!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman_23-2148443588.jpg" },
|
||||
{ id: "2", name: "Michael K. (5 stars) - Saved my car!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man_23-2148443590.jpg" },
|
||||
{ id: "3", name: "Emily D. (5 stars) - Best experience!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-woman_23-2148443592.jpg" }
|
||||
]}
|
||||
cardTitle="Hundreds of 5-Star Reviews"
|
||||
cardTag="Trusted by Local Families"
|
||||
cardTitle="★★★★★"
|
||||
cardTag="Hundreds of 5-Star Reviews"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -227,21 +107,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
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: "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: "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: "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"
|
||||
@@ -253,21 +121,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ 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: "Call Service Desk",
|
||||
href: "tel:5550123456",
|
||||
},
|
||||
{ text: "Schedule Appointment", href: "#" },
|
||||
{ text: "Call Service Desk", href: "tel:5550123456" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -281,4 +141,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user