From c2343a11743ab52607e153a696ae29b404a6632c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:54:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cca2fe2..1b161ba 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 } from 'lucide-react'; +import { Heart, Cookie, Users, Star, Award, ThumbsUp, Phone } from 'lucide-react'; export default function LandingPage() { return ( @@ -37,6 +37,7 @@ export default function LandingPage() { ]} bottomLeftText="Small Batch Goodness" bottomRightText="hello@beanscookie.com" + bottomRightIcon={Phone} /> @@ -166,7 +167,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1