From c558f6d36b7737e73ef8e42fb8750227cca7ab38 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:48:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a99c52e..79af2e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Camera, Leaf, Phone, Star, TreePine, Scissors, Droplets, Zap, Square, Building2 } from 'lucide-react'; +import { Camera, Leaf, Phone, Star, TreePine, Scissors, Droplets, Zap, Square, Building2, BookOpen } from 'lucide-react'; export default function LandingPage() { return ( @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="mediumLargeSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Get a Free Quote", href: "#contact" }, { text: "View Our Work", href: "#portfolio" } ]} - background={{ variant: "grid" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/lawn-mower-man-working-backyard-with-sons_1157-37438.jpg" imageAlt="Beautiful residential landscape garden" mediaAnimation="slide-up" @@ -82,7 +82,7 @@ export default function LandingPage() { { title: "Hardscape Installation", description: "Patios, walkways, and retaining walls", bentoComponent: "3d-stack-cards", items: [ { icon: Square, title: "Stone Patios", subtitle: "Durable & Beautiful", detail: "Custom outdoor living spaces" }, - { icon: Square, title: "Walkways", subtitle: "Functional Design", detail: "Connect your outdoor areas" }, + { icon: BookOpen, title: "Walkways", subtitle: "Functional Design", detail: "Connect your outdoor areas" }, { icon: Building2, title: "Retaining Walls", subtitle: "Structural Support", detail: "Erosion control & aesthetics" } ] } -- 2.49.1