From 4fcc667a3f0e256401710ed28661cb137936466e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 23:15:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 165 +++++++++++------------------------------------ 1 file changed, 39 insertions(+), 126 deletions(-) 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() { -- 2.49.1