From d9a8550bad4b35754a5935f52b2e27250fd3b383 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:34:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d3d7ca..ab30bc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { tag="Austin, TX" tagIcon={MapPin} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} buttons={[ { text: "Get Free Inspection", href: "#contact" }, { text: "View Services", href: "#services" }, @@ -110,7 +110,8 @@ export default function LandingPage() { @@ -167,27 +168,27 @@ export default function LandingPage() { { id: "1", name: "Sarah Martinez", handle: "Homeowner", testimonial: "Exceptional service from start to finish. The team was professional, respectful, and completed our roof replacement on time and within budget. Highly recommend!", imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Sarah Martinez"}, + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sarah Martinez"}, { id: "2", name: "James Wilson", handle: "Property Manager", testimonial: "Austin Roofing Pro has been maintaining our rental properties for 5 years. Their attention to detail and proactive maintenance saves us money year after year.", imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "James Wilson"}, + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "James Wilson"}, { id: "3", name: "Emily Chen", handle: "Business Owner", testimonial: "When our commercial roof developed a leak, they responded the same day. Professional, efficient, and their warranty gives us complete peace of mind.", imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Emily Chen"}, + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Emily Chen"}, { id: "4", name: "Michael Rodriguez", handle: "Homeowner", testimonial: "Storm damaged our roof, and Austin Roofing Pro handled everything with our insurance company. Outstanding communication throughout the entire process.", imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Michael Rodriguez"}, + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Rodriguez"}, { id: "5", name: "Lisa Thompson", handle: "Homeowner", testimonial: "Best investment we made in our home. The craftsmanship is evident in every detail, and the price was competitive. Will definitely use them again.", imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=5", imageAlt: "Lisa Thompson"}, + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Lisa Thompson"}, { id: "6", name: "David Park", handle: "Facility Manager", testimonial: "Professional, punctual, and thorough. They coordinated perfectly with our facility team and left no mess. Exceptional company to work with.", imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=6", imageAlt: "David Park"}, + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Park"}, ]} /> @@ -259,7 +260,7 @@ export default function LandingPage() { description="Contact Austin Roofing Pro today for a free inspection and no-obligation quote. Our team is ready to help." tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/three-men-looking-aside-construction-site_259150-57679.jpg" imageAlt="Professional roofing team" -- 2.49.1