Update src/app/about/page.tsx

This commit is contained in:
2026-02-13 02:40:49 +00:00
parent 20be972ba7
commit 9fdfed768e

View File

@@ -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() {
<FooterBaseReveal
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "Gallery", href: "/gallery" }
]
},
{
title: "Catering",
items: [
title: "Catering", items: [
{ label: "Weddings", href: "/desserts" },
{ label: "Corporate Events", href: "/services" },
{ label: "Pricing", href: "/pricing" }
]
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact", href: "/contact" },
{ label: "Request Quote", href: "/contact" },
{ label: "Testimonials", href: "/testimonials" }