diff --git a/src/app/page.tsx b/src/app/page.tsx index 309600e..6646ac7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,11 +57,11 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169750.jpg", imageAlt: "Luxury villa with modern architecture" }, - { imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg", imageAlt: "Stunning penthouse interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg", imageAlt: "Beachfront luxury property" }, - { imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-resort_1150-10730.jpg", imageAlt: "Modern luxury estate with gardens" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-11383.jpg", imageAlt: "Contemporary urban loft space" } + { imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169750.jpg?_wi=1", imageAlt: "Luxury villa with modern architecture" }, + { imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=1", imageAlt: "Stunning penthouse interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg?_wi=1", imageAlt: "Beachfront luxury property" }, + { imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-resort_1150-10730.jpg?_wi=1", imageAlt: "Modern luxury estate with gardens" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-11383.jpg?_wi=1", imageAlt: "Contemporary urban loft space" } ]} mediaAnimation="slide-up" ariaLabel="Hero section showcasing luxury real estate properties" @@ -79,13 +79,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Metropolitan Penthouse", price: "$8.5M", variant: "4 Bedrooms • 5 Baths", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg", imageAlt: "Metropolitan penthouse with city views" + id: "1", name: "Metropolitan Penthouse", price: "$8.5M", variant: "4 Bedrooms • 5 Baths", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=2", imageAlt: "Metropolitan penthouse with city views" }, { - id: "2", name: "Oceanfront Villa", price: "$12.2M", variant: "6 Bedrooms • 7 Baths", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg", imageAlt: "Beachfront villa with ocean access" + id: "2", name: "Oceanfront Villa", price: "$12.2M", variant: "6 Bedrooms • 7 Baths", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg?_wi=2", imageAlt: "Beachfront villa with ocean access" }, { - id: "3", name: "Private Estate", price: "$15.8M", variant: "8 Bedrooms • 9 Baths", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-resort_1150-10730.jpg", imageAlt: "Luxury estate with extensive grounds" + id: "3", name: "Private Estate", price: "$15.8M", variant: "8 Bedrooms • 9 Baths", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-resort_1150-10730.jpg?_wi=2", imageAlt: "Luxury estate with extensive grounds" } ]} gridVariant="three-columns-all-equal-width" @@ -125,7 +125,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "01", title: "Global Network", description: "Access to exclusive international properties and investment opportunities through our worldwide connections.", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-comfortable-furniture_9975-33081.jpg", imageAlt: "Global luxury property network" + id: "01", title: "Global Network", description: "Access to exclusive international properties and investment opportunities through our worldwide connections.", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-comfortable-furniture_9975-33081.jpg?_wi=1", imageAlt: "Global luxury property network" }, { id: "02", title: "Expert Valuation", description: "Precise market analysis and property valuations backed by decades of industry experience.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Expert property valuation service" @@ -134,7 +134,7 @@ export default function LandingPage() { id: "03", title: "Concierge Service", description: "White-glove service from consultation through closing with personalized attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg", imageAlt: "Premium concierge service" }, { - id: "04", title: "Discretion Guaranteed", description: "Complete confidentiality and privacy for all transactions and client information.", imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169750.jpg", imageAlt: "Confidential transaction management" + id: "04", title: "Discretion Guaranteed", description: "Complete confidentiality and privacy for all transactions and client information.", imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169750.jpg?_wi=2", imageAlt: "Confidential transaction management" } ]} gridVariant="four-items-2x2-equal-grid" @@ -157,16 +157,16 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "1", name: "Alexandra Sterling", role: "Managing Director", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg", imageAlt: "Alexandra Sterling" + id: "1", name: "Alexandra Sterling", role: "Managing Director", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg?_wi=1", imageAlt: "Alexandra Sterling" }, { - id: "2", name: "Marcus Pembroke", role: "Senior Consultant", 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", imageAlt: "Marcus Pembroke" + id: "2", name: "Marcus Pembroke", role: "Senior Consultant", 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: "Marcus Pembroke" }, { - id: "3", name: "Victoria Ashford", role: "Luxury Specialist", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg", imageAlt: "Victoria Ashford" + id: "3", name: "Victoria Ashford", role: "Luxury Specialist", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg?_wi=2", imageAlt: "Victoria Ashford" }, { - id: "4", name: "James Whitmore", role: "Investment Advisor", 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", imageAlt: "James Whitmore" + id: "4", name: "James Whitmore", role: "Investment Advisor", 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 Whitmore" } ]} gridVariant="four-items-2x2-equal-grid" @@ -212,22 +212,22 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Catherine Montrose, CEO", date: "Date: 15 November 2024", title: "Exceptional Service Beyond Expectations", quote: "Alexandra and her team navigated a complex international transaction with remarkable ease. Their expertise, discretion, and attention to detail made our experience truly seamless and stress-free.", tag: "Penthouse Sale", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "Catherine Montrose", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg", imageAlt: "Luxury penthouse property" + id: "1", name: "Catherine Montrose, CEO", date: "Date: 15 November 2024", title: "Exceptional Service Beyond Expectations", quote: "Alexandra and her team navigated a complex international transaction with remarkable ease. Their expertise, discretion, and attention to detail made our experience truly seamless and stress-free.", tag: "Penthouse Sale", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "Catherine Montrose", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=3", imageAlt: "Luxury penthouse property" }, { - id: "2", name: "Richard Blackwell, Entrepreneur", date: "Date: 08 October 2024", title: "Trusted Advisor for Global Portfolio", quote: "Over five transactions spanning three continents, Prestige Realty has been our go-to partner. Their market insights and professional approach are unmatched in the luxury segment.", tag: "Estate Acquisition", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "Richard Blackwell", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-resort_1150-10730.jpg", imageAlt: "Luxury estate property" + id: "2", name: "Richard Blackwell, Entrepreneur", date: "Date: 08 October 2024", title: "Trusted Advisor for Global Portfolio", quote: "Over five transactions spanning three continents, Prestige Realty has been our go-to partner. Their market insights and professional approach are unmatched in the luxury segment.", tag: "Estate Acquisition", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "Richard Blackwell", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-resort_1150-10730.jpg?_wi=3", imageAlt: "Luxury estate property" }, { - id: "3", name: "Isabella Rossini, Art Collector", date: "Date: 22 September 2024", title: "Privacy and Professionalism Guaranteed", quote: "I required absolute confidentiality for my property purchases. Prestige Realty delivered discretion while maintaining the highest service standards. Highly recommended.", tag: "Beachfront Villa", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "Isabella Rossini", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg", imageAlt: "Beachfront villa property" + id: "3", name: "Isabella Rossini, Art Collector", date: "Date: 22 September 2024", title: "Privacy and Professionalism Guaranteed", quote: "I required absolute confidentiality for my property purchases. Prestige Realty delivered discretion while maintaining the highest service standards. Highly recommended.", tag: "Beachfront Villa", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "Isabella Rossini", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg?_wi=3", imageAlt: "Beachfront villa property" }, { - id: "4", name: "David Chen, Investor", date: "Date: 10 August 2024", title: "Strategic Investment Success", quote: "Their market analysis and property recommendations resulted in exceptional returns on my luxury real estate investments. Professional and results-driven team.", tag: "Investment Property", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-11383.jpg", imageAlt: "Urban loft property" + id: "4", name: "David Chen, Investor", date: "Date: 10 August 2024", title: "Strategic Investment Success", quote: "Their market analysis and property recommendations resulted in exceptional returns on my luxury real estate investments. Professional and results-driven team.", tag: "Investment Property", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-11383.jpg?_wi=2", imageAlt: "Urban loft property" }, { - id: "5", name: "Sophie Laurent, Philanthropist", date: "Date: 25 July 2024", title: "Seamless International Transaction", quote: "Relocating internationally required expertise that Prestige Realty provided in abundance. They handled every detail while maintaining my privacy and preferences.", tag: "International Move", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169750.jpg", imageAlt: "Luxury villa property" + id: "5", name: "Sophie Laurent, Philanthropist", date: "Date: 25 July 2024", title: "Seamless International Transaction", quote: "Relocating internationally required expertise that Prestige Realty provided in abundance. They handled every detail while maintaining my privacy and preferences.", tag: "International Move", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169750.jpg?_wi=3", imageAlt: "Luxury villa property" }, { - id: "6", name: "Michael Rothschild, Collector", date: "Date: 30 June 2024", title: "Unparalleled Expertise in Ultra-Luxury", quote: "Finding the perfect property at the ultra-luxury level is challenging. Prestige Realty's curated portfolio and sophisticated approach made finding my dream home effortless.", tag: "Luxury Acquisition", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "Michael Rothschild", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-comfortable-furniture_9975-33081.jpg", imageAlt: "Luxury property showcase" + id: "6", name: "Michael Rothschild, Collector", date: "Date: 30 June 2024", title: "Unparalleled Expertise in Ultra-Luxury", quote: "Finding the perfect property at the ultra-luxury level is challenging. Prestige Realty's curated portfolio and sophisticated approach made finding my dream home effortless.", tag: "Luxury Acquisition", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "Michael Rothschild", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-comfortable-furniture_9975-33081.jpg?_wi=2", imageAlt: "Luxury property showcase" } ]} buttons={[