diff --git a/src/app/page.tsx b/src/app/page.tsx index 58e8214..7a6cd90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,5 +1,6 @@ "use client"; +import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; @@ -9,10 +10,42 @@ import AboutMetric from "@/components/sections/about/AboutMetric"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import ContactText from "@/components/sections/contact/ContactText"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import Link from "next/link"; import { Building2, TrendingUp, Users, Award } from "lucide-react"; export default function HomePage() { + const navItems = [ + { name: "Home", id: "/" }, + { name: "Projects", id: "/projects" }, + { name: "About", id: "/about" }, + { name: "Portfolio", id: "portfolio" }, + ]; + + const footerColumns = [ + { + title: "Company", items: [ + { label: "About Us", href: "/about" }, + { label: "Our Team", href: "/about" }, + { label: "Careers", href: "#" }, + ], + }, + { + title: "Properties", items: [ + { label: "All Projects", href: "/projects" }, + { label: "Ongoing", href: "/projects" }, + { label: "Completed", href: "/projects" }, + { label: "List Property", href: "/contact" }, + ], + }, + { + title: "Support", items: [ + { label: "Contact", href: "/contact" }, + { label: "FAQ", href: "#" }, + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" }, + ], + }, + ]; + return ( @@ -45,23 +73,18 @@ export default function HomePage() { title="Transform Real Estate Dreams Into Reality" description="Showcase your stunning properties with our premium platform. Connect builders, agents, and investors through a curated collection of ongoing and completed projects." tag="Real Estate Solutions" - background={{ variant: "plain" }} + background={{ variant: "aurora" }} mediaItems={[ { - imageSrc: - "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-15.jpg?_wi=1", imageAlt: "Modern residential building"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-balconies-with-geometric-shapes-glass-reflections-contemporary-facade_169016-68993.jpg", imageAlt: "Modern residential building"}, { - imageSrc: - "http://img.b2bpic.net/free-photo/developing-district-new-living-complex_23-2147694673.jpg?_wi=1", imageAlt: "Commercial property development"}, + imageSrc: "http://img.b2bpic.net/free-photo/investors-meet-with-factory-managers-discuss-production-funding_482257-126655.jpg", imageAlt: "Commercial property development"}, { - imageSrc: - "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=1", imageAlt: "Luxury apartment complex"}, + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=1", imageAlt: "Luxury apartment complex"}, { - imageSrc: - "http://img.b2bpic.net/free-photo/low-angle-shot-high-rise-building-clear-blue-sky-with-white-clouds_181624-2242.jpg?_wi=1", imageAlt: "Modern building exterior"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-old-building-design_23-2148252794.jpg", imageAlt: "Modern building exterior"}, { - imageSrc: - "http://img.b2bpic.net/free-photo/new-york-city-manhattan-skyline_649448-1430.jpg?_wi=1", imageAlt: "City skyline property"}, + imageSrc: "http://img.b2bpic.net/free-photo/boston-night-panorama_649448-187.jpg", imageAlt: "City skyline property"}, ]} buttons={[ { text: "Browse Projects", href: "/projects" }, @@ -81,14 +104,11 @@ export default function HomePage() { useInvertedBackground={false} products={[ { - id: "1", name: "Skyline Tower Residency", price: "$2.5M - $8.5M", imageSrc: - "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162820.jpg?_wi=1", imageAlt: "Skyline Tower Residency"}, + id: "1", name: "Skyline Tower Residency", price: "$2.5M - $8.5M", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg?_wi=1", imageAlt: "Skyline Tower Residency"}, { - id: "2", name: "Green Valley Villas", price: "$800K - $2.2M", imageSrc: - "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=1", imageAlt: "Green Valley Villas"}, + id: "2", name: "Green Valley Villas", price: "$800K - $2.2M", imageSrc: "http://img.b2bpic.net/free-photo/interior-with-bid-dining-room-modern-private-house_181624-17504.jpg?_wi=1", imageAlt: "Green Valley Villas"}, { - id: "3", name: "Tech Hub Business Park", price: "$5M - $15M", imageSrc: - "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg?_wi=1", imageAlt: "Tech Hub Business Park"}, + id: "3", name: "Tech Hub Business Park", price: "$5M - $15M", imageSrc: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg?_wi=1", imageAlt: "Tech Hub Business Park"}, ]} /> @@ -102,63 +122,11 @@ export default function HomePage() { animationType="slide-up" features={[ { - id: "1", title: "Residential Complexes", description: - "Luxury apartments, villas, and residential communities featuring modern architecture", tag: "Residential", imageSrc: - "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=2", imageAlt: "Residential complex"}, + id: "1", title: "Residential Complexes", description: "Luxury apartments, villas, and residential communities featuring modern architecture", tag: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/interior-with-bid-dining-room-modern-private-house_181624-17504.jpg?_wi=2"}, { - id: "2", title: "Commercial Properties", description: - "Office spaces, retail centers, and business parks designed for enterprise growth", tag: "Commercial", imageSrc: - "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg?_wi=2", imageAlt: "Commercial property"}, + id: "2", title: "Commercial Properties", description: "Office spaces, retail centers, and business parks designed for enterprise growth", tag: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg?_wi=2"}, { - id: "3", title: "Mixed-Use Developments", description: - "Integrated projects combining residential, retail, and entertainment spaces", tag: "Mixed-Use", imageSrc: - "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162820.jpg?_wi=2", imageAlt: "Mixed-use development"}, - ]} - /> - - -
- -
- -
-
@@ -190,28 +158,22 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Rajesh Kumar", role: "Project Manager", company: "Kumar Construction Group", rating: 5, - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Rajesh Kumar"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", imageAlt: "Rajesh Kumar"}, { id: "2", name: "Priya Sharma", role: "Real Estate Agent", company: "Elite Properties", rating: 5, - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Priya Sharma"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", imageAlt: "Priya Sharma"}, { id: "3", name: "Vikram Patel", role: "Developer", company: "Patel Real Estate Ventures", rating: 5, - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Vikram Patel"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg", imageAlt: "Vikram Patel"}, { id: "4", name: "Anjali Desai", role: "Sales Director", company: "Horizon Developments", rating: 5, - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Anjali Desai"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", imageAlt: "Anjali Desai"}, { id: "5", name: "Arjun Singh", role: "Property Investor", company: "Singh Capital Group", rating: 5, - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Arjun Singh"}, + imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageAlt: "Arjun Singh"}, { id: "6", name: "Meera Gupta", role: "Business Head", company: "Premium Realty Solutions", rating: 5, - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Meera Gupta"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-professional-businesswoman_1163-5371.jpg", imageAlt: "Meera Gupta"}, ]} /> @@ -231,35 +193,11 @@ export default function HomePage() {