Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-22 18:07:21 +00:00

View File

@@ -27,25 +27,15 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Gallery",
id: "/gallery",
},
name: "Gallery", id: "/gallery"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="The Pizza Theatre"
/>
@@ -57,14 +47,10 @@ export default function LandingPage() {
title="Our Journey in Numbers"
metrics={[
{
label: "Happy Customers",
value: "10,000+",
icon: Users,
label: "Happy Customers", value: "10,000+", icon: Users,
},
{
label: "Pizzas Delivered",
value: "50,000+",
icon: Pizza,
label: "Pizzas Delivered", value: "50,000+", icon: Pizza,
},
]}
metricsAnimation="slide-up"
@@ -80,27 +66,13 @@ export default function LandingPage() {
description="Meet the masterminds behind our perfect dough."
groups={[
{
id: "g1",
groupTitle: "Kitchen Staff",
members: [
id: "g1", groupTitle: "Kitchen Staff", members: [
{
id: "m1",
title: "Chef Rohit",
subtitle: "Head Pizzaiolo",
detail: "15 years of experience in wood-fired perfection.",
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27016.jpg",
},
id: "m1", title: "Chef Rohit", subtitle: "Head Pizzaiolo", detail: "15 years of experience in wood-fired perfection.", imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27016.jpg"},
{
id: "m2",
title: "Chef Meera",
subtitle: "Dough Specialist",
detail: "Secret dough recipe curator.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-spread-pizza-dough_23-2148570347.jpg",
},
id: "m2", title: "Chef Meera", subtitle: "Dough Specialist", detail: "Secret dough recipe curator.", imageSrc: "http://img.b2bpic.net/free-photo/woman-spread-pizza-dough_23-2148570347.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901149.jpg?_wi=2",
imageAlt: "Chef in a white uniform prepare a pizzaa",
},
imageAlt: "Chef in a white uniform prepare a pizzaa"},
]}
/>
</div>
@@ -111,25 +83,17 @@ export default function LandingPage() {
{
items: [
{
label: "Menu",
href: "/menu",
},
label: "Menu", href: "/menu"},
{
label: "About",
href: "/about",
},
label: "About", href: "/about"},
],
},
{
items: [
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}