From 9fdfed768e8a88bba3520d1c46230b3382dd2587 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 02:40:49 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 41 +++++++++-------------------------------- 1 file changed, 9 insertions(+), 32 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bfac79d..21bb9e0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -58,20 +58,10 @@ export default function AboutPage() { description="The principles that guide everything we create and every service we provide" metrics={[ { - id: "1", - value: "Authentic", - title: "Traditional Recipes", - description: "Preserving centuries-old family recipes with the finest imported ingredients", - imageSrc: "https://img.b2bpic.net/free-photo/rice-garnish-tandir-bread-buns-green-salad-table_114579-2579.jpg", - imageAlt: "Traditional Middle Eastern ingredients and preparation" + id: "1", value: "Authentic", title: "Traditional Recipes", description: "Preserving centuries-old family recipes with the finest imported ingredients", imageSrc: "https://img.b2bpic.net/free-photo/rice-garnish-tandir-bread-buns-green-salad-table_114579-2579.jpg", imageAlt: "Traditional Middle Eastern ingredients and preparation" }, { - id: "2", - value: "Premium", - title: "Quality Standards", - description: "Uncompromising commitment to excellence in every handcrafted creation", - imageSrc: "https://img.b2bpic.net/free-photo/large-cocktail-glass-with-macaroons-stands-dinner-table_8353-719.jpg", - imageAlt: "Premium dessert presentation" + id: "2", value: "Premium", title: "Quality Standards", description: "Uncompromising commitment to excellence in every handcrafted creation", imageSrc: "https://img.b2bpic.net/free-photo/large-cocktail-glass-with-macaroons-stands-dinner-table_8353-719.jpg", imageAlt: "Premium dessert presentation" } ]} animationType="slide-up" @@ -89,22 +79,12 @@ export default function AboutPage() { tagIcon={Gift} features={[ { - id: "1", - title: "Traditional Baklava Mastery", - author: "Signature Craft", - description: "Hand-layered phyllo pastry with premium nuts, authentic honey syrup, and time-honored techniques passed down through generations of Al Salam artisans.", - tags: ["Baklava", "Traditional"], - imageSrc: "https://img.b2bpic.net/free-photo/close-up-turkish-baklava-dessert-made-thin-pastry-nuts-honey_176474-2592.jpg", - imageAlt: "Traditional baklava preparation and mastery" + id: "1", title: "Traditional Baklava Mastery", author: "Signature Craft", description: "Hand-layered phyllo pastry with premium nuts, authentic honey syrup, and time-honored techniques passed down through generations of Al Salam artisans.", tags: ["Baklava", "Traditional"], + imageSrc: "https://img.b2bpic.net/free-photo/close-up-turkish-baklava-dessert-made-thin-pastry-nuts-honey_176474-2592.jpg", imageAlt: "Traditional baklava preparation and mastery" }, { - id: "2", - title: "Premium Event Curation", - author: "Service Excellence", - description: "Bespoke dessert displays designed for luxury weddings and high-profile corporate events, with dedicated coordination and flawless presentation standards.", - tags: ["Events", "Luxury"], - imageSrc: "https://img.b2bpic.net/free-photo/cream-cakes-with-berries-served-curved-glass-dishes_8353-720.jpg", - imageAlt: "Premium event dessert curation" + id: "2", title: "Premium Event Curation", author: "Service Excellence", description: "Bespoke dessert displays designed for luxury weddings and high-profile corporate events, with dedicated coordination and flawless presentation standards.", tags: ["Events", "Luxury"], + imageSrc: "https://img.b2bpic.net/free-photo/cream-cakes-with-berries-served-curved-glass-dishes_8353-720.jpg", imageAlt: "Premium event dessert curation" } ]} animationType="slide-up" @@ -117,24 +97,21 @@ export default function AboutPage() {