Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { CheckCircle, ChefHat, Heart, Knife, Sparkles, Star } from 'lucide-react';
|
||||
import { CheckCircle, ChefHat, Heart, Sparkles, Star } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -64,9 +64,9 @@ export default function LandingPage() {
|
||||
imageAlt="Elegant dining room with warm lighting and premium cuts of meat"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Authentic Flame-Grilled Tradition", icon: "CheckCircle" },
|
||||
{ type: "text", text: "Tableside Service Excellence", icon: "CheckCircle" },
|
||||
{ type: "text", text: "Premium Quality Meats", icon: "CheckCircle" }
|
||||
{ type: "text", text: "Authentic Flame-Grilled Tradition" },
|
||||
{ type: "text", text: "Tableside Service Excellence" },
|
||||
{ type: "text", text: "Premium Quality Meats" }
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
showMarqueeCard={true}
|
||||
@@ -91,7 +91,7 @@ export default function LandingPage() {
|
||||
title: "Authentic Flavors", description: "Traditional Brazilian recipes passed down through generations, seasoned with aromatic herbs and spices.", icon: ChefHat
|
||||
},
|
||||
{
|
||||
title: "Expertly Crafted", description: "Our skilled artisans prepare each cut with precision, ensuring perfect doneness every time.", icon: Knife
|
||||
title: "Expertly Crafted", description: "Our skilled artisans prepare each cut with precision, ensuring perfect doneness every time.", icon: ChefHat
|
||||
},
|
||||
{
|
||||
title: "Cozy Atmosphere", description: "Warm, inviting ambiance designed for memorable dining experiences with family and friends.", icon: Heart
|
||||
|
||||
Reference in New Issue
Block a user