diff --git a/src/app/page.tsx b/src/app/page.tsx index b62352e..a850781 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Mail, ChefHat, Book } from 'lucide-react'; +import { Mail, UtensilsCrossed, TrendingUp } from 'lucide-react'; export default function LandingPage() { return ( @@ -27,47 +27,47 @@ export default function LandingPage() { >
-
+
-
+
-
+
-
+
@@ -239,14 +239,14 @@ export default function LandingPage() {
@@ -255,23 +255,23 @@ export default function LandingPage() { columns={[ { items: [ - { label: "Latest Recipes", href: "shop" }, - { label: "Popular Recipes", href: "shop" }, - { label: "Trending Now", href: "shop" } + { label: "Social Media Marketing", href: "solutions" }, + { label: "Local SEO Services", href: "solutions" }, + { label: "Email Campaigns", href: "solutions" } ] }, { items: [ - { label: "Techniques", href: "about" }, - { label: "Ingredient Guide", href: "about" }, - { label: "Kitchen Basics", href: "about" } + { label: "Reputation Management", href: "features" }, + { label: "Analytics & Reporting", href: "features" }, + { label: "Event Promotion", href: "features" } ] }, { items: [ - { label: "Contact", href: "contact" }, - { label: "Support", href: "contact" }, - { label: "Submit Recipe", href: "#" } + { label: "Get Started", href: "contact" }, + { label: "View Case Studies", href: "testimonials" }, + { label: "Book Consultation", href: "contact" } ] }, { @@ -282,7 +282,7 @@ export default function LandingPage() { ] } ]} - logoText="Cooking" + logoText="Restaurant Marketing" />