From b6b6f50f31b827df5335531f5cadf0ae13db311c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 06:12:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a556e75..2b41dfb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Hammer, Wall, SquareStack, Route } from 'lucide-react'; +import { Hammer, BrickWall, SquareStack, Route } from 'lucide-react'; export default function LandingPage() { return ( @@ -163,7 +163,7 @@ export default function LandingPage() { description: "Expert installation of durable concrete walls up to 8 feet, providing structural integrity and aesthetic appeal.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-15312.jpg", imageAlt: "Concrete wall construction", - buttonIcon: Wall, + buttonIcon: BrickWall, buttonHref: "#contact", }, { -- 2.49.1