diff --git a/src/app/page.tsx b/src/app/page.tsx index 02596c4..e145f76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,8 +35,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { label: "Home", href: "/" }, { label: "Properties", href: "/properties" }, { label: "About", href: "#about" }, @@ -44,8 +43,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Team", href: "#team" }, { label: "Careers", href: "#" }, @@ -53,8 +51,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Market Reports", href: "#" }, { label: "Investment Guide", href: "#" }, @@ -62,8 +59,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -72,6 +68,12 @@ export default function HomePage() { }, ]; + const handlePropertyClick = (propertyId: string, propertyName: string) => { + console.log(`Inquiry for property: ${propertyName}`); + // Route to property detail or inquiry page + window.location.href = `/property/${propertyId}`; + }; + return ( handlePropertyClick("1", "Metropolitan Penthouse"), }, { - id: "2", - name: "Seaside Villa Estate", - price: "$3,200,000", - imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=1", - imageAlt: "Exclusive beachfront villa", + id: "2", name: "Seaside Villa Estate", price: "$3,200,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=1", imageAlt: "Exclusive beachfront villa", onProductClick: () => handlePropertyClick("2", "Seaside Villa Estate"), }, { - id: "3", - name: "Modern Urban Townhouse", - price: "$1,450,000", - imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=1", - imageAlt: "Contemporary urban townhouse", + id: "3", name: "Modern Urban Townhouse", price: "$1,450,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=1", imageAlt: "Contemporary urban townhouse", onProductClick: () => handlePropertyClick("3", "Modern Urban Townhouse"), }, ]} gridVariant="three-columns-all-equal-width" @@ -168,19 +154,13 @@ export default function HomePage() { useInvertedBackground={false} bulletPoints={[ { - title: "15+ Years Excellence", - description: "Delivering premium properties that exceed expectations and define luxury standards.", - icon: Award, + title: "15+ Years Excellence", description: "Delivering premium properties that exceed expectations and define luxury standards.", icon: Award, }, { - title: "500+ Happy Clients", - description: "Trusted by discerning buyers and investors worldwide seeking quality and exclusivity.", - icon: Users, + title: "500+ Happy Clients", description: "Trusted by discerning buyers and investors worldwide seeking quality and exclusivity.", icon: Users, }, { - title: "Prime Locations", - description: "Strategic developments in the most desirable neighborhoods with unmatched accessibility.", - icon: MapPin, + title: "Prime Locations", description: "Strategic developments in the most desirable neighborhoods with unmatched accessibility.", icon: MapPin, }, ]} imageSrc="http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=1" @@ -204,28 +184,13 @@ export default function HomePage() { features={[ { id: 1, - tag: "Expertise", - title: "Strategic Locations", - subtitle: "Prime addresses with proven appreciation", - description: "Our properties are positioned in the most sought-after neighborhoods with strong market fundamentals, ensuring long-term value and appreciation potential for investors and residents alike.", - imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=2", - }, + tag: "Expertise", title: "Strategic Locations", subtitle: "Prime addresses with proven appreciation", description: "Our properties are positioned in the most sought-after neighborhoods with strong market fundamentals, ensuring long-term value and appreciation potential for investors and residents alike.", imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=2"}, { id: 2, - tag: "Design", - title: "Architectural Excellence", - subtitle: "World-class design meets functionality", - description: "Each development showcases innovative architecture blended with practical elegance. Our award-winning design teams ensure every detail contributes to an exceptional living experience.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=2", - }, + tag: "Design", title: "Architectural Excellence", subtitle: "World-class design meets functionality", description: "Each development showcases innovative architecture blended with practical elegance. Our award-winning design teams ensure every detail contributes to an exceptional living experience.", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=2"}, { id: 3, - tag: "Quality", - title: "Premium Amenities", - subtitle: "Luxury facilities that enhance lifestyle", - description: "From state-of-the-art fitness centers to concierge services, our properties feature comprehensive amenities designed for sophisticated living and convenience.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=2", - }, + tag: "Quality", title: "Premium Amenities", subtitle: "Luxury facilities that enhance lifestyle", description: "From state-of-the-art fitness centers to concierge services, our properties feature comprehensive amenities designed for sophisticated living and convenience.", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=2"}, ]} buttons={[{ text: "Explore Benefits", href: "#" }]} buttonAnimation="slide-up" @@ -243,32 +208,16 @@ export default function HomePage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "500", - title: "Properties Delivered", - description: "Premium residences completed and occupied", - icon: Home, + id: "1", value: "500", title: "Properties Delivered", description: "Premium residences completed and occupied", icon: Home, }, { - id: "2", - value: "15", - title: "Years of Excellence", - description: "Industry-leading experience and expertise", - icon: Award, + id: "2", value: "15", title: "Years of Excellence", description: "Industry-leading experience and expertise", icon: Award, }, { - id: "3", - value: "98", - title: "Client Satisfaction", - description: "Percentage of clients who recommend us", - icon: ThumbsUp, + id: "3", value: "98", title: "Client Satisfaction", description: "Percentage of clients who recommend us", icon: ThumbsUp, }, { - id: "4", - value: "25", - title: "Award Wins", - description: "Recognition for architectural excellence", - icon: Star, + id: "4", value: "25", title: "Award Wins", description: "Recognition for architectural excellence", icon: Star, }, ]} gridVariant="uniform-all-items-equal" @@ -289,71 +238,17 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Mitchell, Investment Director", - date: "Date: 15 November 2024", - title: "Exceptional investment opportunity with outstanding returns", - quote: "Luxe Properties delivered exactly what they promised. The penthouse investment has appreciated 22% in just two years, and the rental yield exceeded our projections. Their team's professionalism and attention to detail made the entire process seamless.", - tag: "Metropolitan Penthouse", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-businessman-dark-background_613910-15034.jpg", - avatarAlt: "Sarah Mitchell", - imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=3", - }, + id: "1", name: "Sarah Mitchell, Investment Director", date: "Date: 15 November 2024", title: "Exceptional investment opportunity with outstanding returns", quote: "Luxe Properties delivered exactly what they promised. The penthouse investment has appreciated 22% in just two years, and the rental yield exceeded our projections. Their team's professionalism and attention to detail made the entire process seamless.", tag: "Metropolitan Penthouse", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-businessman-dark-background_613910-15034.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=3"}, { - id: "2", - name: "James Richardson, CEO", - date: "Date: 08 October 2024", - title: "Dream home exceeded all expectations", - quote: "We were amazed by the quality and attention to detail in every aspect of our new villa. From the stunning architecture to the premium finishes, it's truly a sanctuary. The location is perfect, and the community is wonderful.", - tag: "Seaside Villa Estate", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", - avatarAlt: "James Richardson", - imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=3", - }, + id: "2", name: "James Richardson, CEO", date: "Date: 08 October 2024", title: "Dream home exceeded all expectations", quote: "We were amazed by the quality and attention to detail in every aspect of our new villa. From the stunning architecture to the premium finishes, it's truly a sanctuary. The location is perfect, and the community is wonderful.", tag: "Seaside Villa Estate", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", avatarAlt: "James Richardson", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=3"}, { - id: "3", - name: "Emma Chen, Entrepreneur", - date: "Date: 22 September 2024", - title: "Professional service and transparent dealings", - quote: "Working with Luxe Properties was refreshingly different. No hidden costs, clear timelines, and genuine expertise. They guided us through every decision and helped us find the perfect townhouse that matches our lifestyle.", - tag: "Urban Townhouse", - avatarSrc: "http://img.b2bpic.net/free-photo/business-man-phone_23-2148018605.jpg", - avatarAlt: "Emma Chen", - imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=3", - }, + id: "3", name: "Emma Chen, Entrepreneur", date: "Date: 22 September 2024", title: "Professional service and transparent dealings", quote: "Working with Luxe Properties was refreshingly different. No hidden costs, clear timelines, and genuine expertise. They guided us through every decision and helped us find the perfect townhouse that matches our lifestyle.", tag: "Urban Townhouse", avatarSrc: "http://img.b2bpic.net/free-photo/business-man-phone_23-2148018605.jpg", avatarAlt: "Emma Chen", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=3"}, { - id: "4", - name: "David Foster, Investor", - date: "Date: 12 August 2024", - title: "Best real estate investment decision I made", - quote: "The market analysis provided by Luxe Properties was invaluable. Their predictions about neighborhood development proved accurate, and the property value has soared. I'm now looking at additional investments with them.", - tag: "Metropolitan Penthouse", - avatarSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg", - avatarAlt: "David Foster", - imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=4", - }, + id: "4", name: "David Foster, Investor", date: "Date: 12 August 2024", title: "Best real estate investment decision I made", quote: "The market analysis provided by Luxe Properties was invaluable. Their predictions about neighborhood development proved accurate, and the property value has soared. I'm now looking at additional investments with them.", tag: "Metropolitan Penthouse", avatarSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg", avatarAlt: "David Foster", imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=4"}, { - id: "5", - name: "Victoria Lawson, Retired Executive", - date: "Date: 30 July 2024", - title: "Luxury living made effortless", - quote: "At this stage of life, we wanted the best without the hassle. Luxe Properties understood our needs perfectly and found us a villa that's become our sanctuary. The concierge service is impeccable.", - tag: "Seaside Villa Estate", - avatarSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", - avatarAlt: "Victoria Lawson", - imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=4", - }, + id: "5", name: "Victoria Lawson, Retired Executive", date: "Date: 30 July 2024", title: "Luxury living made effortless", quote: "At this stage of life, we wanted the best without the hassle. Luxe Properties understood our needs perfectly and found us a villa that's become our sanctuary. The concierge service is impeccable.", tag: "Seaside Villa Estate", avatarSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", avatarAlt: "Victoria Lawson", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=4"}, { - id: "6", - name: "Michael Torres, Business Owner", - date: "Date: 15 June 2024", - title: "Investment that keeps giving", - quote: "Not only is the townhouse beautiful and modern, but the location has become a hot spot for development. My property value has increased significantly, and the rental market is strong. Highly recommend Luxe Properties.", - tag: "Urban Townhouse", - avatarSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2952.jpg", - avatarAlt: "Michael Torres", - imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=4", - }, + id: "6", name: "Michael Torres, Business Owner", date: "Date: 15 June 2024", title: "Investment that keeps giving", quote: "Not only is the townhouse beautiful and modern, but the location has become a hot spot for development. My property value has increased significantly, and the rental market is strong. Highly recommend Luxe Properties.", tag: "Urban Townhouse", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2952.jpg", avatarAlt: "Michael Torres", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=4"}, ]} buttons={[{ text: "Read More Reviews", href: "#" }]} buttonAnimation="slide-up" @@ -371,33 +266,13 @@ export default function HomePage() { useInvertedBackground={false} members={[ { - id: "1", - name: "Alexander Johnson", - role: "CEO & Founder", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-black-elegant-suit-fashion-male-posing-studio-white-background_158538-27234.jpg?_wi=1", - imageAlt: "Alexander Johnson", - }, + id: "1", name: "Alexander Johnson", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-black-elegant-suit-fashion-male-posing-studio-white-background_158538-27234.jpg?_wi=1", imageAlt: "Alexander Johnson"}, { - id: "2", - name: "Patricia Chen", - role: "Chief Development Officer", - imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=1", - imageAlt: "Patricia Chen", - }, + id: "2", name: "Patricia Chen", role: "Chief Development Officer", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=1", imageAlt: "Patricia Chen"}, { - id: "3", - name: "Robert Williams", - role: "Head of Design", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-well-dressed-male-leaning-against-wall-looking-camera_181624-15421.jpg?_wi=1", - imageAlt: "Robert Williams", - }, + id: "3", name: "Robert Williams", role: "Head of Design", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-well-dressed-male-leaning-against-wall-looking-camera_181624-15421.jpg?_wi=1", imageAlt: "Robert Williams"}, { - id: "4", - name: "Michelle Rodriguez", - role: "Director of Sales", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-works-laptop-desk-modern-office_78826-2813.jpg?_wi=1", - imageAlt: "Michelle Rodriguez", - }, + id: "4", name: "Michelle Rodriguez", role: "Director of Sales", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-works-laptop-desk-modern-office_78826-2813.jpg?_wi=1", imageAlt: "Michelle Rodriguez"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -415,4 +290,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}