From 047febca3be677d0093b3995b08e75021edb3f61 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 02:50:35 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 77 +++++++----------------------------------- 1 file changed, 13 insertions(+), 64 deletions(-) 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() { @@ -107,31 +57,11 @@ export default function LandingPage() { description="Get answers about ordering, delivery, and our ingredients." faqsAnimation="slide-up" faqs={[ - { - id: "faq1", - title: "How long does delivery take?", - content: "Typically 45-60 minutes within Wah Cantt area.", - }, - { - id: "faq2", - title: "Do you accept custom orders?", - content: "Yes, please contact us on WhatsApp at least a day in advance for custom requirements.", - }, - { - id: "faq3", - title: "Are your ingredients fresh?", - content: "Absolutely. We procure fresh produce daily and never use pre-packaged food.", - }, - { - id: "faq4", - title: "Where are you located?", - content: "We operate from Barrier 3 (Lalazar Colony), Wah Cantt.", - }, - { - id: "faq5", - title: "Do you have vegetarian options?", - content: "Yes, we have several vegetarian dishes in our menu including pasta and fresh bread options.", - }, + { id: "faq1", title: "How long does delivery take?", content: "Typically 45-60 minutes within Wah Cantt area." }, + { id: "faq2", title: "Do you accept custom orders?", content: "Yes, please contact us on WhatsApp at least a day in advance for custom requirements." }, + { id: "faq3", title: "Are your ingredients fresh?", content: "Absolutely. We procure fresh produce daily and never use pre-packaged food." }, + { id: "faq4", title: "Where are you located?", content: "We operate from Barrier 3 (Lalazar Colony), Wah Cantt." }, + { id: "faq5", title: "Do you have vegetarian options?", content: "Yes, we have several vegetarian dishes in our menu including pasta and fresh bread options." }, ]} /> @@ -139,30 +69,8 @@ export default function LandingPage() {