Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-04 05:49:09 +00:00

View File

@@ -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"
/>
</div>
<div id="about" data-section="about">
@@ -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}
/>
</div>
</ThemeProvider>