416 lines
14 KiB
TypeScript
416 lines
14 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
|
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
|
import { CheckCircle, Globe, MessageCircle, Phone } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="icon-arrow"
|
|
defaultTextAnimation="entrance-slide"
|
|
borderRadius="rounded"
|
|
contentWidth="compact"
|
|
sizing="mediumLargeSizeLargeTitles"
|
|
background="none"
|
|
cardStyle="gradient-mesh"
|
|
primaryButtonStyle="diagonal-gradient"
|
|
secondaryButtonStyle="solid"
|
|
headingFontWeight="normal"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleCentered
|
|
navItems={[
|
|
{
|
|
name: "Home",
|
|
id: "hero",
|
|
},
|
|
{
|
|
name: "Services",
|
|
id: "services",
|
|
},
|
|
{
|
|
name: "About",
|
|
id: "about",
|
|
},
|
|
{
|
|
name: "Contact",
|
|
id: "contact",
|
|
},
|
|
]}
|
|
brandName="Golden Crown"
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroSplitDoubleCarousel
|
|
background={{
|
|
variant: "gradient-bars",
|
|
}}
|
|
title="Build Your Business with Confidence and Expert Guidance"
|
|
description="Premium consultancy and business support services in Abu Dhabi."
|
|
leftCarouselItems={[
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=1",
|
|
imageAlt: "Consultancy services",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=2",
|
|
imageAlt: "Consultancy services",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=3",
|
|
imageAlt: "Consultancy services",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=4",
|
|
imageAlt: "Consultancy services",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=5",
|
|
imageAlt: "Consultancy services",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=6",
|
|
imageAlt: "Consultancy services",
|
|
},
|
|
]}
|
|
rightCarouselItems={[
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=7",
|
|
imageAlt: "Consultancy services",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=8",
|
|
imageAlt: "Consultancy services",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=9",
|
|
imageAlt: "Consultancy services",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=10",
|
|
imageAlt: "Consultancy services",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=11",
|
|
imageAlt: "Consultancy services",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=12",
|
|
imageAlt: "Consultancy services",
|
|
},
|
|
]}
|
|
buttons={[
|
|
{
|
|
text: "Book a Consultation",
|
|
href: "#contact",
|
|
},
|
|
{
|
|
text: "Get Started",
|
|
href: "#services",
|
|
},
|
|
]}
|
|
avatars={[
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg",
|
|
alt: "Client 1",
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/positive-young-businesswoman-pointing-camera_1262-5406.jpg",
|
|
alt: "Client 2",
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg",
|
|
alt: "Client 3",
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/woman-window-talking-phone_23-2148415755.jpg",
|
|
alt: "Client 4",
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg",
|
|
alt: "Client 5",
|
|
},
|
|
]}
|
|
avatarText="Trusted by 500+ professionals"
|
|
marqueeItems={[
|
|
{
|
|
type: "text",
|
|
text: "Global Standards",
|
|
},
|
|
{
|
|
type: "text",
|
|
text: "Abu Dhabi Expert",
|
|
},
|
|
{
|
|
type: "text",
|
|
text: "Premium Consultancy",
|
|
},
|
|
{
|
|
type: "text",
|
|
text: "Secure Solutions",
|
|
},
|
|
{
|
|
type: "text",
|
|
text: "Strategic Growth",
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricCardFourteen
|
|
useInvertedBackground={true}
|
|
title="Excellence in Abu Dhabi"
|
|
tag="Trusted Authority"
|
|
metrics={[
|
|
{
|
|
id: "m1",
|
|
value: "5.0",
|
|
description: "Google Rating",
|
|
},
|
|
{
|
|
id: "m2",
|
|
value: "100+",
|
|
description: "Successful Formations",
|
|
},
|
|
{
|
|
id: "m3",
|
|
value: "24/7",
|
|
description: "Expert Support",
|
|
},
|
|
]}
|
|
metricsAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="services" data-section="services">
|
|
<FeatureCardNine
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
features={[
|
|
{
|
|
id: 1,
|
|
title: "Company Formation",
|
|
description: "We streamline the process of establishing your business presence in the UAE.",
|
|
phoneOne: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=13",
|
|
imageAlt: "Service",
|
|
},
|
|
phoneTwo: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=14",
|
|
imageAlt: "Service",
|
|
},
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=15",
|
|
imageAlt: "luxury office boardroom dark background",
|
|
},
|
|
{
|
|
id: 2,
|
|
title: "Management Consultancy",
|
|
description: "Strategic advisory to optimize business operations and drive long-term growth.",
|
|
phoneOne: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=16",
|
|
imageAlt: "Service",
|
|
},
|
|
phoneTwo: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=17",
|
|
imageAlt: "Service",
|
|
},
|
|
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg?_wi=1",
|
|
imageAlt: "professional executive portrait man dark background",
|
|
},
|
|
{
|
|
id: 3,
|
|
title: "Business Studies",
|
|
description: "Detailed feasibility studies and documentation for informed business decisions.",
|
|
phoneOne: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=18",
|
|
imageAlt: "Service",
|
|
},
|
|
phoneTwo: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=19",
|
|
imageAlt: "Service",
|
|
},
|
|
imageSrc: "http://img.b2bpic.net/free-photo/positive-young-businesswoman-pointing-camera_1262-5406.jpg?_wi=1",
|
|
imageAlt: "elegant businesswoman portrait dark background",
|
|
},
|
|
{
|
|
id: 4,
|
|
title: "Corporate Support",
|
|
description: "Full-suite PRO services and administrative support for seamless operations.",
|
|
phoneOne: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=20",
|
|
imageAlt: "Service",
|
|
},
|
|
phoneTwo: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=21",
|
|
imageAlt: "Service",
|
|
},
|
|
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg?_wi=1",
|
|
imageAlt: "mature businessman professional portrait",
|
|
},
|
|
]}
|
|
showStepNumbers={false}
|
|
title="Our Specialized Consultancy Services"
|
|
description="Comprehensive business solutions tailored for your success in the UAE."
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<AboutMetric
|
|
useInvertedBackground={true}
|
|
title="Your Trusted Consultancy Partner in Abu Dhabi"
|
|
metrics={[
|
|
{
|
|
label: "Professionalism",
|
|
value: "Commitment",
|
|
icon: CheckCircle,
|
|
},
|
|
{
|
|
label: "Communication",
|
|
value: "Transparent",
|
|
icon: MessageCircle,
|
|
},
|
|
{
|
|
label: "Expertise",
|
|
value: "Local Insight",
|
|
icon: Globe,
|
|
},
|
|
]}
|
|
metricsAnimation="blur-reveal"
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardTwo
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
testimonials={[
|
|
{
|
|
id: "1",
|
|
name: "Sarah Ahmed",
|
|
role: "CEO, Tech Solutions",
|
|
testimonial: "Professional and dependable support. Smooth experience.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg?_wi=2",
|
|
},
|
|
{
|
|
id: "2",
|
|
name: "Khalid Al-Mansouri",
|
|
role: "Founder, Logistics Inc.",
|
|
testimonial: "Excellent service and strong professionalism.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/positive-young-businesswoman-pointing-camera_1262-5406.jpg?_wi=2",
|
|
},
|
|
{
|
|
id: "3",
|
|
name: "Elena Petrova",
|
|
role: "Director, Creative Hub",
|
|
testimonial: "Great experience, handled everything properly with confidence.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg?_wi=2",
|
|
},
|
|
{
|
|
id: "4",
|
|
name: "Omar Hassan",
|
|
role: "Entrepreneur",
|
|
testimonial: "Highly recommended for their local expertise and efficiency.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-window-talking-phone_23-2148415755.jpg",
|
|
},
|
|
{
|
|
id: "5",
|
|
name: "Layla Saeed",
|
|
role: "Finance Consultant",
|
|
testimonial: "Unparalleled local knowledge and quick turnaround times.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg?_wi=3",
|
|
},
|
|
]}
|
|
title="Client Success Stories"
|
|
description="What our partners say about our expertise."
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactFaq
|
|
animationType="slide-up"
|
|
useInvertedBackground={true}
|
|
faqs={[
|
|
{
|
|
id: "f1",
|
|
title: "Where are you located?",
|
|
content: "Airport Road, Al Danah, Abu Dhabi.",
|
|
},
|
|
{
|
|
id: "f2",
|
|
title: "How can I contact you?",
|
|
content: "Call us directly at 02 546 6334 or use our WhatsApp.",
|
|
},
|
|
{
|
|
id: "f3",
|
|
title: "What is the consultation process?",
|
|
content: "We begin with a brief meeting to understand your goals and suggest the best business setup path.",
|
|
},
|
|
]}
|
|
ctaTitle="Let's Build Your Success"
|
|
ctaDescription="Get in touch for a personal consultation regarding your business formation."
|
|
ctaButton={{
|
|
text: "Contact Us",
|
|
href: "tel:025466334",
|
|
}}
|
|
ctaIcon={Phone}
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterMedia
|
|
imageSrc="http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=22"
|
|
columns={[
|
|
{
|
|
title: "Company",
|
|
items: [
|
|
{
|
|
label: "Home",
|
|
href: "#hero",
|
|
},
|
|
{
|
|
label: "Services",
|
|
href: "#services",
|
|
},
|
|
{
|
|
label: "About",
|
|
href: "#about",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: "Contact",
|
|
items: [
|
|
{
|
|
label: "02 546 6334",
|
|
href: "tel:025466334",
|
|
},
|
|
{
|
|
label: "Airport Road, Abu Dhabi",
|
|
href: "#",
|
|
},
|
|
],
|
|
},
|
|
]}
|
|
logoText="Golden Crown"
|
|
copyrightText="© 2025 Golden Crown Company"
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|