|
|
|
|
@@ -5,12 +5,12 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
|
|
|
|
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
|
|
|
|
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
|
|
|
|
|
import AboutPhoneTimeline from '@/components/sections/about/AboutPhoneTimeline';
|
|
|
|
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
|
|
|
|
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"
|
|
|
|
|
@@ -117,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"
|
|
|
|
|
|