|
|
|
|
@@ -4,13 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
|
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
|
|
|
|
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
|
|
|
|
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
|
|
|
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
|
|
|
|
import AboutPhoneTimeline from '@/components/sections/about/AboutPhoneTimeline';
|
|
|
|
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|
|
|
|
import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
|
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
|
|
|
import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial';
|
|
|
|
|
import { Phone, Mail, MapPin, Globe } from "lucide-react";
|
|
|
|
|
import { Phone, Mail, MapPin, Globe, TrendingUp } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
|
|
|
|
borderRadius="pill"
|
|
|
|
|
contentWidth="medium"
|
|
|
|
|
sizing="mediumLargeSizeMediumTitles"
|
|
|
|
|
background="circleGradient"
|
|
|
|
|
background="none"
|
|
|
|
|
cardStyle="outline"
|
|
|
|
|
primaryButtonStyle="diagonal-gradient"
|
|
|
|
|
secondaryButtonStyle="radial-glow"
|
|
|
|
|
@@ -89,6 +89,13 @@ export default function LandingPage() {
|
|
|
|
|
price: "AED 3.1M",
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766677285397-72fbvxql.jpg",
|
|
|
|
|
imageAlt: "Contemporary townhouse design"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5",
|
|
|
|
|
name: "Dreamy Luxury Villa",
|
|
|
|
|
price: "AED 6.2M",
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766677281862-wrg59rzg.jpg",
|
|
|
|
|
imageAlt: "Dreamy luxury villa with premium finishes"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
@@ -101,10 +108,13 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<InlineImageSplitTextAbout
|
|
|
|
|
heading={[
|
|
|
|
|
{ type: "text", content: "Leading Dubai Real Estate Company with over 15 years of market expertise" }
|
|
|
|
|
]}
|
|
|
|
|
<AboutPhoneTimeline
|
|
|
|
|
title="Our Mission"
|
|
|
|
|
description="We believe in creating experiences that inspire, empower, and transform. Our team is dedicated to building solutions that make a real difference in people's lives."
|
|
|
|
|
tag="About Us"
|
|
|
|
|
phoneOne={{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766677283454-saiau266.jpg", imageAlt: "Dashboard view" }}
|
|
|
|
|
phoneTwo={{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766677284138-zvo3uevt.jpg", imageAlt: "Product demo view" }}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Learn More", href: "#contact" },
|
|
|
|
|
{ text: "Contact Team", href: "#contact" }
|
|
|
|
|
@@ -114,14 +124,14 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
|
|
|
<MetricCardTwo
|
|
|
|
|
<MetricCardOne
|
|
|
|
|
title="Our Track Record"
|
|
|
|
|
description="Proven success in Dubai's competitive real estate market"
|
|
|
|
|
metrics={[
|
|
|
|
|
{ id: "1", value: "500+", description: "Properties Successfully Sold" },
|
|
|
|
|
{ id: "2", value: "AED 3.2B", description: "Total Transaction Value" },
|
|
|
|
|
{ id: "3", value: "98%", description: "Client Satisfaction Rate" },
|
|
|
|
|
{ id: "4", value: "15+", description: "Years Market Experience" }
|
|
|
|
|
{ id: "1", value: "500", title: "Properties", description: "Successfully Sold", icon: TrendingUp },
|
|
|
|
|
{ id: "2", value: "3.2B", title: "AED", description: "Total Transaction Value", icon: TrendingUp },
|
|
|
|
|
{ id: "3", value: "98", title: "Percent", description: "Client Satisfaction Rate", icon: TrendingUp },
|
|
|
|
|
{ id: "4", value: "15", title: "Years", description: "Market Experience", icon: TrendingUp }
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
@@ -312,4 +322,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|