From 2d24c13cdf32e4e1a44ebd1832d65bb9eac4e136 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 11:50:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b6ec23c..452713e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file