From b1d9b39e403aea9a0a0c75950b7426343a85e793 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 19:02:00 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 78e35a3..24806d2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -10,14 +10,14 @@ import type { Metadata } from 'next'; export const metadata: Metadata = { title: 'About Hala Diamonds', - description: 'Learn about Hala Diamonds' commitment to craftsmanship, quality, and customer satisfaction.', + description: "Learn about Hala Diamonds' commitment to craftsmanship, quality, and customer satisfaction." }; export default function AboutUs() { const navItems = [ { name: 'Home', id: '/' }, { name: 'About Us', id: '/about' }, - { name: 'Contact Us', id: '/contact' }, + { name: 'Contact Us', id: '/contact' } ]; return ( @@ -42,7 +42,7 @@ export default function AboutUs() { metrics={[ { icon: Diamond, label: 'Years in Business', value: '50+' }, { icon: Gem, label: 'Certified Gemologists', value: '15+' }, - { icon: HeartHandshake, label: 'Satisfied Customers', value: '10K+' }, + { icon: HeartHandshake, label: 'Satisfied Customers', value: '10K+' } ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -57,7 +57,7 @@ export default function AboutUs() { logoText="Hala Diamonds" columns={[ { items: [{ label: 'Home', href: '/' }, { label: 'About Us', href: '/about' }] }, - { items: [{ label: 'Contact Us', href: '/contact' }] }, + { items: [{ label: 'Contact Us', href: '/contact' }] } ]} />