From 086247511dc106a1dfcc4f0a3bec9ebcaf8c0d84 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:13:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 82 +++++++++++++++++++++++++++++++++--------------- 1 file changed, 57 insertions(+), 25 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index efaf367..4fb3d37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,9 +78,12 @@ export default function LandingPage() { animationType="slide-up" gridVariant="three-columns-all-equal-width" products={[ - { id: "1", name: "Modern Colonial Estate", price: "$485,000", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-near-new-house-real-estate-concept_493343-29873.jpg?_wi=1", imageAlt: "Modern Colonial Estate"}, - { id: "2", name: "Contemporary Luxury Apartment", price: "$325,000", imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=1", imageAlt: "Contemporary Luxury Apartment"}, - { id: "3", name: "Elegant Residential Home", price: "$415,000", imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571916.jpg?_wi=1", imageAlt: "Elegant Residential Home"}, + { + id: "1", name: "Modern Colonial Estate", price: "$485,000", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-near-new-house-real-estate-concept_493343-29873.jpg?_wi=1", imageAlt: "Modern Colonial Estate"}, + { + id: "2", name: "Contemporary Luxury Apartment", price: "$325,000", imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=1", imageAlt: "Contemporary Luxury Apartment"}, + { + id: "3", name: "Elegant Residential Home", price: "$415,000", imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571916.jpg?_wi=1", imageAlt: "Elegant Residential Home"}, ]} /> @@ -95,10 +98,18 @@ export default function LandingPage() { animationType="scale-rotate" gridVariant="uniform-all-items-equal" metrics={[ - { id: "1", value: "250", title: "Homes Sold", description: "Successfully closed transactions in the last 5 years", icon: TrendingUp}, - { id: "2", value: "98", title: "% Satisfaction", description: "Client satisfaction rating from verified reviews", icon: Star}, - { id: "3", value: "15", title: "Years Experience", description: "Combined expertise in Augusta real estate market", icon: Award}, - { id: "4", value: "125", title: "Million in Sales", description: "Total market value of properties sold this year", icon: DollarSign}, + { + id: "1", value: "250", title: "Homes Sold", description: "Successfully closed transactions in the last 5 years", icon: TrendingUp, + }, + { + id: "2", value: "98", title: "% Satisfaction", description: "Client satisfaction rating from verified reviews", icon: Star, + }, + { + id: "3", value: "15", title: "Years Experience", description: "Combined expertise in Augusta real estate market", icon: Award, + }, + { + id: "4", value: "125", title: "Million in Sales", description: "Total market value of properties sold this year", icon: DollarSign, + }, ]} /> @@ -112,15 +123,24 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" groups={[ - { id: "leadership", groupTitle: "Leadership", members: [ - { id: "1", title: "Sarah Mitchell", subtitle: "Managing Principal Broker", detail: "sarah@monarchrealestate.com", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, - { id: "2", title: "James Chen", subtitle: "Senior Real Estate Agent", detail: "james@monarchrealestate.com", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "James Chen"}, - ]}, - { id: "agents", groupTitle: "Real Estate Agents", members: [ - { id: "3", title: "Emily Rodriguez", subtitle: "Residential Specialist", detail: "emily@monarchrealestate.com", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg", imageAlt: "Emily Rodriguez"}, - { id: "4", title: "Michael Thompson", subtitle: "Investment Property Expert", detail: "michael@monarchrealestate.com", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3", imageAlt: "Michael Thompson"}, - { id: "5", title: "Jessica Williams", subtitle: "New Construction Agent", detail: "jessica@monarchrealestate.com", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=4", imageAlt: "Jessica Williams"}, - ]}, + { + id: "leadership", groupTitle: "Leadership", members: [ + { + id: "1", title: "Sarah Mitchell", subtitle: "Managing Principal Broker", detail: "sarah@monarchrealestate.com", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, + { + id: "2", title: "James Chen", subtitle: "Senior Real Estate Agent", detail: "james@monarchrealestate.com", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "James Chen"}, + ], + }, + { + id: "agents", groupTitle: "Real Estate Agents", members: [ + { + id: "3", title: "Emily Rodriguez", subtitle: "Residential Specialist", detail: "emily@monarchrealestate.com", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg", imageAlt: "Emily Rodriguez"}, + { + id: "4", title: "Michael Thompson", subtitle: "Investment Property Expert", detail: "michael@monarchrealestate.com", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3", imageAlt: "Michael Thompson"}, + { + id: "5", title: "Jessica Williams", subtitle: "New Construction Agent", detail: "jessica@monarchrealestate.com", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=4", imageAlt: "Jessica Williams"}, + ], + }, ]} /> @@ -133,12 +153,18 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Jennifer Adams, Happy Homeowner", date: "Date: 15 November 2024", title: "Exceptional Service and Professionalism", quote: "Sarah and the Monarch team made our home buying experience incredibly smooth. They understood our needs perfectly and found us the ideal property within our timeline. Highly recommended!", tag: "Home Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-near-new-house-real-estate-concept_493343-29873.jpg?_wi=2", imageAlt: "Client home purchase"}, - { id: "2", name: "David & Linda Foster, Sellers", date: "Date: 22 October 2024", title: "Sold Our Home Faster Than Expected", quote: "We were impressed with how quickly Monarch's marketing strategy got our home in front of the right buyers. James kept us informed every step of the way. Outstanding professionalism!", tag: "Property Sale", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=2", imageAlt: "Successful property sale"}, - { id: "3", name: "Robert Martinez, Investment Client", date: "Date: 8 September 2024", title: "Expert Investment Property Guidance", quote: "Michael's expertise in investment properties is unmatched. He helped us build a diverse portfolio that's already delivering strong returns. We trust Monarch completely.", tag: "Investment", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg", imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571916.jpg?_wi=2", imageAlt: "Investment property portfolio"}, - { id: "4", name: "Patricia Thompson, Relocating Professional", date: "Date: 30 August 2024", title: "Perfect Relocation Experience", quote: "Moving to Augusta was daunting, but Emily made everything simple. She found us a beautiful home in a great neighborhood and handled all the details. We're so grateful!", tag: "Relocation", avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-near-new-house-real-estate-concept_493343-29873.jpg?_wi=3", imageAlt: "Relocation success"}, - { id: "5", name: "Christopher Lee, New Construction Buyer", date: "Date: 12 August 2024", title: "Guided Us Through New Construction Perfectly", quote: "Jessica's knowledge of new construction developments in Augusta is impressive. She negotiated great terms and ensured everything was done right. Five stars!", tag: "New Construction", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=3", imageAlt: "New construction home"}, - { id: "6", name: "Michelle & Thomas Grant, First-Time Buyers", date: "Date: 5 August 2024", title: "First-Time Buyers Made Confident", quote: "As first-time home buyers, we were nervous, but Sarah's patience and expertise gave us confidence every step of the way. We love our new home in Augusta!", tag: "First-Time Buyers", avatarSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571916.jpg?_wi=3", imageAlt: "First-time buyer success"}, + { + id: "1", name: "Jennifer Adams, Happy Homeowner", date: "Date: 15 November 2024", title: "Exceptional Service and Professionalism", quote: "Sarah and the Monarch team made our home buying experience incredibly smooth. They understood our needs perfectly and found us the ideal property within our timeline. Highly recommended!", tag: "Home Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-near-new-house-real-estate-concept_493343-29873.jpg?_wi=2", imageAlt: "Client home purchase"}, + { + id: "2", name: "David & Linda Foster, Sellers", date: "Date: 22 October 2024", title: "Sold Our Home Faster Than Expected", quote: "We were impressed with how quickly Monarch's marketing strategy got our home in front of the right buyers. James kept us informed every step of the way. Outstanding professionalism!", tag: "Property Sale", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=2", imageAlt: "Successful property sale"}, + { + id: "3", name: "Robert Martinez, Investment Client", date: "Date: 8 September 2024", title: "Expert Investment Property Guidance", quote: "Michael's expertise in investment properties is unmatched. He helped us build a diverse portfolio that's already delivering strong returns. We trust Monarch completely.", tag: "Investment", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg", imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571916.jpg?_wi=2", imageAlt: "Investment property portfolio"}, + { + id: "4", name: "Patricia Thompson, Relocating Professional", date: "Date: 30 August 2024", title: "Perfect Relocation Experience", quote: "Moving to Augusta was daunting, but Emily made everything simple. She found us a beautiful home in a great neighborhood and handled all the details. We're so grateful!", tag: "Relocation", avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-near-new-house-real-estate-concept_493343-29873.jpg?_wi=3", imageAlt: "Relocation success"}, + { + id: "5", name: "Christopher Lee, New Construction Buyer", date: "Date: 12 August 2024", title: "Guided Us Through New Construction Perfectly", quote: "Jessica's knowledge of new construction developments in Augusta is impressive. She negotiated great terms and ensured everything was done right. Five stars!", tag: "New Construction", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=3", imageAlt: "New construction home"}, + { + id: "6", name: "Michelle & Thomas Grant, First-Time Buyers", date: "Date: 5 August 2024", title: "First-Time Buyers Made Confident", quote: "As first-time home buyers, we were nervous, but Sarah's patience and expertise gave us confidence every step of the way. We love our new home in Augusta!", tag: "First-Time Buyers", avatarSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571916.jpg?_wi=3", imageAlt: "First-time buyer success"}, ]} /> @@ -163,9 +189,15 @@ export default function LandingPage() { logoText="Monarch Real Estate" copyrightText="© 2025 Monarch Real Estate Team | Augusta, Georgia" socialLinks={[ - { icon: Facebook, href: "https://facebook.com/monarchrealestate", ariaLabel: "Monarch Real Estate on Facebook"}, - { icon: Linkedin, href: "https://linkedin.com/company/monarchrealestate", ariaLabel: "Monarch Real Estate on LinkedIn"}, - { icon: Instagram, href: "https://instagram.com/monarchrealestate", ariaLabel: "Monarch Real Estate on Instagram"}, + { + icon: Facebook, + href: "https://facebook.com/monarchrealestate", ariaLabel: "Monarch Real Estate on Facebook"}, + { + icon: Linkedin, + href: "https://linkedin.com/company/monarchrealestate", ariaLabel: "Monarch Real Estate on LinkedIn"}, + { + icon: Instagram, + href: "https://instagram.com/monarchrealestate", ariaLabel: "Monarch Real Estate on Instagram"}, ]} /> -- 2.49.1