Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-08 15:11:57 +00:00

View File

@@ -10,7 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Award, Calendar, CheckCircle, Clock, Droplets, Heart, Home, ShieldCheck, Sparkles, ThumbsUp, Truck } from "lucide-react";
import { Award, Calendar, CheckCircle, Clock, Droplets, Heart, ShieldCheck, Sparkles, ThumbsUp, Truck } from "lucide-react";
export default function LandingPage() {
return (
@@ -95,6 +95,7 @@ export default function LandingPage() {
icon={Heart}
imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-cleaning_23-2148480376.jpg"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -103,6 +104,7 @@ export default function LandingPage() {
cardAnimation="slide-up"
cardTitle="Client Stories"
cardTag="Reviews"
useInvertedBackground={true}
testimonials={[
{ id: "t1", name: "Pia W.", imageSrc: "http://img.b2bpic.net/free-photo/female-with-radiant-smile-sitting-room_259150-60488.jpg" },
{ id: "t2", name: "Cherie B.", imageSrc: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986287.jpg" },
@@ -122,6 +124,8 @@ export default function LandingPage() {
mediaAnimation="slide-up"
inputPlaceholder="Enter your email for a quote"
buttonText="Request Quote"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>