@@ -67,65 +66,52 @@ export default function MenuPage() {
brandName="Front Street Café"
navItems={navItems}
button={{
- text: "Order Takeout",
- href: "/contact",
- }}
+ text: "Order Takeout", href: "/contact"}}
/>
-
-
);
-}
\ No newline at end of file
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 13efd37..034d870 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
-import { Star, Globe, DollarSign, Heart, ChefHat, Users, Smile, TrendingUp } from "lucide-react";
+import { Star, Globe, DollarSign, Heart, ChefHat, Users, Smile, TrendingUp, Flame, Sparkles, Award } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -54,15 +54,15 @@ export default function HomePage() {
return (