diff --git a/src/app/page.tsx b/src/app/page.tsx
index b64de7a..992ac04 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,29 +29,17 @@ export default function LandingPage() {
@@ -61,93 +49,55 @@ export default function LandingPage() {
@@ -160,45 +110,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "John D.",
- role: "Owner",
- company: "Resident",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/excited-multiethnic-couple-stand-surrounded-by-moving-boxes-taking-break-capture-selfie-with_482257-134995.jpg",
- },
+ id: "1", name: "John D.", role: "Owner", company: "Resident", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/excited-multiethnic-couple-stand-surrounded-by-moving-boxes-taking-break-capture-selfie-with_482257-134995.jpg"},
{
- id: "2",
- name: "Sarah M.",
- role: "Owner",
- company: "Resident",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/couple-changing-bulb-home_23-2147766978.jpg",
- },
+ id: "2", name: "Sarah M.", role: "Owner", company: "Resident", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/couple-changing-bulb-home_23-2147766978.jpg"},
{
- id: "3",
- name: "Mike R.",
- role: "Owner",
- company: "Resident",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg",
- },
+ id: "3", name: "Mike R.", role: "Owner", company: "Resident", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg"},
{
- id: "4",
- name: "Linda P.",
- role: "Owner",
- company: "Resident",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-showing-thumbs-up_1187-751.jpg",
- },
+ id: "4", name: "Linda P.", role: "Owner", company: "Resident", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-showing-thumbs-up_1187-751.jpg"},
{
- id: "5",
- name: "David W.",
- role: "Owner",
- company: "Resident",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-family-couple-visiting-daughter_1398-4698.jpg",
- },
+ id: "5", name: "David W.", role: "Owner", company: "Resident", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-family-couple-visiting-daughter_1398-4698.jpg"},
]}
title="Trusted by Your Neighbors"
description="Read what Micanopy residents say about our service."
@@ -214,25 +139,9 @@ export default function LandingPage() {
description="Stay informed about your home's air quality and system efficiency."
blogs={[
{
- id: "b1",
- category: "Tips",
- title: "Top Summer Cooling Tips",
- excerpt: "Keep your home cool for less.",
- imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-4006.jpg",
- authorName: "Team Browning",
- authorAvatar: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-4006.jpg",
- date: "Jan 2025",
- },
+ id: "b1", category: "Tips", title: "Top Summer Cooling Tips", excerpt: "Keep your home cool for less.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-4006.jpg", authorName: "Team Browning", authorAvatar: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-4006.jpg", date: "Jan 2025"},
{
- id: "b2",
- category: "Maintenance",
- title: "Extend AC Unit Life",
- excerpt: "Simple steps for system care.",
- imageSrc: "http://img.b2bpic.net/free-photo/repairman-doing-air-conditioner-service_1303-26543.jpg",
- authorName: "Team Browning",
- authorAvatar: "http://img.b2bpic.net/free-photo/repairman-doing-air-conditioner-service_1303-26543.jpg",
- date: "Dec 2024",
- },
+ id: "b2", category: "Maintenance", title: "Extend AC Unit Life", excerpt: "Simple steps for system care.", imageSrc: "http://img.b2bpic.net/free-photo/repairman-doing-air-conditioner-service_1303-26543.jpg", authorName: "Team Browning", authorAvatar: "http://img.b2bpic.net/free-photo/repairman-doing-air-conditioner-service_1303-26543.jpg", date: "Dec 2024"},
]}
/>
@@ -246,23 +155,14 @@ export default function LandingPage() {
description="Our commitment to quality service in Florida."
metrics={[
{
- id: "m1",
- icon: CheckCircle,
- title: "Years Experience",
- value: "15+",
- },
+ id: "m1", icon: CheckCircle,
+ title: "Years Experience", value: "15+"},
{
- id: "m2",
- icon: Users,
- title: "Happy Customers",
- value: "1,000+",
- },
+ id: "m2", icon: Users,
+ title: "Happy Customers", value: "1,000+"},
{
- id: "m3",
- icon: Zap,
- title: "Same Day Service",
- value: "100%",
- },
+ id: "m3", icon: Zap,
+ title: "Same Day Service", value: "100%"},
]}
/>
@@ -271,42 +171,27 @@ export default function LandingPage() {