Update src/app/page.tsx

This commit is contained in:
2026-02-17 03:37:05 +00:00
parent e55bdbd0e4
commit 9340ffa22e

View File

@@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Flame, ChefHat, Sparkles, Calendar, Hexagon, House, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send } from 'lucide-react';
import { Flame, ChefHat, Sparkles, Calendar } from 'lucide-react';
export default function LandingPage() {
return (
@@ -51,7 +51,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
buttons={[{ text: "Reserve Now", href: "contact" }]}
buttonAnimation="slide-up"
slides={[
mediaItems={[
{
imageSrc: "https://img.b2bpic.net/free-photo/close-up-hands-professional-chef-wear-black-gloves-making-sushi-rolls-restaurant-kitchen-japanese-traditional-food_627829-6726.jpg", imageAlt: "Master Chef Preparing Premium Wagyu"
},
@@ -237,4 +237,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}