diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a05657b..af8f0a1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,25 +27,15 @@ export default function LandingPage() { @@ -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"}, ]} /> @@ -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: "#"}, ], }, ]}