8 Commits

Author SHA1 Message Date
ebf6dcd2a4 Update src/app/page.tsx 2026-03-09 07:58:31 +00:00
8e64afaca2 Update src/app/layout.tsx 2026-03-09 07:58:30 +00:00
3e666c127d Merge version_2 into main
Merge version_2 into main
2026-03-09 07:55:09 +00:00
844e93d445 Update src/app/page.tsx 2026-03-09 07:55:04 +00:00
a1460fca56 Update src/app/layout.tsx 2026-03-09 07:55:04 +00:00
8e102aa6bd Merge version_1 into main
Merge version_1 into main
2026-03-09 07:47:38 +00:00
7397f7b405 Merge version_1 into main
Merge version_1 into main
2026-03-09 07:46:47 +00:00
4d6f0b8e4d Merge version_1 into main
Merge version_1 into main
2026-03-09 07:45:34 +00:00
2 changed files with 14 additions and 1421 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Sparkles, CheckCircle, Wrench, Zap, Phone, Star, Users, HelpCircle } from "lucide-react"; import { Sparkles, CheckCircle, Wrench, Zap, Phone, Star, Users, HelpCircle, Shield } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -42,9 +42,9 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardGallery <HeroBillboardGallery
title="Trusted Local Mechanics You Can Rely On" title="Trusted Local Mechanics You Can Rely On"
description="Honest, experienced mechanics providing reliable servicing and repairs with transparent pricing. Rated highly by local customers." description="Same-day service for most repairs keeps your vehicle on the road. Fair pricing guarantee—we show you the cost before work begins. Honest, experienced mechanics providing reliable servicing and repairs with transparent pricing, rated highly by local customers."
tag="Local Experts" tag="✓ Fair Pricing Guarantee • Same-Day Service Available • (555) 123-4567"
tagIcon={Sparkles} tagIcon={Shield}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
mediaItems={[ mediaItems={[
@@ -76,13 +76,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Logbook Servicing", description: "Keep your vehicle running smoothly with regular scheduled maintenance", imageSrc: "http://img.b2bpic.net/free-photo/businessman-businesswoman-cafe_1157-14643.jpg", imageAlt: "Logbook servicing", button: { text: "Book Service", href: "#contact" } title: "Engine Diagnostics", description: "Advanced diagnostic testing to identify and fix engine problems quickly", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-work-his-garage_146671-19702.jpg?_wi=2", imageAlt: "Engine diagnostics", button: { text: "Book Service", href: "#contact" }
}, },
{ {
title: "Brake Repairs", description: "Expert brake inspection and replacement to keep you safe on the road", imageSrc: "http://img.b2bpic.net/free-photo/man-repairing-karting-car_1157-24737.jpg?_wi=2", imageAlt: "Brake repair service", button: { text: "Book Service", href: "#contact" } title: "Brake Repairs", description: "Expert brake inspection and replacement to keep you safe on the road", imageSrc: "http://img.b2bpic.net/free-photo/man-repairing-karting-car_1157-24737.jpg?_wi=2", imageAlt: "Brake repair service", button: { text: "Book Service", href: "#contact" }
}, },
{ {
title: "Engine Diagnostics", description: "Advanced diagnostic testing to identify and fix engine problems quickly", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-work-his-garage_146671-19702.jpg?_wi=2", imageAlt: "Engine diagnostics", button: { text: "Book Service", href: "#contact" } title: "Logbook Servicing", description: "Keep your vehicle running smoothly with regular scheduled maintenance", imageSrc: "http://img.b2bpic.net/free-photo/businessman-businesswoman-cafe_1157-14643.jpg", imageAlt: "Logbook servicing", button: { text: "Book Service", href: "#contact" }
}, },
{ {
title: "Battery Replacement", description: "Professional battery replacement and installation for all vehicle types", imageSrc: "http://img.b2bpic.net/free-photo/service-station-two-bearded-brutal-mechanics-repairing-car-garage_613910-19571.jpg?_wi=2", imageAlt: "Battery replacement", button: { text: "Book Service", href: "#contact" } title: "Battery Replacement", description: "Professional battery replacement and installation for all vehicle types", imageSrc: "http://img.b2bpic.net/free-photo/service-station-two-bearded-brutal-mechanics-repairing-car-garage_613910-19571.jpg?_wi=2", imageAlt: "Battery replacement", button: { text: "Book Service", href: "#contact" }