Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6fc27e6476 | |||
| b9482c3684 | |||
| b386fbc5a5 | |||
| 4f91add762 |
@@ -1392,4 +1392,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user