diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index ed945a5..fcebbdc 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -26,25 +26,15 @@ export default function LandingPage() {
@@ -58,17 +48,11 @@ export default function LandingPage() {
description="At Celebration Family Restaurant, we believe every meal is an occasion to connect and create cherished memories. Our commitment to authentic flavors, exceptional service, and a welcoming environment sets us apart as a beloved dining spot in Pune. We are dedicated to providing a family-friendly space where delicious food meets unforgettable moments."
bulletPoints={[
{
- title: "Authentic Flavors",
- description: "Crafting dishes with traditional recipes and fresh, high-quality ingredients from local suppliers.",
- },
+ title: "Authentic Flavors", description: "Crafting dishes with traditional recipes and fresh, high-quality ingredients from local suppliers."},
{
- title: "Exceptional Service",
- description: "Our friendly and attentive staff are committed to making your dining experience truly special.",
- },
+ title: "Exceptional Service", description: "Our friendly and attentive staff are committed to making your dining experience truly special."},
{
- title: "Community Focus",
- description: "Proudly serving the Chinchwad community and striving to be a local favorite for all occasions.",
- },
+ title: "Community Focus", description: "Proudly serving the Chinchwad community and striving to be a local favorite for all occasions."},
]}
imageSrc="http://img.b2bpic.net/free-photo/chef-chopping-vegetables-cutting-board-preparing-ingredients_482257-121189.jpg"
mediaAnimation="slide-up"
@@ -82,28 +66,16 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
- id: "metric-1",
- value: "15+",
- title: "Years in Service",
- items: [
- "Serving the community",
- ],
+ id: "metric-1", value: "15+", title: "Years in Service", items: [
+ "Serving the community"],
},
{
- id: "metric-2",
- value: "100K+",
- title: "Happy Customers",
- items: [
- "Loyal patrons",
- ],
+ id: "metric-2", value: "100K+", title: "Happy Customers", items: [
+ "Loyal patrons"],
},
{
- id: "metric-3",
- value: "200+",
- title: "Dishes Served",
- items: [
- "Diverse menu options",
- ],
+ id: "metric-3", value: "200+", title: "Dishes Served", items: [
+ "Diverse menu options"],
},
]}
title="Our Milestones"
@@ -113,72 +85,44 @@ export default function LandingPage() {