From e444174eeb7facb4d9aa1e6de88475b50c23529d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 18:44:31 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 104 +++++++---------------------------------- 1 file changed, 18 insertions(+), 86 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 325bdca..8e53d2c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,34 +8,24 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import SplitAbout from '@/components/sections/about/SplitAbout'; import { Award, CheckCircle, Users } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -47,20 +37,11 @@ export default function LandingPage() { title="Quality You Can Trust, Freshness You Can Taste" description="At FreshMeatz Dublin, we are committed to providing our community with the finest selection of premium halal meats. We source our products locally to ensure every cut meets the highest standards of quality, flavor, and religious compliance." bulletPoints={[ - { - title: "100% Certified Halal", - description: "Every product in our shop is sourced from certified suppliers who adhere to strict halal practices.", - }, - { - title: "Fresh Daily Cuts", - description: "We pride ourselves on our daily rotation of fresh, high-quality meats prepared by expert butchers.", - }, - { - title: "Locally Sourced", - description: "We partner with local farmers to bring you farm-to-table freshness while supporting our regional economy.", - }, + { title: "100% Certified Halal", description: "Every product in our shop is sourced from certified suppliers who adhere to strict halal practices." }, + { title: "Fresh Daily Cuts", description: "We pride ourselves on our daily rotation of fresh, high-quality meats prepared by expert butchers." }, + { title: "Locally Sourced", description: "We partner with local farmers to bring you farm-to-table freshness while supporting our regional economy." } ]} - imageSrc="http://img.b2bpic.net/free-photo/raw-chicken-legs-with-herbs_1220-226.jpg?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/raw-chicken-legs-with-herbs_1220-226.jpg" imageAlt="Fresh premium halal meat selection" /> @@ -72,27 +53,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "1", - value: "10+", - title: "Years of Excellence", - description: "Serving the Dublin community with dedication.", - icon: Award, - }, - { - id: "2", - value: "500+", - title: "Happy Customers", - description: "Trusted by families across the region daily.", - icon: Users, - }, - { - id: "3", - value: "100%", - title: "Halal Certified", - description: "Uncompromising standards in every single cut.", - icon: CheckCircle, - }, + { id: "1", value: "10+", title: "Years of Excellence", description: "Serving the Dublin community with dedication.", icon: Award }, + { id: "2", value: "500+", title: "Happy Customers", description: "Trusted by families across the region daily.", icon: Users }, + { id: "3", value: "100%", title: "Halal Certified", description: "Uncompromising standards in every single cut.", icon: CheckCircle } ]} title="Our Commitment in Numbers" description="Serving Dublin, CA with passion and integrity." @@ -101,38 +64,7 @@ export default function LandingPage() {