From dbaf25b639a0fd2b63b73e342fde8dde9921a160 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 21:21:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 25888ed..5c4061d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -85,11 +85,11 @@ export default function LandingPage() { features={[ { id: 1, - title: "Tree Removal", description: "Safe removal of dead, dangerous, or unwanted trees — done quickly and cleanly with professional equipment.", imageSrc: "http://img.b2bpic.net/free-photo/hipster-man-traveling-with-backpack-standing-tree-against-sky-wearing-warm-jacket-active-tourist-exploring-nature-cold-season_285396-1578.jpg?_wi=1", imageAlt: "Professional tree removal service" + title: "Tree Removal", description: "Safe removal of dead, dangerous, or unwanted trees — done quickly and cleanly with professional equipment.", imageSrc: "http://img.b2bpic.net/free-photo/hipster-man-traveling-with-backpack-standing-tree-against-sky-wearing-warm-jacket-active-tourist-exploring-nature-cold-season_285396-1578.jpg", imageAlt: "Professional tree removal service" }, { id: 2, - title: "Tree Trimming", description: "Precision trimming to keep your trees healthy, safe, and looking great year-round.", imageSrc: "http://img.b2bpic.net/free-photo/hipster-man-traveling-with-backpack-standing-tree-against-sky-wearing-warm-jacket-active-tourist-exploring-nature-cold-season_285396-1578.jpg?_wi=2", imageAlt: "Expert tree trimming service" + title: "Tree Trimming", description: "Precision trimming to keep your trees healthy, safe, and looking great year-round.", imageSrc: "http://img.b2bpic.net/free-photo/hipster-man-traveling-with-backpack-standing-tree-against-sky-wearing-warm-jacket-active-tourist-exploring-nature-cold-season_285396-1578.jpg", imageAlt: "Expert tree trimming service" }, { id: 3, -- 2.49.1