Update src/app/about/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "Professional Photography Excellence Since 1998"},
|
||||
type: "text", content: "Professional Photography Excellence Since 1998"
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn Our Story", href: "/about"},
|
||||
text: "Learn Our Story", href: "/about"
|
||||
},
|
||||
{
|
||||
text: "Book Now", href: "/contact"},
|
||||
text: "Book Now", href: "/contact"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -117,7 +125,34 @@ export default function AboutPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureBento
|
||||
features={serviceFeatures}
|
||||
features={[
|
||||
{
|
||||
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: "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: "Family Photos", description: "Beautiful family portrait sessions to cherish lasting memories.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Users, label: "Group Photos", value: "Family" },
|
||||
{ icon: Camera, label: "Moments", value: "Bonds" },
|
||||
{ icon: Star, label: "Quality", value: "Best" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Photo Editing & Printing", description: "Professional editing and high-quality photo printing services.", bentoComponent: "3d-stack-cards", items: [
|
||||
{ icon: Wand2, title: "Color Correction", subtitle: "Perfect tones", detail: "Professional color grading" },
|
||||
{ icon: Star, title: "Enhancement", subtitle: "Premium look", detail: "Advanced retouching" },
|
||||
{ icon: PrinterIcon, title: "Printing", subtitle: "High quality", detail: "Professional materials" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="About BABUL PHOTO STUDIO"
|
||||
description="With over 25 years of professional experience, we've perfected the art of capturing life's most important moments through high-quality photography and exceptional service."
|
||||
tag="Our Story"
|
||||
@@ -128,7 +163,8 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Work", href: "/portfolio"},
|
||||
text: "View Our Work", href: "/portfolio"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselMode="buttons"
|
||||
|
||||
Reference in New Issue
Block a user