Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-05-23 13:59:40 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ export default function MenuPage() {
<NavbarStyleApple brandName="Casa Afriqa" navItems={[{name: "Home", id: "/"}, {name: "About", id: "/about"}, {name: "Menu", id: "/menu"}, {name: "Reservations", id: "/reservations"}, {name: "Contact", id: "/contact"}]} />
</div>
<div id="menu-features" data-section="menu-features">
<FeatureCardMedia title="Our Signature Menu" description="Exquisite dining options" animationType="slide-up" textboxLayout="split" useInvertedBackground={false} features={[{id: "m1", title: "Seafood Platters", description: "Fresh local catches expertly grilled.", tag: "Seafood", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-black-past-sea-food_23-2148461642.jpg"}, {id: "m2", title: "Artisan Cocktails", description: "Masterfully crafted drinks.", tag: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150063018.jpg"}]} />
<FeatureCardMedia title="Our Signature Menu" description="Exquisite dining options" animationType="slide-up" textboxLayout="split" useInvertedBackground={false} features={[{id: "m1", title: "Seafood Platters", description: "Fresh local catches expertly grilled.", tag: "Seafood", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-black-past-sea-food_23-2148461642.jpg?_wi=2"}, {id: "m2", title: "Artisan Cocktails", description: "Masterfully crafted drinks.", tag: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150063018.jpg?_wi=2"}]} />
</div>
<div id="footer" data-section="footer">
<FooterCard logoText="Casa Afriqa" copyrightText="© 2025 Casa Afriqa. All rights reserved." />

View File

@@ -48,8 +48,8 @@ export default function HomePage() {
useInvertedBackground={false}
description="Discover our menu highlights"
features={[
{id: "f1", title: "Fresh Seafood", description: "Expertly prepared platters with local catches.", tag: "Dining", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-black-past-sea-food_23-2148461642.jpg"},
{id: "f2", title: "Artisan Cocktails", description: "Masterfully crafted drinks in a luxe setting.", tag: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150063018.jpg"},
{id: "f1", title: "Fresh Seafood", description: "Expertly prepared platters with local catches.", tag: "Dining", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-black-past-sea-food_23-2148461642.jpg?_wi=1"},
{id: "f2", title: "Artisan Cocktails", description: "Masterfully crafted drinks in a luxe setting.", tag: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150063018.jpg?_wi=1"},
{id: "f3", title: "Casual Favorites", description: "Wings, rice, and late-night cravings.", tag: "Bites", imageSrc: "http://img.b2bpic.net/free-photo/oven-chips-with-green-salad-vegetable-tomato-slices_114579-3004.jpg"}
]}
/>