diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ee821d..58b177e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,15 +58,15 @@ export default function LandingPage() { { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", imageAlt: "Luxury penthouse with panoramic city views"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", imageAlt: "Modern apartment with contemporary design"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=1", imageAlt: "Modern apartment with contemporary design"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg", imageAlt: "Elegant villa with premium architecture"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg?_wi=1", imageAlt: "Elegant villa with premium architecture"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "Luxury residential complex"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=1", imageAlt: "Luxury residential complex"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", imageAlt: "High-end urban property"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=2", imageAlt: "High-end urban property"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg", imageAlt: "Premier real estate portfolio"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg?_wi=2", imageAlt: "Premier real estate portfolio"}, ]} autoPlay={true} autoPlayInterval={5000} @@ -98,11 +98,11 @@ export default function LandingPage() { buttonAnimation="slide-up" products={[ { - id: "1", name: "Downtown Luxury Penthouse", price: "$2,850,000", imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", imageAlt: "Downtown luxury penthouse with city views"}, + id: "1", name: "Downtown Luxury Penthouse", price: "$2,850,000", imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=3", imageAlt: "Downtown luxury penthouse with city views"}, { - id: "2", name: "Waterfront Villa Estate", price: "$3,200,000", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg", imageAlt: "Elegant waterfront villa with private access"}, + id: "2", name: "Waterfront Villa Estate", price: "$3,200,000", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg?_wi=3", imageAlt: "Elegant waterfront villa with private access"}, { - id: "3", name: "Modern Urban Residence", price: "$1,950,000", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "Contemporary urban residence with premium finishes"}, + id: "3", name: "Modern Urban Residence", price: "$1,950,000", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=2", imageAlt: "Contemporary urban residence with premium finishes"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -138,17 +138,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Michael Thompson, Investment Consultant", date: "Date: November 2024", title: "Exceptional service and unmatched expertise", quote: "Working with Venari Real Estate was a game-changer for our portfolio expansion. Their market knowledge and personalized approach made the entire process seamless and highly profitable.", tag: "Premium Investor", 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"}, + id: "1", name: "Michael Thompson, Investment Consultant", date: "Date: November 2024", title: "Exceptional service and unmatched expertise", quote: "Working with Venari Real Estate was a game-changer for our portfolio expansion. Their market knowledge and personalized approach made the entire process seamless and highly profitable.", tag: "Premium Investor", 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=4"}, { - id: "2", name: "Sarah Williams, CEO", date: "Date: October 2024", title: "Found our dream home quickly and easily", quote: "The team at Venari understood our specific requirements from day one. They presented us with properties that matched our vision perfectly. We closed within weeks.", tag: "Residential Client", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg"}, + id: "2", name: "Sarah Williams, CEO", date: "Date: October 2024", title: "Found our dream home quickly and easily", quote: "The team at Venari understood our specific requirements from day one. They presented us with properties that matched our vision perfectly. We closed within weeks.", tag: "Residential Client", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg?_wi=4"}, { - id: "3", name: "David Chen, Entrepreneur", date: "Date: September 2024", title: "Outstanding negotiation and market insight", quote: "Venari's agents negotiated an incredible deal that saved us hundreds of thousands. Their dedication to getting the best outcome is truly unmatched in the industry.", tag: "Commercial Investor", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg"}, + id: "3", name: "David Chen, Entrepreneur", date: "Date: September 2024", title: "Outstanding negotiation and market insight", quote: "Venari's agents negotiated an incredible deal that saved us hundreds of thousands. Their dedication to getting the best outcome is truly unmatched in the industry.", tag: "Commercial Investor", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=3"}, { - id: "4", name: "Jennifer Martinez, Luxury Buyer", date: "Date: August 2024", title: "Premium service and attention to detail", quote: "From initial consultation to closing, Venari handled every detail with sophistication and care. They truly understand the luxury market and delivered beyond expectations.", tag: "Luxury Property", 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"}, + id: "4", name: "Jennifer Martinez, Luxury Buyer", date: "Date: August 2024", title: "Premium service and attention to detail", quote: "From initial consultation to closing, Venari handled every detail with sophistication and care. They truly understand the luxury market and delivered beyond expectations.", tag: "Luxury Property", 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=5"}, { - id: "5", name: "Robert Patterson, Property Developer", date: "Date: July 2024", title: "Trusted partner for all our real estate needs", quote: "We've partnered with Venari on multiple commercial projects. Their professionalism, market access, and strategic thinking have been invaluable to our success.", tag: "Developer Partner", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg"}, + id: "5", name: "Robert Patterson, Property Developer", date: "Date: July 2024", title: "Trusted partner for all our real estate needs", quote: "We've partnered with Venari on multiple commercial projects. Their professionalism, market access, and strategic thinking have been invaluable to our success.", tag: "Developer Partner", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg?_wi=5"}, { - id: "6", name: "Amanda Foster, Interior Designer", date: "Date: June 2024", title: "Made my property investment dreams reality", quote: "I had no experience in real estate investing, but Venari guided me through every step. Now I have a profitable rental property and incredible support team.", tag: "First-Time Investor", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg"}, + id: "6", name: "Amanda Foster, Interior Designer", date: "Date: June 2024", title: "Made my property investment dreams reality", quote: "I had no experience in real estate investing, but Venari guided me through every step. Now I have a profitable rental property and incredible support team.", tag: "First-Time Investor", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=4"}, ]} /> @@ -164,23 +164,23 @@ export default function LandingPage() { { id: 1, title: "Property Sales & Acquisitions", description: "Expert guidance through residential and commercial property transactions with market-leading terms and strategic positioning.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=6"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg?_wi=6"}, }, { id: 2, title: "Investment Portfolio Management", description: "Strategic investment planning and portfolio optimization to maximize returns and build long-term wealth in real estate.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg?_wi=7"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=5"}, }, { id: 3, title: "Luxury Market Expertise", description: "Exclusive access to premium properties and market intelligence for discerning clients seeking exceptional investment opportunities.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=6"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=7"}, }, ]} showStepNumbers={true}