diff --git a/src/app/page.tsx b/src/app/page.tsx index a850781..d594483 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, UtensilsCrossed, TrendingUp } from 'lucide-react'; +import { Mail, UtensilsCrossed, TrendingUp, Flame, Clock, Award } from 'lucide-react'; export default function LandingPage() { return ( @@ -27,47 +27,47 @@ export default function LandingPage() { >
-
+ -
+
-
+
-
+
-
+
@@ -255,34 +259,34 @@ export default function LandingPage() { columns={[ { items: [ - { label: "Social Media Marketing", href: "solutions" }, - { label: "Local SEO Services", href: "solutions" }, - { label: "Email Campaigns", href: "solutions" } + { label: "Signature Rolls", href: "menu" }, + { label: "Nigiri Selection", href: "menu" }, + { label: "Sashimi Platters", href: "menu" } ] }, { items: [ - { label: "Reputation Management", href: "features" }, - { label: "Analytics & Reporting", href: "features" }, - { label: "Event Promotion", href: "features" } + { label: "Fresh Ingredients", href: "specialties" }, + { label: "Master Chefs", href: "specialties" }, + { label: "Authentic Recipes", href: "specialties" } ] }, { items: [ - { label: "Get Started", href: "contact" }, - { label: "View Case Studies", href: "testimonials" }, - { label: "Book Consultation", href: "contact" } + { label: "Book a Table", href: "reserve" }, + { label: "View Reviews", href: "reviews" }, + { label: "Explore Menu", href: "menu" } ] }, { items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, - { label: "Cookie Policy", href: "#" } + { label: "Contact Us", href: "reserve" } ] } ]} - logoText="Restaurant Marketing" + logoText="Sushi Restaurant" />