Update src/app/page.tsx

This commit is contained in:
2026-03-04 08:01:44 +00:00
parent b56106b2e4
commit 9d8edbd148

View File

@@ -110,40 +110,45 @@ export default function LandingPage() {
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardOne
title="What Our Customers Say"
description="Real reviews from happy customers in South Wentworthville and nearby areas"
testimonials={[
{
id: "1", name: "Michael Johnson", role: "Homeowner", company: "South Wentworthville", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Michael Johnson"
},
{
id: "2", name: "Sarah Williams", role: "Property Manager", company: "Wentworthville", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Williams"
},
{
id: "3", name: "David Chen", role: "Homeowner", company: "Greystanes", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "David Chen"
},
{
id: "4", name: "Emma Robinson", role: "Homeowner", company: "Parramatta", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Emma Robinson"
},
{
id: "5", name: "James Taylor", role: "Business Owner", company: "Merrylands", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "James Taylor"
},
{
id: "6", name: "Lisa Anderson", role: "Homeowner", company: "Toongabbie", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Lisa Anderson"
}
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
<div className="relative">
<div className="py-4 px-6 text-center mb-4">
<p className="text-lg font-semibold text-foreground"> 4.9/5 Stars - 50+ Happy Customers</p>
</div>
<TestimonialCardOne
title="What Our Customers Say"
description="Real reviews from happy customers in South Wentworthville and nearby areas"
testimonials={[
{
id: "1", name: "Michael Johnson", role: "Homeowner", company: "South Wentworthville", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Michael Johnson"
},
{
id: "2", name: "Sarah Williams", role: "Property Manager", company: "Wentworthville", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Williams"
},
{
id: "3", name: "David Chen", role: "Homeowner", company: "Greystanes", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "David Chen"
},
{
id: "4", name: "Emma Robinson", role: "Homeowner", company: "Parramatta", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Emma Robinson"
},
{
id: "5", name: "James Taylor", role: "Business Owner", company: "Merrylands", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "James Taylor"
},
{
id: "6", name: "Lisa Anderson", role: "Homeowner", company: "Toongabbie", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Lisa Anderson"
}
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
</div>
<div id="service-areas" data-section="service-areas">