Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-06 19:17:16 +00:00

View File

@@ -9,7 +9,7 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TextAbout from '@/components/sections/about/TextAbout';
import { Calendar, Heart, Mail, Wrench, Bike } from "lucide-react";
import { Calendar, Heart, Mail, Wrench } from "lucide-react";
export default function LandingPage() {
return (
@@ -89,6 +89,7 @@ export default function LandingPage() {
cardTitle="What Our Community Says"
cardTag="Testimonials"
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Sarah T.", imageSrc: "http://img.b2bpic.net/free-photo/woman-fastening-helmet-man_23-2147764135.jpg" },
{ id: "t2", name: "Mike D.", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-man-smiling-confident-standing-with-arms-crossed-gesture-street_839833-30694.jpg" },