From 81f9a79b5457ed2b0e0177f0b9c4b6337dcaaf40 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:55:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b161ba..4b5181b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Heart, Cookie, Users, Star, Award, ThumbsUp, Phone } from 'lucide-react'; +import { Heart, Cookie, Users, Star, Award, ThumbsUp } from 'lucide-react'; export default function LandingPage() { return ( @@ -37,7 +37,6 @@ export default function LandingPage() { ]} bottomLeftText="Small Batch Goodness" bottomRightText="hello@beanscookie.com" - bottomRightIcon={Phone} /> -- 2.49.1