diff --git a/src/app/page.tsx b/src/app/page.tsx index 91b7344..a6ebd6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -143,24 +95,9 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={true} features={[ - { - title: "Buying", - description: "Expert representation to secure your ideal property.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-front-hotel-resort-with-swimming-pool-paradise-destination-vacations-ge_1258-150769.jpg", - imageAlt: "Buying service", - }, - { - title: "Selling", - description: "Strategic marketing to get you top dollar fast.", - imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248410.jpg", - imageAlt: "Selling service", - }, - { - title: "Investment", - description: "High-yield commercial and investment opportunities.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920917.jpg", - imageAlt: "Investment service", - }, + { title: "Buying", description: "Expert representation to secure your ideal property.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-front-hotel-resort-with-swimming-pool-paradise-destination-vacations-ge_1258-150769.jpg", imageAlt: "Buying service" }, + { title: "Selling", description: "Strategic marketing to get you top dollar fast.", imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248410.jpg", imageAlt: "Selling service" }, + { title: "Investment", description: "High-yield commercial and investment opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920917.jpg", imageAlt: "Investment service" } ]} title="Services" description="Comprehensive real estate solutions tailored to your specific needs." @@ -171,42 +108,13 @@ export default function LandingPage() { @@ -319,35 +179,18 @@ export default function LandingPage() { logoText="Bradyn Smith Realtor" columns={[ { - title: "Navigation", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Services", - href: "#services", - }, - { - label: "Testimonials", - href: "#testimonials", - }, - ], + title: "Navigation", items: [ + { label: "About", href: "#about" }, + { label: "Services", href: "#services" }, + { label: "Testimonials", href: "#testimonials" } + ] }, { - title: "Contact", - items: [ - { - label: "Email", - href: "mailto:hello@bradynsmith.com", - }, - { - label: "Phone", - href: "tel:1234567890", - }, - ], - }, + title: "Contact", items: [ + { label: "Email", href: "mailto:hello@bradynsmith.com" }, + { label: "Phone", href: "tel:1234567890" } + ] + } ]} copyrightText="© 2025 Bradyn Smith. All Rights Reserved." />