Update src/app/page.tsx

This commit is contained in:
2026-04-15 18:03:35 +00:00
parent 975f2f3466
commit e5f0481f85

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
description="Specializing in weddings, lifestyle, and brand photography. Capturing the authentic stories that make life beautiful."
buttons={[
{
text: "Book Your Session", href: "#contact"},
text: "Check Availability", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-smiling_1153-105.jpg?_wi=1"
imageAlt="Wedding couple laughing"
@@ -260,4 +260,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}