Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 04:32:00 +00:00
2 changed files with 5 additions and 4 deletions

View File

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

View File

@@ -9,7 +9,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Clock, Flower2, Home, Leaf, Mail, MapPin, MessageCircle, Phone, Quote, Sprout, Star, Trash2, TrendingUp, Users } from 'lucide-react';
import { Clock, Flower2, Home, Leaf, Mail, MapPin, MessageCircle, Phone, Quote, Sprout, Star, Trash2, TrendingUp, Users, CheckCircle } from 'lucide-react';
export default function LandingPage() {
return (
@@ -121,7 +121,8 @@ export default function LandingPage() {
<TestimonialCardTwo
title="What Our Customers Say"
description="Real reviews from satisfied homeowners and property managers"
tag="Reviews"
tag="Real Verified Reviews"
tagIcon={CheckCircle}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
@@ -231,4 +232,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}