Update src/app/page.tsx

This commit is contained in:
2026-05-06 01:05:18 +00:00
parent 715655bdac
commit 57f99ae104

View File

@@ -27,7 +27,7 @@ export default function PhotographyPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Lens & Light"
brandName="Erhad Tairovci"
navItems={[
{ name: "Portfolio", id: "projects" },
{ name: "Approach", id: "philosophy" },
@@ -45,8 +45,8 @@ export default function PhotographyPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{ variant: "plain" }}
title="Visual Storytelling for Every Occasion"
description="From the architectural precision of high-end real estate to the raw emotion of weddings and corporate events. We capture the moments that define your legacy."
title="Erhad Tairovci | Visual Storytelling"
description="Professional photography specializing in high-end real estate drone footage, immersive property walkthroughs, and bespoke event coverage. Capturing spaces and moments with precision and artistry."
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/man-with-camcorder-yellow-scene_23-2148184801.jpg"
imageAlt="Professional photographer taking pictures in a bright venue"
@@ -64,7 +64,7 @@ export default function PhotographyPage() {
<div id="philosophy" data-section="philosophy">
<TextAbout
title="Every space has a story; every event has a soul. Our approach is to blend into the environment, capturing authentic perspectives and light without interrupting the flow of the moment. We deliver timeless imagery that resonates."
title="Every space has a story. My approach combines technical precision with a cinematic eye, ensuring that every drone shot, video walkthrough, and still frame perfectly captures the character and potential of your property or event."
useInvertedBackground={false}
className="py-32 md:py-48"
containerClassName="max-w-4xl"
@@ -74,22 +74,22 @@ export default function PhotographyPage() {
<div id="projects" data-section="projects">
<FeatureCardSix
title="Our Expertise"
description="Curated collections across real estate, private events, and celebrations."
title="Photography & Video Services"
description="Expert visual documentation designed for developers, agents, and event organizers."
textboxLayout="default"
useInvertedBackground={true}
features={[
{
title: "Luxury Real Estate", description: "Highlighting architecture, scale, and atmosphere to help your listings stand out in a competitive market.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-business-meeting-working-room-executive-office_105762-1997.jpg"
title: "Real Estate Drone Photography", description: "Elevated aerial perspectives capturing the scale, landscape, and surroundings of your luxury listings.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-business-meeting-working-room-executive-office_105762-1997.jpg"
},
{
title: "Wedding Photography", description: "Capturing the delicate balance of joy, intimacy, and celebration throughout your most special day.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-their-wedding-having-photoshoot-cafe_1303-29426.jpg"
title: "Immersive Video Walkthroughs", description: "Professional cinematic video tours providing a realistic sense of flow and atmosphere for any interior space.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-their-wedding-having-photoshoot-cafe_1303-29426.jpg"
},
{
title: "Corporate Events", description: "Professional documentation of conferences, launches, and celebrations with an eye for detail.", imageSrc: "http://img.b2bpic.net/free-photo/people-celebrating-new-year-with-champagne_1157-29340.jpg"
title: "Event & Corporate Coverage", description: "High-quality photography for conferences, launches, and celebrations with an eye for detail.", imageSrc: "http://img.b2bpic.net/free-photo/people-celebrating-new-year-with-champagne_1157-29340.jpg"
},
{
title: "Interior Design", description: "Dedicated editorial work for designers who need their projects captured with perfect lighting and composition.", imageSrc: "http://img.b2bpic.net/free-photo/flower-vase-orange-new-year-chinese-2021_23-2148763900.jpg"
title: "Interior Editorial", description: "Architectural photography for designers who need their projects captured with perfect lighting and composition.", imageSrc: "http://img.b2bpic.net/free-photo/flower-vase-orange-new-year-chinese-2021_23-2148763900.jpg"
}
]}
className="py-32 md:py-48"
@@ -103,17 +103,17 @@ export default function PhotographyPage() {
<div id="metrics" data-section="metrics">
<MetricCardTwo
title="The Numbers Behind Our Lens"
description="Providing consistent professional results for over a decade."
title="Proven Professional Results"
description="Delivering premium visual media that drives engagement and results."
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
metrics={[
{ id: "1", value: "15+", description: "Years Experience" },
{ id: "2", value: "500+", description: "Events Captured" },
{ id: "3", value: "200+", description: "Luxury Listings" },
{ id: "4", value: "98%", description: "Client Satisfaction" }
{ id: "1", value: "10+", description: "Years Experience" },
{ id: "2", value: "500+", description: "Properties Documented" },
{ id: "3", value: "100+", description: "Video Walkthroughs" },
{ id: "4", value: "99%", description: "Client Satisfaction" }
]}
className="py-24 md:py-32"
textBoxTitleClassName="text-4xl md:text-6xl font-light tracking-tight"
@@ -126,8 +126,8 @@ export default function PhotographyPage() {
<div id="contact" data-section="contact">
<ContactCenter
tag="Book a Session"
title="Lets Capture Your Next Event"
description="Availability is limited. Contact us today to discuss your vision, location, and requirements. We respond to every inquiry within 24 hours."
title="Lets Capture Your Project"
description="Availability is limited. Contact me today to discuss your photography or video project requirements. I respond to every inquiry within 24 hours."
useInvertedBackground={true}
background={{ variant: "plain" }}
className="py-32 md:py-48"
@@ -136,12 +136,12 @@ export default function PhotographyPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Lens & Light"
copyrightText="© 2025 Lens & Light Photography. All Rights Reserved."
logoText="Erhad Tairovci"
copyrightText="© 2025 Erhad Tairovci Photography. All Rights Reserved."
className="py-12"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}