From 912033c2b4927e98faeb795e422a21655c4e9a98 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:19:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 075a312..b6591c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="largeSmallSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -44,7 +44,7 @@ export default function LandingPage() { @@ -149,16 +149,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Michael Rodriguez", handle: "@mrodriguez", testimonial: "Called Antelope Valley Towing after my car broke down on the highway. They arrived in less than 30 minutes and handled everything professionally. Will definitely use them again!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Rodriguez"}, { - id: "2", name: "Sarah Chen", handle: "@sarahchen", testimonial: "Amazing service! Locked my keys in my car and they came right away. Friendly staff and very reasonable pricing. Highly recommend for any towing needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Chen"}, + id: "2", name: "Sarah Chen", handle: "@sarahchen", testimonial: "Amazing service! Locked my keys in my car and they came right away. Friendly staff and very reasonable pricing. Highly recommend for any towing needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Chen"}, { - id: "3", name: "David Thompson", handle: "@dthompson", testimonial: "Used them for roadside assistance when my truck overheated. Professional, knowledgeable, and fast. Best towing service in Antelope Valley without question.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Thompson"}, + id: "3", name: "David Thompson", handle: "@dthompson", testimonial: "Used them for roadside assistance when my truck overheated. Professional, knowledgeable, and fast. Best towing service in Antelope Valley without question.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Thompson"}, { - id: "4", name: "Jessica Martinez", handle: "@jmartinez", testimonial: "Got a flat tire on a late night drive. Antelope Valley Towing sent someone within minutes. They were courteous and got me back on the road safely. Five stars!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Jessica Martinez"}, + id: "4", name: "Jessica Martinez", handle: "@jmartinez", testimonial: "Got a flat tire on a late night drive. Antelope Valley Towing sent someone within minutes. They were courteous and got me back on the road safely. Five stars!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Martinez"}, ]} /> @@ -171,7 +168,7 @@ export default function LandingPage() { { text: "Call: (661) 555-0147", href: "tel:+16615550147" }, { text: "Request Service Online" }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1