diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cbdb52a..f389a14 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,20 +26,12 @@ export default function LandingPage() {
@@ -50,18 +42,9 @@ export default function LandingPage() { title="Our Story" description="من و سلوی is a passion project turned home food business. We started with a simple mission: to bring restaurant-quality food to your home with the warmth of homemade cooking. Located in Wah Cantt Barrier 3 (Lalazar Colony)." bulletPoints={[ - { - title: "Authentic Flavors", - description: "Chinese, Continental, and Desi cuisine.", - }, - { - title: "Freshness Guaranteed", - description: "High-quality ingredients used daily.", - }, - { - title: "Delivery", - description: "Free delivery in Wah Cantt.", - }, + { title: "Authentic Flavors", description: "Chinese, Continental, and Desi cuisine." }, + { title: "Freshness Guaranteed", description: "High-quality ingredients used daily." }, + { title: "Delivery", description: "Free delivery in Wah Cantt." }, ]} imageSrc="http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361448.jpg" mediaAnimation="slide-up" @@ -75,21 +58,9 @@ export default function LandingPage() { title="Quality at a Glance" metricsAnimation="blur-reveal" metrics={[ - { - icon: Award, - label: "Years of Passion", - value: "5+", - }, - { - icon: Utensils, - label: "Satisfied Customers", - value: "1000+", - }, - { - icon: ShieldCheck, - label: "Fresh Daily", - value: "100%", - }, + { icon: Award, label: "Years of Passion", value: "5+" }, + { icon: Utensils, label: "Satisfied Customers", value: "1000+" }, + { icon: ShieldCheck, label: "Fresh Daily", value: "100%" }, ]} /> @@ -97,30 +68,8 @@ export default function LandingPage() {