Update src/app/page.tsx

This commit is contained in:
2026-04-08 22:01:47 +00:00
parent a770d803ff
commit 67778e1e00

View File

@@ -25,117 +25,108 @@ export default function LandingPage() {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Menu", id: "menu" },
{ name: "Team", id: "team" },
{ name: "Contact", id: "contact" },
]}
brandName="Little Mamma"
button={{ text: "Order Now", href: "#contact" }}
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Menu", id: "menu" },
{ name: "Team", id: "team" },
{ name: "Contact", id: "contact" },
]}
brandName="Little Mamma"
button={{ text: "Order Now", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="Little Mamma"
description="Authentic Italian flavors, right here in the heart of Kenitra."
buttons={[
{
text: "View Menu", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-sweet-cakes-with-olives-cookies-dark-surface-sweet-cake-pie_140725-82372.jpg"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="Little Mamma"
description="Authentic Italian flavors, right here in the heart of Kenitra."
buttons={[
{ text: "View Menu", href: "#menu" },
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-sweet-cakes-with-olives-cookies-dark-surface-sweet-cake-pie_140725-82372.jpg"
/>
</div>
<div id="menu" data-section="menu">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="one-large-right-three-stacked-left"
useInvertedBackground={false}
products={[
{
id: "p1", name: "Pizza Burrata", price: "95 DH", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235783.jpg"},
{
id: "p2", name: "Pizza Frutti Di Mare", price: "110 DH", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235783.jpg"},
{
id: "s1", name: "Insalata Mista", price: "55 DH", variant: "Salads", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-ingredients-with-salad-plate_23-2148834744.jpg"},
{
id: "s2", name: "Caesar Salad", price: "65 DH", variant: "Salads", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-ingredients-with-salad-plate_23-2148834744.jpg"},
{
id: "pa1", name: "Penne Arrabbiata", price: "75 DH", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235783.jpg"},
]}
title="Our Menu"
description="Explore our authentic dishes, categorized for your convenience."
/>
</div>
<div id="menu" data-section="menu">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="one-large-right-three-stacked-left"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Pizza Burrata", price: "95 DH", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235783.jpg" },
{ id: "p2", name: "Pizza Frutti Di Mare", price: "110 DH", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235783.jpg" },
{ id: "s1", name: "Insalata Mista", price: "55 DH", variant: "Salads", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-ingredients-with-salad-plate_23-2148834744.jpg" },
{ id: "s2", name: "Caesar Salad", price: "65 DH", variant: "Salads", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-ingredients-with-salad-plate_23-2148834744.jpg" },
{ id: "pa1", name: "Penne Arrabbiata", price: "75 DH", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235783.jpg" },
]}
title="Our Menu"
description="Explore our authentic dishes, categorized for your convenience."
/>
</div>
<div id="team" data-section="team">
<TeamCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Meet Our Chefs"
description="The passionate team behind our kitchen, crafting authentic memories."
members={[
{
id: "m1", name: "Marco Rossi", role: "Head Chef", description: "Expert in traditional Roman pasta.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-ingredients-with-salad-plate_23-2148834744.jpg"},
{
id: "m2", name: "Elena Valli", role: "Pizza Master", description: "Mastering the art of dough since 2010.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235783.jpg"},
]}
/>
</div>
<div id="team" data-section="team">
<TeamCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Meet Our Chefs"
description="The passionate team behind our kitchen, crafting authentic memories."
members={[
{ id: "m1", name: "Marco Rossi", role: "Head Chef", description: "Expert in traditional Roman pasta.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-ingredients-with-salad-plate_23-2148834744.jpg" },
{ id: "m2", name: "Elena Valli", role: "Pizza Master", description: "Mastering the art of dough since 2010.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235783.jpg" },
]}
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardOne
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Exclusive Deals"
description="Check our special menu packages."
plans={[
{ name: "Lunch Set", price: "99 DH", features: ["Starter", "Main", "Drink"] },
{ name: "Family Pizza", price: "250 DH", features: ["3 Pizzas", "Soda Pitcher", "Salad"] }
]}
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardOne
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Exclusive Deals"
description="Check our special menu packages."
plans={[
{ title: "Lunch Set", price: "99 DH", features: ["Starter", "Main", "Drink"] },
{ title: "Family Pizza", price: "250 DH", features: ["3 Pizzas", "Soda Pitcher", "Salad"] }
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain"}}
tag="Visit Us"
title="Little Mamma Kenitra"
description="Found in the heart of Kenitra. We look forward to serving you an authentic Italian dining experience."
imageSrc="http://img.b2bpic.net/free-photo/love-sign-wall-wedding-reception_637285-5615.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Visit Us"
title="Little Mamma Kenitra"
description="Found in the heart of Kenitra. We look forward to serving you an authentic Italian dining experience."
imageSrc="http://img.b2bpic.net/free-photo/love-sign-wall-wedding-reception_637285-5615.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{ label: "Pizza" },
{ label: "Salads" },
{ label: "Pasta" },
],
},
{
items: [
{ label: "Instagram", href: "#" },
{ label: "Facebook", href: "#" },
],
},
]}
logoText="Little Mamma"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{ label: "Pizza" },
{ label: "Salads" },
{ label: "Pasta" },
],
},
{
items: [
{ label: "Instagram", href: "#" },
{ label: "Facebook", href: "#" },
],
},
]}
logoText="Little Mamma"
/>
</div>
</ReactLenis>
</ThemeProvider>
);