Update src/app/page.tsx

This commit is contained in:
2026-04-17 11:50:55 +00:00
parent 6e1602b8a3
commit 2d24c13cdf

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
title="Professional Portrait, Real Estate & Architectural Photographer in Your City"
description="High-quality visuals that elevate your personal brand and sell your property faster. Bringing precision and artistry to every shot."
buttons={[{ text: "Book a Session", href: "#contact" }, { text: "Request a Quote", href: "#contact" }]}
buttons={[{ text: "Book Your Professional Session", href: "#contact" }, { text: "Request a Quote", href: "#contact" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096461.jpg", imageAlt: "professional portrait photography" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-textured-facade-modern-building_181624-16993.jpg", imageAlt: "luxury architectural photography exterior" },
@@ -195,4 +195,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}