diff --git a/src/app/page.tsx b/src/app/page.tsx
index 654b9d3..ea43e7c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -57,41 +42,19 @@ export default function LandingPage() {
@@ -103,46 +66,11 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Heath Cooper",
- role: "Homeowner",
- company: "Canberra",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-chinese-woman-smiling-confident-standing-street_839833-7633.jpg?_wi=1",
- },
- {
- id: "2",
- name: "Gabby A",
- role: "Homeowner",
- company: "Belconnen",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-redhead-woman-with-charming-smile-healthy-clean-skin_273609-9036.jpg?_wi=1",
- },
- {
- id: "3",
- name: "Susan Zhuang",
- role: "Homeowner",
- company: "Tuggeranong",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg?_wi=1",
- },
- {
- id: "4",
- name: "Rachel",
- role: "Homeowner",
- company: "Gungahlin",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1",
- },
- {
- id: "5",
- name: "Mark V",
- role: "Homeowner",
- company: "Woden",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg",
- },
+ { id: "1", name: "Heath Cooper", role: "Homeowner", company: "Canberra", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-chinese-woman-smiling-confident-standing-street_839833-7633.jpg" },
+ { id: "2", name: "Gabby A", role: "Homeowner", company: "Belconnen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-redhead-woman-with-charming-smile-healthy-clean-skin_273609-9036.jpg" },
+ { id: "3", name: "Susan Zhuang", role: "Homeowner", company: "Tuggeranong", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg" },
+ { id: "4", name: "Rachel", role: "Homeowner", company: "Gungahlin", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg" },
+ { id: "5", name: "Mark V", role: "Homeowner", company: "Woden", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg" },
]}
title="Trusted By Hundreds Of Local Homeowners"
description="Don't just take our word for it—read what our local ACT customers have to say about our professional service."
@@ -153,71 +81,17 @@ export default function LandingPage() {
@@ -226,22 +100,11 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Why Locals Choose Andrew McReynolds"
tag="Trusted Service"
+ metricsAnimation="slide-up"
metrics={[
- {
- id: "m1",
- value: "10+",
- description: "Years of Local Experience",
- },
- {
- id: "m2",
- value: "500+",
- description: "Happy Local Customers",
- },
- {
- id: "m3",
- value: "100%",
- description: "Quality Workmanship Guaranteed",
- },
+ { id: "m1", value: "10+", description: "Years of Local Experience" },
+ { id: "m2", value: "500+", description: "Happy Local Customers" },
+ { id: "m3", value: "100%", description: "Quality Workmanship Guaranteed" },
]}
/>
@@ -250,21 +113,11 @@ export default function LandingPage() {