Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -6,10 +6,10 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Award, Heart, Leaf, Phone, Sparkles } from 'lucide-react';
|
||||
import { Award, Heart, Leaf, Phone, Sparkles, Star } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -162,47 +162,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="What Our Customers Say"
|
||||
description="Join hundreds of satisfied homeowners, landlords, and businesses who trust Coffs Lawns for their property maintenance needs."
|
||||
tag="Customer Feedback"
|
||||
tagIcon={Heart}
|
||||
<MetricCardFourteen
|
||||
title="Very Satisfied Customers"
|
||||
tag="Customer Satisfaction"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
metrics={[
|
||||
{ id: "rating-1", value: "5.0", description: "Google Rating" },
|
||||
{ id: "rating-2", value: "500+", description: "Happy Customers" },
|
||||
{ id: "rating-3", value: "100%", description: "Satisfaction Rate" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", name: "Sarah Mitchell", role: "Homeowner", company: "Coffs Harbour", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-wearing-olive-green-t-shirt-showing-thumbs-up-isolated-yellow-wall_141793-82619.jpg", imageAlt: "Sarah Mitchell - happy customer"
|
||||
},
|
||||
{
|
||||
id: "testimonial-2", name: "James Patterson", role: "Real Estate Agent", company: "Coffs Properties", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-thumbs-up-sitting-table_23-2148056165.jpg", imageAlt: "James Patterson - satisfied client"
|
||||
},
|
||||
{
|
||||
id: "testimonial-3", name: "Maria Gonzalez", role: "Property Manager", company: "Local Rentals", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-together_23-2148826968.jpg", imageAlt: "Maria Gonzalez - property manager"
|
||||
},
|
||||
{
|
||||
id: "testimonial-4", name: "David Chen", role: "Business Owner", company: "CBD Restaurant", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-offering-flower_23-2148970185.jpg", imageAlt: "David Chen - business customer"
|
||||
},
|
||||
{
|
||||
id: "testimonial-5", name: "Emma Williams", role: "Landlord", company: "Property Investor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-shopping-cart-by-grocery-store_1303-28932.jpg", imageAlt: "Emma Williams - landlord client"
|
||||
},
|
||||
{
|
||||
id: "testimonial-6", name: "Michael Thompson", role: "Homeowner", company: "Coffs Harbour", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-gorgeous-young-woman-smiling-making-eye-contact-while-sitting-with-people-outdoor-coffee-shop-enjoying-brunch-with-friends_662251-933.jpg", imageAlt: "Michael Thompson - satisfied homeowner"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "500+", label: "Happy Customers" },
|
||||
{ value: "5+", label: "Years Experience" },
|
||||
{ value: "100%", label: "Satisfaction Rate" }
|
||||
]}
|
||||
ariaLabel="Customer testimonials section"
|
||||
ariaLabel="Customer testimonials and Google star ratings section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user