Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-07 16:26:35 +00:00

View File

@@ -30,14 +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"
/>
@@ -45,36 +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={[]}
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>
@@ -83,12 +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>
@@ -99,18 +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."
@@ -121,15 +92,9 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "Sarah J. (5 stars) - Incredible service! Fast, honest, and fair pricing."
},
{
id: "2", name: "Michael K. (5 stars) - They really saved my car and explained everything clearly."
},
{
id: "3", name: "Emily D. (5 stars) - Best mechanic experience I've had in 10 years."
}
{ 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="★★★★★"
cardTag="Hundreds of 5-Star Reviews"
@@ -142,12 +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"
@@ -159,16 +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>