From f10ca58a1cbed79fe4de53efc436c88a79c089b6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 08:47:57 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 12942f6..6db469a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import { Sparkles, Cake, Leaf, PalmTree } from "lucide-react"; +import { Sparkles, Cake, Leaf, Palmtree } from "lucide-react"; export default function LandingPage() { return ( @@ -58,7 +58,7 @@ export default function LandingPage() { title: "Premium Ingredients", description: "We source only the finest, freshest ingredients to ensure exceptional flavor and quality in every bite.", icon: Leaf, }, { - title: "Local Miami Flavors", description: "Inspired by our vibrant city, we offer unique flavor profiles and designs that capture the essence of Miami.", icon: PalmTree, + title: "Local Miami Flavors", description: "Inspired by our vibrant city, we offer unique flavor profiles and designs that capture the essence of Miami.", icon: Palmtree, }, ]} imageSrc="http://img.b2bpic.net/free-photo/high-angle-cook-whisking-mixture-bowl_23-2148485370.jpg?_wi=2" -- 2.49.1