Update src/app/page.tsx

This commit is contained in:
2026-03-31 11:54:31 +00:00
parent 949ac0c34b
commit 11abc66383

View File

@@ -11,7 +11,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, Linkedin, Globe } from 'lucide-react';
import { Flame, ChefHat, Sparkles, Calendar, Linkedin } from 'lucide-react';
export default function LandingPage() {
return (
@@ -80,6 +80,7 @@ export default function LandingPage() {
imageAlt="Master chef preparing premium steakhouse cuisine"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -97,6 +98,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -111,6 +113,7 @@ export default function LandingPage() {
{ id: 3, tag: "Ambiance", title: "Refined Atmosphere", subtitle: "Elegant Minimalism", description: "Our dining space reflects Japanese design principles: clean lines, sophisticated minimalism, and an intimate atmosphere that honors the meal. Every detail is curated for your comfort.", imageSrc: "https://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081502.jpg?id=94766451" }
]}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -126,6 +129,7 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -140,6 +144,7 @@ export default function LandingPage() {
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -153,6 +158,7 @@ export default function LandingPage() {
]}
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -163,6 +169,7 @@ export default function LandingPage() {
description="Secure your table at Kuro Gyu and prepare for an unforgettable evening of premium Japanese steakhouse cuisine."
tagIcon={Calendar}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>