Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ae8db8d2be | |||
| aab01ad594 | |||
| 929e048bff | |||
| c11d43ddae | |||
| 87bd192912 |
@@ -11,8 +11,8 @@ import { Figtree } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Echelon Elite | Experience Unrivaled Excellence',
|
||||
description: 'Discover Echelon Elite, where luxury meets innovation. We offer bespoke solutions and meticulously crafted products for the discerning.',
|
||||
title: 'Innovate Solutions | Unlock Your Future',
|
||||
description: 'Harness the power of cutting-edge technology to transform your vision into reality. We build scalable, robust, and intuitive digital solutions.',
|
||||
keywords: ["premium, luxury, bespoke, high-end, exclusive, elite, craftsmanship, innovation, personalized service, quality"],
|
||||
openGraph: {
|
||||
"title": "Echelon Elite | Experience Unrivaled Excellence",
|
||||
|
||||
187
src/app/page.tsx
187
src/app/page.tsx
@@ -2,18 +2,17 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Award, BarChart, CheckCircle, Crown, Diamond, Shield, Sparkles, Star, Target, TrendingUp, Users, Zap } from "lucide-react";
|
||||
import { Award, BarChart, CheckCircle, Code, Crown, Diamond, Lightbulb, Rocket, Shield, Sparkles, Star, Target, TrendingUp, Users, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -50,7 +49,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Echelon Elite"
|
||||
brandName="Innovate Solutions"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,52 +57,35 @@ export default function LandingPage() {
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Experience Unrivaled Excellence."
|
||||
description="Discover a world where luxury meets innovation. Echelon Elite redefines premium, offering bespoke solutions crafted for the discerning."
|
||||
tag="Welcome"
|
||||
title="Unlock Your Future. Embrace Innovation."
|
||||
description="Harness the power of cutting-edge technology to transform your vision into reality. We build scalable, robust, and intuitive digital solutions."
|
||||
tag="Welcome to a New Era"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Portfolio", href: "#products"},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Schedule a Consultation", href: "#contact"},
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "hero-carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-chandelier-couch-with-number-pillows-large-chandelier_188544-27064.jpg", imageAlt: "Luxurious modern interior design"},
|
||||
{
|
||||
id: "hero-carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821269.jpg", imageAlt: "Sleek minimalist kitchen with high-end appliances"},
|
||||
{
|
||||
id: "hero-carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-pajamas-using-her-phone-before-going-sleep-sleep-mask_482257-30767.jpg", imageAlt: "Elegant master bedroom with soft lighting"},
|
||||
{
|
||||
id: "hero-carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-colleagues-documents_23-2149330964.jpg", imageAlt: "Sophisticated executive office workspace"},
|
||||
{
|
||||
id: "hero-carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/woman-swimming-pool-spa_23-2148000355.jpg", imageAlt: "Minimalist luxury bathroom with spa-like ambiance"},
|
||||
{
|
||||
id: "hero-carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/napkin-cutlery-plate-near-glasses-plant_23-2148070687.jpg", imageAlt: "Luxurious dining area with elegant table setting"},
|
||||
id: "hero-carousel-1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EVPwHmGR4yT3zYJIIJ55egWzLr/uploaded-1780261931288-aj0ghsrv.png", imageAlt: "Modern tech workplace with futuristic display"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlay={false}
|
||||
autoPlayInterval={4000}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="Our Legacy of Distinction"
|
||||
metrics={[
|
||||
title="What We Do"
|
||||
tag="Our Focus"
|
||||
buttons={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years of Craftsmanship", value: "25+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Satisfied Clients", value: "500+"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Innovation Awards", value: "12"},
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -114,17 +96,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Unparalleled Quality", description: "Every product and service is meticulously crafted to the highest standards, ensuring lasting excellence."},
|
||||
icon: Lightbulb,
|
||||
title: "Concept & Strategy", description: "We begin with in-depth consultations to understand your vision and craft a tailored strategy."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Innovative Design", description: "We blend timeless aesthetics with cutting-edge innovation to create truly unique and functional solutions."},
|
||||
icon: Code,
|
||||
title: "Development & Iteration", description: "Our expert team brings your ideas to life, with continuous feedback and refinement."},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Personalized Service", description: "Experience bespoke attention and tailored solutions that cater to your individual needs and preferences."},
|
||||
icon: Rocket,
|
||||
title: "Launch & Support", description: "We ensure a seamless launch and provide ongoing support to guarantee long-term success."}
|
||||
]}
|
||||
title="Key Attributes of Distinction"
|
||||
description="Echelon Elite stands out with unparalleled quality, innovative design, and personalized service, defining the pinnacle of luxury."
|
||||
title="How It Works"
|
||||
description="Our streamlined process ensures a smooth journey from concept to successful execution, delivering results with efficiency and precision."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -136,20 +118,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Echelon Chronometer", price: "$12,500", imageSrc: "http://img.b2bpic.net/free-photo/seller-shows-exclusive-men-s-wristwatch-from-new-collection-luxury-jewelry-store_613910-20935.jpg", imageAlt: "Luxury Echelon Chronometer watch"},
|
||||
id: "p1", name: "Custom Software Development", price: "", imageSrc: "https://img.b2bpic.net/free-photo/programming-html-code-photo_185192-23133.jpg", imageAlt: "Code on a computer screen"},
|
||||
{
|
||||
id: "p2", name: "Artisan Leather Handbag", price: "$4,800", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman-with-bag_23-2148012916.jpg", imageAlt: "Designer Artisan Leather Handbag"},
|
||||
id: "p2", name: "Cloud Solutions & Migration", price: "", imageSrc: "https://img.b2bpic.net/free-photo/server-room-concept_23-2149544773.jpg", imageAlt: "Server room"},
|
||||
{
|
||||
id: "p3", name: "Bespoke Suiting Collection", price: "$7,200", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-near-dark-wall_158538-11254.jpg", imageAlt: "Custom tailored bespoke suit"},
|
||||
{
|
||||
id: "p4", name: "Signature Elixir Fragrance", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-with-blue-paper-flower_140725-13876.jpg", imageAlt: "Luxury Signature Elixir Fragrance bottle"},
|
||||
{
|
||||
id: "p5", name: "Executive Leather Wallet", price: "$600", imageSrc: "http://img.b2bpic.net/free-photo/antique-hand-bag-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12978.jpg", imageAlt: "Premium Executive Leather Wallet"},
|
||||
{
|
||||
id: "p6", name: "Prestige Fountain Pen", price: "$1,100", imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-composition-with-gift-paper-writing-message_23-2147683451.jpg", imageAlt: "Elegant Prestige Fountain Pen"},
|
||||
id: "p3", name: "Data Analytics & AI", price: "", imageSrc: "https://img.b2bpic.net/free-photo/artificial-intelligence-humanoid-robot-face_53876-130456.jpg", imageAlt: "AI robot face"},
|
||||
]}
|
||||
title="Our Exquisite Collections"
|
||||
description="Explore meticulously crafted products designed to elevate your lifestyle and exceed expectations."
|
||||
title="Our Services"
|
||||
description="From custom software development to advanced data analytics, our services are designed to empower your business."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -160,56 +136,35 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "standard", badge: "Essential", badgeIcon: Sparkles,
|
||||
price: "$5,000/mo", name: "Concierge Standard", buttons: [
|
||||
id: "starter", badge: "Starter", badgeIcon: Sparkles,
|
||||
price: "$99/mo", name: "Basic Solutions", buttons: [
|
||||
{
|
||||
text: "Get Started", href: "#contact"},
|
||||
text: "Choose Plan", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Priority Support", "Exclusive Content Access", "Annual Review", "Personalized Consultation"],
|
||||
"Essential Features", "Standard Support", "Monthly Reports"],
|
||||
},
|
||||
{
|
||||
id: "premium", badge: "Elite", badgeIcon: Diamond,
|
||||
price: "$10,000/mo", name: "Concierge Premium", buttons: [
|
||||
id: "professional", badge: "Pro", badgeIcon: Diamond,
|
||||
price: "$299/mo", name: "Professional Growth", buttons: [
|
||||
{
|
||||
text: "Select Plan", href: "#contact"},
|
||||
text: "Choose Plan", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"24/7 Dedicated Support", "Early Access to New Products", "Quarterly Strategic Sessions", "Bespoke Solution Design", "Invitations to Private Events"],
|
||||
"Advanced Features", "Priority Support", "Quarterly Strategy Sessions", "Custom Integrations"],
|
||||
},
|
||||
{
|
||||
id: "bespoke", badge: "Bespoke", badgeIcon: Crown,
|
||||
price: "Custom Quote", name: "Concierge Bespoke", buttons: [
|
||||
id: "enterprise", badge: "Enterprise", badgeIcon: Crown,
|
||||
price: "Custom", name: "Enterprise Elite", buttons: [
|
||||
{
|
||||
text: "Inquire Now", href: "#contact"},
|
||||
text: "Contact Sales", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Tailored Everything", "On-Demand Expertise", "Unlimited Consultations", "Dedicated Account Manager", "Exclusive Partnership Opportunities"],
|
||||
"All Pro Features", "Dedicated Account Manager", "24/7 Premium Support", "On-Demand Consulting", "Scalable Infrastructure"],
|
||||
},
|
||||
]}
|
||||
title="Tailored Tiered Solutions"
|
||||
description="Choose from our bespoke packages, each designed to provide exceptional value and exclusive benefits to our esteemed clientele."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", icon: Target,
|
||||
title: "Success Rate", value: "99.8%"},
|
||||
{
|
||||
id: "m2", icon: TrendingUp,
|
||||
title: "Client Retention", value: "95%"},
|
||||
{
|
||||
id: "m3", icon: BarChart,
|
||||
title: "Market Leadership", value: "Top 1%"},
|
||||
]}
|
||||
title="Impact & Achievements"
|
||||
description="Our unwavering commitment to excellence is reflected in our remarkable milestones and client success stories, solidifying our position as industry leaders."
|
||||
title="Pricing Plans"
|
||||
description="Flexible plans designed to fit your business needs, from startups to enterprises. Transparent pricing with no hidden fees."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -221,23 +176,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Eleanor Vance", role: "CEO, Vance Holdings", company: "Vance Holdings", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg", imageAlt: "Eleanor Vance portrait"},
|
||||
id: "t1", name: "Sarah K.", role: "CEO", company: "Tech Innovations", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg", imageAlt: "Sarah K."},
|
||||
{
|
||||
id: "t2", name: "Marcus Thorne", role: "Founder, Thorne Innovations", company: "Thorne Innovations", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg", imageAlt: "Marcus Thorne portrait"},
|
||||
id: "t2", name: "John D.", role: "CTO", company: "Global Solutions", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg", imageAlt: "John D."},
|
||||
{
|
||||
id: "t3", name: "Isabella Rossi", role: "Lead Architect, Rossi Designs", company: "Rossi Designs", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-happy-smiling-young-woman-beige-jacket-glasses-standing-lobby-office-reception-greeting-business-client-with-pleasant-grin-inviting-company_197531-30568.jpg", imageAlt: "Isabella Rossi portrait"},
|
||||
{
|
||||
id: "t4", name: "Julian Foster", role: "Managing Partner, Foster & Co.", company: "Foster & Co.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-man-studio-professional-confident_1262-2877.jpg", imageAlt: "Julian Foster portrait"},
|
||||
{
|
||||
id: "t5", name: "Sophia Chen", role: "Art Director, Chen Creative", company: "Chen Creative", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-glasses-laughing_23-2148415938.jpg", imageAlt: "Sophia Chen portrait"},
|
||||
id: "t3", name: "Emily R.", role: "Founder", company: "Creative Agency", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/closeup-portrait-successful-happy-smiling-young-woman-beige-jacket-glasses-standing-lobby-office-reception-greeting-business-client-with-pleasant-grin-inviting-company_197531-30568.jpg", imageAlt: "Emily R."},
|
||||
]}
|
||||
title="Voices of Satisfaction"
|
||||
description="Hear from our esteemed clientele who have experienced the Echelon Elite difference firsthand, praising our commitment to excellence."
|
||||
title="What Our Clients Say"
|
||||
description="Hear from businesses that have transformed their operations and achieved remarkable growth with our partnership."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -246,9 +195,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Global Ventures", "Synergy Capital", "Innovate Hub", "Future Corp", "Pinnacle Group", "Quantum Solutions", "Ascendant Partners"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Our collaborations with leading organizations across various sectors speak volumes about our credibility and expertise in delivering unparalleled value."
|
||||
"Innovate Labs", "Future Systems", "Digital Horizon", "NextGen Tech", "Apex Ventures", "Quantum Innovations", "Synergy Digital"]}
|
||||
title="Our Trusted Partners"
|
||||
description="We collaborate with industry leaders to bring you integrated solutions and a broader spectrum of expertise."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -257,16 +206,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Connect"
|
||||
title="Partner with Echelon Elite"
|
||||
description="Ready to discuss your next project or inquire about our exclusive services? Reach out to our expert team for a personalized consultation."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/studio-arrangement-work_23-2151976835.jpg"
|
||||
imageAlt="Modern luxurious office meeting room"
|
||||
tag="Get in Touch"
|
||||
title="Let's Build Something Great Together"
|
||||
description="Have a project in mind or a question for us? Reach out and let's start a conversation about how we can help your business thrive."
|
||||
imageSrc="https://img.b2bpic.net/free-photo/studio-arrangement-work_23-2151976835.jpg"
|
||||
imageAlt="Modern office with a laptop and coffee"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email for updates"
|
||||
buttonText="Get in Touch"
|
||||
termsText="By clicking Get in Touch you're confirming that you agree with our Terms and Conditions."
|
||||
inputPlaceholder="Your Email Address"
|
||||
buttonText="Send Message"
|
||||
termsText="By clicking Send Message you're confirming that you agree with our Terms and Conditions."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -276,13 +225,13 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Bespoke Solutions", href: "#products"},
|
||||
label: "Software Development", href: "#products"},
|
||||
{
|
||||
label: "Premium Consulting", href: "#about"},
|
||||
label: "Cloud Solutions", href: "#products"},
|
||||
{
|
||||
label: "Exclusive Collections", href: "#products"},
|
||||
label: "Data Analytics", href: "#products"},
|
||||
{
|
||||
label: "Strategic Partnerships", href: "#partners"},
|
||||
label: "AI & Machine Learning", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -290,7 +239,7 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Team", href: "#contact"},
|
||||
label: "How It Works", href: "#features"},
|
||||
{
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
@@ -308,8 +257,8 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Echelon Elite"
|
||||
copyrightText="© 2025 Echelon Elite. All rights reserved."
|
||||
logoText="Innovate Solutions"
|
||||
copyrightText="© 2024 Innovate Solutions. All rights reserved."
|
||||
className="py-12 px-4 sm:px-6 lg:px-8 text-foreground"
|
||||
containerClassName="max-w-7xl mx-auto grid grid-cols-1 md:grid-cols-4 gap-8"
|
||||
logoTextClassName="text-2xl font-bold text-primary-cta"
|
||||
|
||||
Reference in New Issue
Block a user