From dc651c0eec6fdedcf605945c4c7cd717daaba089 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 18:31:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d4f3416..89144a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { @@ -208,22 +209,22 @@ export default function LandingPage() { gridVariant="bento-grid" products={[ { - id: "opp-1", name: "Luxury Oceanfront Penthouse", price: "$2.8M", imageSrc: "http://img.b2bpic.net/free-photo/orlando-downtown-dusk_649448-3815.jpg?_wi=3", imageAlt: "Luxury Oceanfront Penthouse - Miami Beach" + id: "opp-1", name: "Luxury Oceanfront Penthouse", price: "$2.8M", imageSrc: "http://img.b2bpic.net/free-photo/orlando-downtown-dusk_649448-3815.jpg", imageAlt: "Luxury Oceanfront Penthouse - Miami Beach" }, { - id: "opp-2", name: "Modern Beachfront Condo", price: "$1.95M", imageSrc: "http://img.b2bpic.net/free-photo/blue-chairs-travel-ocean-umbrella_1203-4636.jpg?_wi=3", imageAlt: "Modern Beachfront Condo - Miami" + id: "opp-2", name: "Modern Beachfront Condo", price: "$1.95M", imageSrc: "http://img.b2bpic.net/free-photo/blue-chairs-travel-ocean-umbrella_1203-4636.jpg", imageAlt: "Modern Beachfront Condo - Miami" }, { - id: "opp-3", name: "Downtown Investment Property", price: "$750K", imageSrc: "http://img.b2bpic.net/free-photo/skyscrapers-towering-bangkok-metropolis-with-big-windows_482257-124394.jpg?_wi=3", imageAlt: "Downtown Investment Property - Miami" + id: "opp-3", name: "Downtown Investment Property", price: "$750K", imageSrc: "http://img.b2bpic.net/free-photo/skyscrapers-towering-bangkok-metropolis-with-big-windows_482257-124394.jpg", imageAlt: "Downtown Investment Property - Miami" }, { - id: "opp-4", name: "New Development - Premium Tower", price: "$1.2M+", imageSrc: "http://img.b2bpic.net/free-photo/pool-surrounded-by-palm-trees-near-hotel_181624-16151.jpg?_wi=3", imageAlt: "New Development - Premium Tower Miami" + id: "opp-4", name: "New Development - Premium Tower", price: "$1.2M+", imageSrc: "http://img.b2bpic.net/free-photo/pool-surrounded-by-palm-trees-near-hotel_181624-16151.jpg", imageAlt: "New Development - Premium Tower Miami" }, { - id: "opp-5", name: "Waterfront Villa - Private Estate", price: "$3.5M", imageSrc: "http://img.b2bpic.net/free-photo/inspired-woman-with-curly-hairstyle-posing-near-pool-while-chilling-summer-outdoor-portrait-smiling-glad-woman-with-tanned-skin-resting-exotic-resort_197531-20886.jpg?_wi=3", imageAlt: "Waterfront Villa - Private Estate Miami" + id: "opp-5", name: "Waterfront Villa - Private Estate", price: "$3.5M", imageSrc: "http://img.b2bpic.net/free-photo/inspired-woman-with-curly-hairstyle-posing-near-pool-while-chilling-summer-outdoor-portrait-smiling-glad-woman-with-tanned-skin-resting-exotic-resort_197531-20886.jpg", imageAlt: "Waterfront Villa - Private Estate Miami" }, { - id: "opp-6", name: "Boutique Investment Opportunity", price: "$890K", imageSrc: "http://img.b2bpic.net/free-photo/funny-young-caucasian-woman-with-dark-hair-white-sundress-spends-time-vacation-by-pool-outdoors_197531-32553.jpg?_wi=2", imageAlt: "Boutique Investment Opportunity - Miami" + id: "opp-6", name: "Boutique Investment Opportunity", price: "$890K", imageSrc: "http://img.b2bpic.net/free-photo/funny-young-caucasian-woman-with-dark-hair-white-sundress-spends-time-vacation-by-pool-outdoors_197531-32553.jpg", imageAlt: "Boutique Investment Opportunity - Miami" } ]} buttons={[ @@ -268,7 +269,7 @@ export default function LandingPage() { title="Follow MGI Across Platforms" description="See Miami opportunities, lifestyle insights, market perspective, and community updates in real time." useInvertedBackground={false} - textboxLayout="centered" + textboxLayout="default" names={["Instagram", "TikTok", "YouTube", "Telegram"]} buttons={[ { text: "Follow Now", href: "https://instagram.com/mgimiami" }