diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4181bb2..6baa4b3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,98 +31,63 @@ export default function LandingPage() {
@@ -207,14 +142,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Cary, NC",
- "Apex, NC",
- "Morrisville, NC",
- "Raleigh, NC",
- "Holly Springs, NC",
- "Fuquay-Varina, NC",
- "Garner, NC",
- ]}
+ "Cary, NC", "Apex, NC", "Morrisville, NC", "Raleigh, NC", "Holly Springs, NC", "Fuquay-Varina, NC", "Garner, NC"]}
title="Proudly Serving Cary and Beyond"
description="We bring dependable heating and air conditioning solutions to homes and businesses across the vibrant Triangle region. Our team is always ready to assist."
speed={50}
@@ -230,28 +158,18 @@ export default function LandingPage() {
author="Google Reviews"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
- alt: "Customer Sarah Johnson",
- },
+ src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Customer Sarah Johnson"},
{
- src: "http://img.b2bpic.net/free-photo/impressed-girl-admiring-great-music-taste-friend-showing-thumbs-up-smiling-excited-astoni_1258-142264.jpg",
- alt: "Customer Michael Chen",
- },
+ src: "http://img.b2bpic.net/free-photo/impressed-girl-admiring-great-music-taste-friend-showing-thumbs-up-smiling-excited-astoni_1258-142264.jpg", alt: "Customer Michael Chen"},
{
- src: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371203.jpg",
- alt: "Customer Emily Rodriguez",
- },
+ src: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371203.jpg", alt: "Customer Emily Rodriguez"},
{
- src: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367142.jpg",
- alt: "Customer David Kim",
- },
+ src: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367142.jpg", alt: "Customer David Kim"},
{
- src: "http://img.b2bpic.net/free-photo/portrait-cheerful-beautiful-student-girl-blue-dress-smiling-broadly-having-fun-while-surfing-internet-laptop_343059-3896.jpg",
- alt: "Customer Lisa White",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-cheerful-beautiful-student-girl-blue-dress-smiling-broadly-having-fun-while-surfing-internet-laptop_343059-3896.jpg", alt: "Customer Lisa White"},
]}
- ratingAnimation="entrance-slide"
- avatarsAnimation="entrance-slide"
+ ratingAnimation="slide-up"
+ avatarsAnimation="slide-up"
/>
@@ -259,15 +177,14 @@ export default function LandingPage() {