diff --git a/src/app/page.tsx b/src/app/page.tsx index b484404..797a812 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { description="Amore & Spice is a premier Italian restaurant dedicated to bringing authentic Mediterranean cuisine to your table. With a passion for tradition and innovation, our chef-driven kitchen crafts each dish with precision and love." tag="Heritage & Passion" tagIcon={Heart} - tagAnimation="fade" + tagAnimation="slide-up" buttons={[{ text: "Contact Us", href: "#contact" }]} buttonAnimation="slide-up" bulletPoints={[ @@ -82,7 +82,7 @@ export default function LandingPage() { ]} imageSrc="http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196957.jpg" imageAlt="Restaurant interior with warm lighting" - mediaAnimation="fade" + mediaAnimation="slide-up" imagePosition="right" textboxLayout="default" useInvertedBackground={false} @@ -152,13 +152,7 @@ export default function LandingPage() { useInvertedBackground={false} names={["Michelin Guide", "Taste Awards", "Made in Italy", "Fresh Ingredients", "Organic Certified", "Quality Assured", "Restaurant Excellence"]} logos={[ - { src: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-plate_140725-4644.jpg", alt: "Michelin Guide" }, - { src: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-badges-set_52683-69812.jpg", alt: "Taste Awards" }, - { src: "http://img.b2bpic.net/free-vector/saint-patrick-s-day-labels-collection-flat-style_23-2147771221.jpg", alt: "Made in Italy" }, - { src: "http://img.b2bpic.net/free-vector/farm-fresh-vegan-food-labels-set_1017-30772.jpg", alt: "Fresh Ingredients" }, - { src: "http://img.b2bpic.net/free-vector/organic-food-label-collection_23-2148139529.jpg", alt: "Organic Certified" }, - { src: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-badge-set_23-2149045402.jpg", alt: "Quality Assured" }, - { src: "http://img.b2bpic.net/free-vector/collection-retro-restaurant-badges_23-2147527369.jpg", alt: "Restaurant Excellence" } + "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-plate_140725-4644.jpg", "http://img.b2bpic.net/free-vector/gradient-golden-luxury-badges-set_52683-69812.jpg", "http://img.b2bpic.net/free-vector/saint-patrick-s-day-labels-collection-flat-style_23-2147771221.jpg", "http://img.b2bpic.net/free-vector/farm-fresh-vegan-food-labels-set_1017-30772.jpg", "http://img.b2bpic.net/free-vector/organic-food-label-collection_23-2148139529.jpg", "http://img.b2bpic.net/free-vector/gradient-golden-luxury-badge-set_23-2149045402.jpg", "http://img.b2bpic.net/free-vector/collection-retro-restaurant-badges_23-2147527369.jpg" ]} speed={40} showCard={true}