Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import { Coffee } from 'lucide-react';
|
||||
@@ -37,17 +37,18 @@ export default function MenuPage() {
|
||||
</div>
|
||||
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardMedia
|
||||
<FeatureCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Our Culinary Selection"
|
||||
description="Discover our curated menu, featuring locally sourced ingredients and masterfully crafted flavors."
|
||||
tag="Daily Menu"
|
||||
tagIcon={Coffee}
|
||||
features={[
|
||||
{ id: "m1", title: "Signature Steak", description: "Prime aged beef with seasonal herbs.", tag: "Main", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-cutlet-with-sauce-spicy-pepper-zucchini-tomatoes_140725-10844.jpg" },
|
||||
{ id: "m2", title: "Delicate Dessert", description: "Masterfully crafted chocolate delights.", tag: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-fork-delicious-fresh-chocolate-dessert-restaurant_23-2148001620.jpg" },
|
||||
{ id: "m3", title: "Artisanal Cocktails", description: "Handcrafted drinks for a perfect evening.", tag: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-blond-hair-holding-cocktail_273609-15687.jpg" }
|
||||
{ title: "Signature Steak", description: "Prime aged beef with seasonal herbs.", media: { imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-cutlet-with-sauce-spicy-pepper-zucchini-tomatoes_140725-10844.jpg" }, items: [{ icon: Coffee, text: "Main Course" }] },
|
||||
{ title: "Delicate Dessert", description: "Masterfully crafted chocolate delights.", media: { imageSrc: "http://img.b2bpic.net/free-photo/woman-with-fork-delicious-fresh-chocolate-dessert-restaurant_23-2148001620.jpg" }, items: [{ icon: Coffee, text: "Dessert" }] },
|
||||
{ title: "Artisanal Cocktails", description: "Handcrafted drinks for a perfect evening.", media: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-blond-hair-holding-cocktail_273609-15687.jpg" }, items: [{ icon: Coffee, text: "Beverage" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user