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