diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b7d23b4..80e89f1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,13 +20,17 @@ export default function AboutPage() { const serviceFeatures = [ { - title: "Our Expertise", description: "Professional photography services with premium quality and attention to detail.", bentoComponent: "globe"}, + title: "Our Expertise", description: "Professional photography services with premium quality and attention to detail.", bentoComponent: "globe" + }, { - title: "State-of-the-Art Equipment", description: "Latest cameras, lighting, and editing technology for superior results.", bentoComponent: "animated-bar-chart"}, + title: "State-of-the-Art Equipment", description: "Latest cameras, lighting, and editing technology for superior results.", bentoComponent: "animated-bar-chart" + }, { - title: "Global Inspiration", description: "International photography techniques combined with local creativity.", bentoComponent: "map"}, + title: "Global Inspiration", description: "International photography techniques combined with local creativity.", bentoComponent: "map" + }, { - title: "Studio Portraits", description: "Professional portrait sessions with professional lighting and backdrops.", bentoComponent: "line-chart"}, + title: "Studio Portraits", description: "Professional portrait sessions with professional lighting and backdrops.", bentoComponent: "line-chart" + }, { title: "Family Photos", description: "Beautiful family portrait sessions to cherish lasting memories.", bentoComponent: "icon-info-cards", items: [ { icon: Users, label: "Group Photos", value: "Family" }, @@ -44,7 +48,8 @@ export default function AboutPage() { ]; const partnerNames = [ - "Wedding Planning Services", "Hotel & Hospitality", "Corporate Companies", "Event Management", "Fashion Brands", "Real Estate Firms", "Educational Institutions", "Medical Practices"]; + "Wedding Planning Services", "Hotel & Hospitality", "Corporate Companies", "Event Management", "Fashion Brands", "Real Estate Firms", "Educational Institutions", "Medical Practices" + ]; const footerColumns = [ { @@ -102,14 +107,17 @@ export default function AboutPage() { @@ -117,7 +125,34 @@ export default function AboutPage() {