From cb49aeb4a1385bf2f4c52909842d0c54f980dcf4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 05:49:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78590c7..7599a39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { AirVent, Apple, Car, ChefHat, Drumstick, Fish, IndianRupee, Leaf, Rice, Salad, ShoppingBag, Soup, Sparkles, Timer, Users } from "lucide-react"; +import { AirVent, Apple, Car, ChefHat, Drumstick, Fish, IndianRupee, Leaf, Salad, ShoppingBag, Soup, Sparkles, Timer, Utensils, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -66,7 +66,7 @@ export default function LandingPage() { rating={4} ratingText="Based on 66 reviews" tagAnimation="entrance-slide" - buttonAnimation="entrance-slide" + buttonAnimation="directional-hover" />
@@ -97,7 +97,7 @@ export default function LandingPage() { { icon: Leaf, title: "Salads", description: "Fresh, crisp, and vibrant salads to complement your meal." }, { icon: Drumstick, title: "Fried Specials", description: "Indulge in our perfectly fried and crispy specialties." }, { icon: Fish, title: "Fish Specials", description: "Taste the ocean with our expertly prepared fish dishes." }, - { icon: Rice, title: "Rice & Noodles", description: "Hearty rice dishes and classic noodle preparations." }, + { icon: Utensils, title: "Rice & Noodles", description: "Hearty rice dishes and classic noodle preparations." }, { icon: ChefHat, title: "Chinese Gravy", description: "Rich and savory Chinese gravies that pair perfectly with rice." } ]} animationType="slide-up" @@ -232,7 +232,6 @@ export default function LandingPage() { { title: "Social Media", items: [{ label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }, { label: "TikTok", href: "#" }] } ]} copyrightText="© 2024 Suhana Restaurant. All rights reserved." - useInvertedBackground={false} />