Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-09 07:58:35 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -10,7 +10,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactSplit from '@/components/sections/contact/ContactSplit';
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() {
return (
@@ -42,9 +42,9 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
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."
tag="Local Experts"
tagIcon={Sparkles}
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="✓ Fair Pricing Guarantee • Same-Day Service Available • (555) 123-4567"
tagIcon={Shield}
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
mediaItems={[
@@ -247,4 +247,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}