Merge version_1 into main #2
@@ -2,40 +2,35 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Shield, Sparkles, Zap } from "lucide-react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Sparkles, Shield, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="noise"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="semibold"
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="ELITE"
|
||||
navItems={[{ name: "Home", id: "hero" }, { name: "Services", id: "services" }, { name: "Contact", id: "contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -52,7 +47,7 @@ export default function LandingPage() {
|
||||
{ src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/low-angle-smiley-business-woman_23-2148356286.jpg", alt: "Client 5" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/low-angle-smiley-business-woman_23-2148356286.jpg", alt: "Client 5" }
|
||||
]}
|
||||
avatarText="Trusted by 500+ elite clients"
|
||||
/>
|
||||
@@ -76,7 +71,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{ icon: Sparkles, title: "Bespoke Solutions", description: "Tailored strategies designed for your specific business requirements." },
|
||||
{ icon: Shield, title: "Elite Security", description: "Unrivaled protection and reliability for your most sensitive data." },
|
||||
{ icon: Zap, title: "Rapid Execution", description: "Lightning-fast deployment without compromising on luxury quality standards." },
|
||||
{ icon: Zap, title: "Rapid Execution", description: "Lightning-fast deployment without compromising on luxury quality standards." }
|
||||
]}
|
||||
title="Our Premium Services"
|
||||
description="Excellence in every detail."
|
||||
@@ -97,15 +92,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardFour
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Executive Suite", price: "Premium", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/hot-tea-table-vintage-style-room_53876-145030.jpg" },
|
||||
{ id: "2", name: "Corporate Identity", price: "Elite", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-with-gifts-concept_23-2150063184.jpg" },
|
||||
{ id: "3", name: "Private Collection", price: "Exclusive", variant: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-167338.jpg" },
|
||||
{ id: "4", name: "Modern Interior", price: "Bespoke", variant: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-home-with-healthy-plants_23-2149383711.jpg" },
|
||||
{ id: "4", name: "Modern Interior", price: "Bespoke", variant: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-home-with-healthy-plants_23-2149383711.jpg" }
|
||||
]}
|
||||
title="Visual Showcase"
|
||||
description="A glimpse into our premium results."
|
||||
@@ -122,7 +117,7 @@ export default function LandingPage() {
|
||||
{ id: "2", name: "Michael D.", role: "Director", company: "Venture", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg" },
|
||||
{ id: "3", name: "Elena R.", role: "Founder", company: "Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg" },
|
||||
{ id: "4", name: "James L.", role: "VP", company: "Capital", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg" },
|
||||
{ id: "5", name: "Marcus A.", role: "Architect", company: "Design", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-business-woman_23-2148356286.jpg" },
|
||||
{ id: "5", name: "Marcus A.", role: "Architect", company: "Design", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-business-woman_23-2148356286.jpg" }
|
||||
]}
|
||||
kpiItems={[{ value: "5.0", label: "Avg Rating" }, { value: "500+", label: "Reviews" }, { value: "100%", label: "Retention" }]}
|
||||
title="Client Experiences"
|
||||
@@ -132,11 +127,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Limited Bookings"
|
||||
title="Ready to Get Started?"
|
||||
description="Experience the difference of true premium service. Same-day availability for select packages."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
tag="Limited Bookings"
|
||||
buttonText="Book Now"
|
||||
/>
|
||||
</div>
|
||||
@@ -146,7 +141,7 @@ export default function LandingPage() {
|
||||
logoText="ELITE"
|
||||
columns={[
|
||||
{ title: "Connect", items: [{ label: "Contact Info", href: "#" }, { label: "Instagram", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#" }, { label: "Terms", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Elite Services. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user