diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7d52c9b..7ccda5b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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", diff --git a/src/app/page.tsx b/src/app/page.tsx index e7a3f59..284decc 100644 --- a/src/app/page.tsx +++ b/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" /> @@ -58,52 +57,36 @@ export default function LandingPage() {
-
@@ -114,17 +97,15 @@ 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: Star, - title: "Personalized Service", description: "Experience bespoke attention and tailored solutions that cater to your individual needs and preferences."}, - ]} - title="Key Attributes of Distinction" - description="Echelon Elite stands out with unparalleled quality, innovative design, and personalized service, defining the pinnacle of luxury." + icon: Code, + title: "Development & Iteration", description: "Our expert team brings your ideas to life, with continuous feedback and refinement."},n { + icon: Rocket, + title: "Launch & Support", description: "We ensure a seamless launch and provide ongoing support to guarantee long-term success."},n ]} + title="How It Works" + description="Our streamlined process ensures a smooth journey from concept to successful execution, delivering results with efficiency and precision." /> @@ -136,20 +117,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." /> @@ -160,56 +135,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." - /> - - -
-
@@ -221,23 +175,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." /> @@ -246,9 +194,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." /> @@ -257,16 +205,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." /> @@ -276,13 +224,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 +238,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 +256,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"