304 lines
19 KiB
TypeScript
304 lines
19 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
|
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
|
|
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
|
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
|
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
|
import TeamCardOne from "@/components/sections/team/TeamCardOne";
|
|
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
|
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
|
import { Award, Briefcase, Handshake, MapPin, Shield, Sparkles, Star, Users, CheckCircle, Lock } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
const navItems = [
|
|
{ name: "About", id: "about" },
|
|
{ name: "Services", id: "services" },
|
|
{ name: "Locations", id: "locations" },
|
|
{ name: "Properties", id: "properties" },
|
|
{ name: "Team", id: "team" },
|
|
{ name: "Testimonials", id: "testimonials" },
|
|
{ name: "Contact", id: "contact" }
|
|
];
|
|
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="elastic-effect"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="soft"
|
|
contentWidth="compact"
|
|
sizing="largeSmallSizeMediumTitles"
|
|
background="none"
|
|
cardStyle="glass-depth"
|
|
primaryButtonStyle="primary-glow"
|
|
secondaryButtonStyle="radial-glow"
|
|
headingFontWeight="medium"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleFullscreen
|
|
brandName="Shalom Real Estate Properties"
|
|
navItems={navItems}
|
|
bottomLeftText="Your Complete Land Investment Solution"
|
|
bottomRightText="shalomrealestateofficial@gmail.com"
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroSplitTestimonial
|
|
title="Your Trusted Real Estate Partner Across Delta State"
|
|
description="We help you buy, sell, and invest in premium properties with confidence."
|
|
tag="Trusted by Land Buyers Across Delta State"
|
|
tagIcon={Shield}
|
|
tagAnimation="slide-up"
|
|
buttons={[
|
|
{ text: "Find Your Perfect Land", href: "#properties" },
|
|
{ text: "Chat on WhatsApp", href: "https://wa.me/+2347030650638?text=Hello%20Shalom%20Real%20Estate%2C%20I%27m%20interested%20in%20your%20properties" }
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApJtHcdHHdLSNAzsBr6IfvftG2/uploaded-1773928144949-bbys5tfa.jpg"
|
|
imageAlt="Premium residential land property in Delta State"
|
|
mediaAnimation="blur-reveal"
|
|
imagePosition="right"
|
|
background={{ variant: "plain" }}
|
|
testimonials={[
|
|
{
|
|
name: "Omotunde Okafor", handle: "Asaba Buyer", testimonial: "Seamless process from start to finish. Shalom Real Estate made my property investment effortless.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/stylish-handsome-man-looking-blonde-young-woman_23-2147891215.jpg?_wi=1", imageAlt: "Omotunde Okafor"
|
|
},
|
|
{
|
|
name: "Chioma Nwankwo", handle: "Okpanam Investor", testimonial: "Professional team, transparent pricing, and excellent follow-up. Highly recommended for serious investors.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1597.jpg?_wi=1", imageAlt: "Chioma Nwankwo"
|
|
},
|
|
{
|
|
name: "Ifeanyi Obi", handle: "Ibusa Client", testimonial: "Best real estate experience. Their expertise in Delta State properties is unmatched.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-hispanic-female-executive-wearing-eyeglasses-standing-studio_662251-664.jpg?_wi=1", imageAlt: "Ifeanyi Obi"
|
|
}
|
|
]}
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<TestimonialAboutCard
|
|
tag="15+ Years of Excellence"
|
|
tagIcon={Award}
|
|
tagAnimation="slide-up"
|
|
title="Trusted by Clients Across Delta State"
|
|
description="With over 15 years of proven excellence in Delta State's real estate market, Shalom Real Estate Properties Nig. Ltd. has built a legacy of trust, transparency, and exceptional customer satisfaction."
|
|
subdescription="We specialize in premium property acquisitions, transparent transactions, and personalized investment advisory services. Our commitment to customer satisfaction and market expertise makes us the preferred partner for serious buyers and investors."
|
|
icon={Handshake}
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApJtHcdHHdLSNAzsBr6IfvftG2/uploaded-1773931034380-tldeakhk.jpg"
|
|
imageAlt="Shalom Real Estate professional team"
|
|
mediaAnimation="slide-up"
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="services" data-section="services">
|
|
<FeatureCardOne
|
|
title="Our Core Services"
|
|
description="Comprehensive real estate solutions tailored to your investment goals and lifestyle needs across Delta State."
|
|
tag="Professional Real Estate Solutions"
|
|
tagIcon={Briefcase}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="four-items-2x2-equal-grid"
|
|
animationType="slide-up"
|
|
features={[
|
|
{
|
|
title: "Property Sales", description: "Expert guidance in buying and selling premium residential and commercial properties across Delta State with transparent pricing and seamless transactions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApJtHcdHHdLSNAzsBr6IfvftG2/uploaded-1773931153399-tkxyfgaf.jpg", imageAlt: "Professional property sales service"
|
|
},
|
|
{
|
|
title: "Property Management", description: "Complete property management services including maintenance, tenant coordination, and financial oversight to maximize your investment returns.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApJtHcdHHdLSNAzsBr6IfvftG2/uploaded-1773931062125-n795vh6r.jpg", imageAlt: "Professional property management"
|
|
},
|
|
{
|
|
title: "Real Estate Investment Advisory", description: "Strategic investment advice backed by market expertise, helping you identify high-potential properties and growth opportunities in prime Delta State locations.", imageSrc: "http://img.b2bpic.net/free-photo/coins-house-figurine-laptop_23-2147694615.jpg", imageAlt: "Real estate investment consulting"
|
|
},
|
|
{
|
|
title: "Land Acquisition", description: "Specialized land acquisition services for development projects, with thorough due diligence and legal documentation to ensure secure investments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApJtHcdHHdLSNAzsBr6IfvftG2/uploaded-1773930497419-d4fhyf5w.jpg", imageAlt: "Professional land acquisition"
|
|
}
|
|
]}
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="locations" data-section="locations">
|
|
<FeatureCardOne
|
|
title="Available Locations Across Delta State"
|
|
description="Premium properties strategically located across key areas in Delta State, ensuring accessibility and investment potential."
|
|
tag="Statewide Coverage"
|
|
tagIcon={MapPin}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="two-columns-alternating-heights"
|
|
animationType="slide-up"
|
|
features={[
|
|
{
|
|
title: "Western Region", description: "Oba, Okija, Awka, Onitsha, Agbor, Ugbolu, Ibusa Town, Issele-Azaba, Back of Airport, Azagba-Ogwashi", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApJtHcdHHdLSNAzsBr6IfvftG2/uploaded-1773928600209-m07jjxuk.webp", imageAlt: "Western Delta State regions"
|
|
},
|
|
{
|
|
title: "Central & Southern Region", description: "Asaba Town, Okpanam, Amachia, Ogbe-Obi, Ogbe-Ojie, Umuchime, Obodo-Obga, Ogbe-Ozoma, Ogbe-Owelle, Obodo-Ogwugwu", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApJtHcdHHdLSNAzsBr6IfvftG2/uploaded-1773928692563-9get3pob.jpg", imageAlt: "Central Delta State regions"
|
|
}
|
|
]}
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="properties" data-section="properties">
|
|
<ProductCardOne
|
|
title="Featured Properties"
|
|
description="Handpicked premium properties offering exceptional value and strategic investment opportunities across Delta State."
|
|
tag="Investment Ready"
|
|
tagIcon={Sparkles}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="three-columns-all-equal-width"
|
|
animationType="slide-up"
|
|
products={[
|
|
{
|
|
id: "okpanam-prime", name: "Prime Land in Okpanam", price: "₦10,800,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApJtHcdHHdLSNAzsBr6IfvftG2/uploaded-1773930434773-wzpwj2l8.jpg", imageAlt: "Prime residential land in Okpanam, Asaba - 600-1200 sqm"
|
|
},
|
|
{
|
|
id: "ibusa-residential", name: "Residential Land in Ibusa", price: "₦3,200,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApJtHcdHHdLSNAzsBr6IfvftG2/uploaded-1773930476240-25x6juc2.jpg", imageAlt: "Residential land in Ibusa, Delta State - 600-800 sqm"
|
|
},
|
|
{
|
|
id: "ogwashi-investment", name: "Investment Land in Ogwashi-Uku", price: "₦1,200,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApJtHcdHHdLSNAzsBr6IfvftG2/uploaded-1773930458458-7w27dxd2.jpg", imageAlt: "Investment land in Ogwashi-Uku, Delta State - 1000-2000 sqm"
|
|
}
|
|
]}
|
|
buttons={[
|
|
{ text: "Request Details", href: "#contact" }
|
|
]}
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="team" data-section="team">
|
|
<TeamCardOne
|
|
title="Our Leadership Team"
|
|
description="Experienced professionals dedicated to delivering exceptional real estate solutions and investment opportunities."
|
|
tag="Expert Team"
|
|
tagIcon={Users}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="three-columns-all-equal-width"
|
|
animationType="slide-up"
|
|
members={[
|
|
{
|
|
id: "member-1", name: "Shalom Ikechukwu", role: "CEO & Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApJtHcdHHdLSNAzsBr6IfvftG2/uploaded-1773927460486-gkodp0bm.png", imageAlt: "Shalom Ikechukwu, CEO & Founder"
|
|
},
|
|
{
|
|
id: "member-2", name: "Favour Ikwchukwu", role: "President & Co-Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApJtHcdHHdLSNAzsBr6IfvftG2/uploaded-1773927509175-srml946v.png", imageAlt: "Favour Ikwchukwu, President & Co-Founder"
|
|
},
|
|
{
|
|
id: "member-3", name: "Lynda Onyemaechi", role: "Managing Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApJtHcdHHdLSNAzsBr6IfvftG2/uploaded-1773927613915-gmtticj2.jpg", imageAlt: "Lynda Onyemaechi, Managing Director"
|
|
},
|
|
{
|
|
id: "member-4", name: "Christina Dikachi Okwise", role: "Social & Communications Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApJtHcdHHdLSNAzsBr6IfvftG2/uploaded-1773927744737-o6oaaabb.png", imageAlt: "Christina Dikachi Okwise, Social & Communications Manager"
|
|
},
|
|
{
|
|
id: "member-5", name: "John Ogbajie Akachukwu", role: "Secretary", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApJtHcdHHdLSNAzsBr6IfvftG2/uploaded-1773927955537-i3f8wa4k.png", imageAlt: "John Ogbajie Akachukwu, Secretary"
|
|
},
|
|
{
|
|
id: "member-6", name: "Great Comrade Obinna", role: "Sales & Marketing Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApJtHcdHHdLSNAzsBr6IfvftG2/uploaded-1773928026419-2vgtq0qj.png", imageAlt: "Great Comrade Obinna, Sales & Marketing Director"
|
|
}
|
|
]}
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardSix
|
|
title="Client Testimonials"
|
|
description="Real stories from satisfied clients who trusted Shalom Real Estate with their property investments."
|
|
tag="Client Success"
|
|
tagIcon={Star}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
animationType="slide-up"
|
|
testimonials={[
|
|
{
|
|
id: "testimonial-1", name: "Omotunde Okafor", handle: "Asaba, Delta State", testimonial: "Seamless process from start to finish. Shalom Real Estate made my property investment effortless and transparent. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApJtHcdHHdLSNAzsBr6IfvftG2/uploaded-1773928945074-pvcaqcfk.png", imageAlt: "Omotunde Okafor"
|
|
},
|
|
{
|
|
id: "testimonial-2", name: "Chioma Nwankwo", handle: "Okpanam, Asaba", testimonial: "Professional team, transparent pricing, and excellent follow-up. They guided me through every step of the investment process.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApJtHcdHHdLSNAzsBr6IfvftG2/uploaded-1773928797938-xjtufjym.png", imageAlt: "Chioma Nwankwo"
|
|
},
|
|
{
|
|
id: "testimonial-3", name: "Ifeanyi Obi", handle: "Ibusa, Delta State", testimonial: "Best real estate experience I've had. Their expertise in Delta State properties is unmatched and their professionalism is exceptional.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApJtHcdHHdLSNAzsBr6IfvftG2/uploaded-1773928775935-m10ac36x.png", imageAlt: "Ifeanyi Obi"
|
|
},
|
|
{
|
|
id: "testimonial-4", name: "Blessing Adeyemi", handle: "Ogwashi-Uku, Delta State", testimonial: "Shalom Real Estate provided me with investment opportunities that exceeded my expectations. Their team is knowledgeable and trustworthy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApJtHcdHHdLSNAzsBr6IfvftG2/uploaded-1773928927629-t62mgc56.jpg", imageAlt: "Blessing Adeyemi"
|
|
}
|
|
]}
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactSplitForm
|
|
title="Get Free Consultation"
|
|
description="Connect with our team to discuss your real estate investment goals and explore premium property opportunities across Delta State."
|
|
inputs={[
|
|
{ name: "fullName", type: "text", placeholder: "Your Full Name", required: true },
|
|
{ name: "email", type: "email", placeholder: "Your Email Address", required: true },
|
|
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
|
|
{ name: "propertyInterest", type: "text", placeholder: "Property Type or Location Interest", required: false }
|
|
]}
|
|
textarea={{
|
|
name: "message", placeholder: "Tell us about your investment goals or property requirements", rows: 4,
|
|
required: false
|
|
}}
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApJtHcdHHdLSNAzsBr6IfvftG2/uploaded-1773927690092-j6q6dmqu.png"
|
|
imageAlt="Shalom Real Estate office consultation"
|
|
mediaAnimation="slide-up"
|
|
mediaPosition="right"
|
|
buttonText="Get Free Consultation"
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterSimple
|
|
columns={[
|
|
{
|
|
title: "Company", items: [
|
|
{ label: "About Us", href: "#about" },
|
|
{ label: "Our Services", href: "#services" },
|
|
{ label: "Meet Our Team", href: "#team" },
|
|
{ label: "Client Testimonials", href: "#testimonials" }
|
|
]
|
|
},
|
|
{
|
|
title: "Properties", items: [
|
|
{ label: "Featured Properties", href: "#properties" },
|
|
{ label: "Available Locations", href: "#locations" },
|
|
{ label: "Investment Opportunities", href: "#properties" },
|
|
{ label: "Contact for Details", href: "#contact" }
|
|
]
|
|
},
|
|
{
|
|
title: "Contact Info", items: [
|
|
{ label: "+234 07030650638", href: "tel:+2347030650638" },
|
|
{ label: "+234 09027920753", href: "tel:+2349027920753" },
|
|
{ label: "shalomrealestateofficial@gmail.com", href: "mailto:shalomrealestateofficial@gmail.com" },
|
|
{ label: "Obodogba New Layout, Okpanam-Ibusa Road, Okpanam Asaba, Delta State", href: "#" }
|
|
]
|
|
},
|
|
{
|
|
title: "Social Media", items: [
|
|
{ label: "Facebook", href: "https://www.facebook.com/Shalomrealestateproperties" },
|
|
{ label: "Instagram", href: "https://www.instagram.com/shalomrealestateproperties?igsh=d3NpZW15cmN1ZWtv" },
|
|
{ label: "TikTok", href: "https://www.tiktok.com/@shalomrealestate?_r=1&_t=ZS-94lBa4BLlcP" },
|
|
{ label: "WhatsApp", href: "https://wa.me/message/GYMCQBMLECCBJ1" }
|
|
]
|
|
}
|
|
]}
|
|
bottomLeftText="Shalom Real Estate Properties Nig. Ltd. — Your Trusted Real Estate Partner"
|
|
bottomRightText="© 2024 All Rights Reserved. Professional Real Estate Solutions Across Delta State."
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
}
|