Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-04 21:29:25 +00:00

View File

@@ -9,7 +9,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
import SplitAbout from '@/components/sections/about/SplitAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { CheckCircle, Clock, DollarSign, MapPin, Wrench, ShieldCheck, WrenchIcon, Gauge } from "lucide-react";
import { Gauge, ShieldCheck, WrenchIcon } from "lucide-react";
export default function LandingPage() {
return (
@@ -100,6 +100,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah J.", role: "Regular Customer", company: "Everett Local", rating: 5,
@@ -119,6 +120,7 @@ export default function LandingPage() {
title="Book Your Appointment"
description="Give us a call at (617) 947-7551 or use the form below to reach our support team."
background={{ variant: "rotated-rays-animated" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/mechanic-fixing-car-tyre_1170-1666.jpg?_wi=2"
/>
</div>