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