Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-11 14:02:20 +00:00

View File

@@ -13,7 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Github, Linkedin, Twitter } from "lucide-react";
import { Github, Linkedin, Twitter, Code, Bot, Monitor, Network, Zap, Award } from "lucide-react";
export default function LandingPage() {
return (
@@ -34,38 +34,22 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Ventures",
id: "#ventures",
},
name: "Ventures", id: "#ventures"},
{
name: "Case Studies",
id: "#case-studies",
},
name: "Case Studies", id: "#case-studies"},
{
name: "AI",
id: "#ai-transformation",
},
name: "AI", id: "#ai-transformation"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
button={{
text: "Schedule Consultation",
href: "#contact",
}}
text: "Schedule Consultation", href: "#contact"}}
logoSrc="http://img.b2bpic.net/free-vector/gradient-abstract-logo_52683-8657.jpg"
logoAlt="ENTech Solutions Logo"
brandName="ENTech Solutions"
@@ -75,49 +59,30 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroBillboardGallery
background={{
variant: "animated-grid",
}}
variant: "animated-grid"}}
title="Build Faster. Scale Smarter. Ship with AI."
description="For 18+ years, ENTech Solutions has helped startups, scale-ups, and enterprise organizations build products that users love. Led by serial entrepreneur Niraj Shah, we combine elite Node.js, React, Python, AI, and automation expertise to accelerate product development. Trusted by teams behind products used by millions."
buttons={[
{
text: "Book Strategy Call",
href: "#contact",
},
text: "Book Strategy Call", href: "#contact"},
{
text: "View Case Studies",
href: "#case-studies",
},
text: "View Case Studies", href: "#case-studies"},
{
text: "Watch Our Process",
href: "#ai-transformation",
},
text: "Watch Our Process", href: "#ai-transformation"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/black-female-entrepreneur-presenting-business-growth-chart-meeting-office_637285-9857.jpg?_wi=1",
imageAlt: "Niraj Shah speaking at an event",
},
imageSrc: "http://img.b2bpic.net/free-photo/black-female-entrepreneur-presenting-business-growth-chart-meeting-office_637285-9857.jpg", imageAlt: "Niraj Shah speaking at an event"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-pawns-arrangement_23-2149382447.jpg?_wi=1",
imageAlt: "Eventgrid acquisition timeline infographic",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-pawns-arrangement_23-2149382447.jpg", imageAlt: "Eventgrid acquisition timeline infographic"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-computer-peripherals-server-room-desk_482257-118044.jpg?_wi=1",
imageAlt: "Panda Flow automation dashboard UI",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-computer-peripherals-server-room-desk_482257-118044.jpg", imageAlt: "Panda Flow automation dashboard UI"},
{
imageSrc: "http://img.b2bpic.net/free-photo/african-american-male-nurse-training-reviews-anatomy-case-files_482257-117755.jpg?_wi=1",
imageAlt: "TwinsAI voice assistant interface",
},
imageSrc: "http://img.b2bpic.net/free-photo/african-american-male-nurse-training-reviews-anatomy-case-files_482257-117755.jpg", imageAlt: "TwinsAI voice assistant interface"},
{
imageSrc: "http://img.b2bpic.net/free-photo/teamworking-engineers-coding-advanced-ai-algorithm-startup_482257-124943.jpg",
imageAlt: "Live AI coding environment showing code generation",
},
imageSrc: "http://img.b2bpic.net/free-photo/teamworking-engineers-coding-advanced-ai-algorithm-startup_482257-124943.jpg", imageAlt: "Live AI coding environment showing code generation"},
{
imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-computer_23-2150372439.jpg",
imageAlt: "Infographic displaying key metrics like 18+ Years, 30+ Engineers, 100+ Projects, Millions of Users",
},
imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-computer_23-2150372439.jpg", imageAlt: "Infographic displaying key metrics like 18+ Years, 30+ Engineers, 100+ Projects, Millions of Users"},
]}
mediaAnimation="slide-up"
/>
@@ -128,15 +93,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Goldman Sachs",
"Booker",
"Mindbody",
"GolfNow",
"RSI",
"Eventgrid",
"DoubleDutch",
"Cvent",
]}
"Goldman Sachs", "Booker", "Mindbody", "GolfNow", "RSI", "Eventgrid", "DoubleDutch", "Cvent"]}
title="Trusted By Industry Leaders"
description="Leading enterprises and innovative startups partner with ENTech for their critical software development needs."
speed={40}
@@ -148,9 +105,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Entrepreneur. Builder. Product Leader. Niraj Shah"
description={[
"For nearly two decades, Niraj has built, scaled, and exited software companies serving millions of users.",
"From founding Eventgrid and leading its acquisition journey to launching Panda Flow and TwinsAI, his focus has remained constant: Use technology to remove friction and multiply human productivity.",
]}
"For nearly two decades, Niraj has built, scaled, and exited software companies serving millions of users.", "From founding Eventgrid and leading its acquisition journey to launching Panda Flow and TwinsAI, his focus has remained constant: Use technology to remove friction and multiply human productivity."]}
/>
</div>
@@ -160,53 +115,23 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Custom SaaS Platforms",
description: "Build scalable applications from concept to launch.",
buttonIcon: "Code",
buttonHref: "#contact",
imageSrc: "http://img.b2bpic.net/free-photo/online-network-internet-connection-digital-concept_53876-21164.jpg",
imageAlt: "scalable saas platform architecture",
},
title: "Custom SaaS Platforms", description: "Build scalable applications from concept to launch.", buttonIcon: Code,
buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/online-network-internet-connection-digital-concept_53876-21164.jpg", imageAlt: "scalable saas platform architecture"},
{
title: "AI Product Development",
description: "Integrate LLMs, voice agents, copilots, and automation.",
buttonIcon: "Bot",
buttonHref: "#contact",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-abstract-logo_52683-8657.jpg",
imageAlt: "scalable saas platform architecture",
},
title: "AI Product Development", description: "Integrate LLMs, voice agents, copilots, and automation.", buttonIcon: Bot,
buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-vector/gradient-abstract-logo_52683-8657.jpg", imageAlt: "scalable saas platform architecture"},
{
title: "React & Node.js Teams",
description: "Dedicated engineers embedded directly into your workflow.",
buttonIcon: "Monitor",
buttonHref: "#contact",
imageSrc: "http://img.b2bpic.net/free-photo/black-female-entrepreneur-presenting-business-growth-chart-meeting-office_637285-9857.jpg?_wi=2",
imageAlt: "scalable saas platform architecture",
},
title: "React & Node.js Teams", description: "Dedicated engineers embedded directly into your workflow.", buttonIcon: Monitor,
buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/black-female-entrepreneur-presenting-business-growth-chart-meeting-office_637285-9857.jpg", imageAlt: "scalable saas platform architecture"},
{
title: "Enterprise Integrations",
description: "ERP, CRM, and custom business systems.",
buttonIcon: "Network",
buttonHref: "#contact",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-pawns-arrangement_23-2149382447.jpg?_wi=2",
imageAlt: "scalable saas platform architecture",
},
title: "Enterprise Integrations", description: "ERP, CRM, and custom business systems.", buttonIcon: Network,
buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-pawns-arrangement_23-2149382447.jpg", imageAlt: "scalable saas platform architecture"},
{
title: "Automation & Workflow Engineering",
description: "n8n, Celigo, Panda Flow, HubSpot, Salesforce.",
buttonIcon: "Zap",
buttonHref: "#contact",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-computer-peripherals-server-room-desk_482257-118044.jpg?_wi=2",
imageAlt: "scalable saas platform architecture",
},
title: "Automation & Workflow Engineering", description: "n8n, Celigo, Panda Flow, HubSpot, Salesforce.", buttonIcon: Zap,
buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/close-up-computer-peripherals-server-room-desk_482257-118044.jpg", imageAlt: "scalable saas platform architecture"},
{
title: "Fractional CTO Services",
description: "Technology leadership for growing companies.",
buttonIcon: "Award",
buttonHref: "#contact",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-male-nurse-training-reviews-anatomy-case-files_482257-117755.jpg?_wi=2",
imageAlt: "scalable saas platform architecture",
},
title: "Fractional CTO Services", description: "Technology leadership for growing companies.", buttonIcon: Award,
buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/african-american-male-nurse-training-reviews-anatomy-case-files_482257-117755.jpg", imageAlt: "scalable saas platform architecture"},
]}
title="AI-Native Software Development"
description="Build scalable applications from concept to launch with our specialized teams."
@@ -221,47 +146,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "twinsai",
name: "TwinsAI",
price: "Voice AI Platform",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-ai-robot_23-2151015343.jpg",
imageAlt: "TwinsAI Voice AI Platform interface",
},
id: "twinsai", name: "TwinsAI", price: "Voice AI Platform", imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-ai-robot_23-2151015343.jpg", imageAlt: "TwinsAI Voice AI Platform interface"},
{
id: "panda-flow",
name: "Panda Flow",
price: "Low-Code Automation",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-business-associates-reviewing-data-analytics_482257-123908.jpg",
imageAlt: "Panda Flow Low-Code Automation Platform dashboard",
},
id: "panda-flow", name: "Panda Flow", price: "Low-Code Automation", imageSrc: "http://img.b2bpic.net/free-photo/african-american-business-associates-reviewing-data-analytics_482257-123908.jpg", imageAlt: "Panda Flow Low-Code Automation Platform dashboard"},
{
id: "eventgrid",
name: "Eventgrid",
price: "Enterprise Event Platform",
imageSrc: "http://img.b2bpic.net/free-photo/digital-icon-symbol-global-network-technology-concept_53876-13729.jpg",
imageAlt: "Eventgrid Enterprise Event Platform UI",
},
id: "eventgrid", name: "Eventgrid", price: "Enterprise Event Platform", imageSrc: "http://img.b2bpic.net/free-photo/digital-icon-symbol-global-network-technology-concept_53876-13729.jpg", imageAlt: "Eventgrid Enterprise Event Platform UI"},
{
id: "ai-solution",
name: "AI Solution X",
price: "Next-Gen AI",
imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-with-gifts-concept_23-2150063178.jpg",
imageAlt: "Abstract AI Solution",
},
id: "ai-solution", name: "AI Solution X", price: "Next-Gen AI", imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-with-gifts-concept_23-2150063178.jpg", imageAlt: "Abstract AI Solution"},
{
id: "automation-platform",
name: "Automation Platform Y",
price: "Workflow Automation",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250207.jpg",
imageAlt: "Generic Automation Platform",
},
id: "automation-platform", name: "Automation Platform Y", price: "Workflow Automation", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250207.jpg", imageAlt: "Generic Automation Platform"},
{
id: "saas-product",
name: "SaaS Product Z",
price: "Enterprise SaaS",
imageSrc: "http://img.b2bpic.net/free-photo/cloud-upload-icon-line-connection-circuit-board_1379-890.jpg",
imageAlt: "Generic SaaS Product",
},
id: "saas-product", name: "SaaS Product Z", price: "Enterprise SaaS", imageSrc: "http://img.b2bpic.net/free-photo/cloud-upload-icon-line-connection-circuit-board_1379-890.jpg", imageAlt: "Generic SaaS Product"},
]}
title="Featured Ventures"
description="Explore the innovative companies and platforms powered by Niraj Shah's vision and ENTech's engineering."
@@ -277,38 +172,11 @@ export default function LandingPage() {
description="Discover how ENTech Solutions delivers impactful results for leading companies."
blogs={[
{
id: "golfnow",
category: "Enterprise SaaS",
title: "GolfNow: Millions of Tee Times Managed",
excerpt: "Built scalable booking infrastructure supporting thousands of golf courses, ensuring high availability and real-time inventory updates.",
imageSrc: "http://img.b2bpic.net/free-photo/collection-many-decorative-balls_23-2147968452.jpg",
imageAlt: "Golf course with digital overlay",
authorName: "ENTech Solutions",
authorAvatar: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg",
date: "May 2023",
},
id: "golfnow", category: "Enterprise SaaS", title: "GolfNow: Millions of Tee Times Managed", excerpt: "Built scalable booking infrastructure supporting thousands of golf courses, ensuring high availability and real-time inventory updates.", imageSrc: "http://img.b2bpic.net/free-photo/collection-many-decorative-balls_23-2147968452.jpg", imageAlt: "Golf course with digital overlay", authorName: "ENTech Solutions", authorAvatar: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", date: "May 2023"},
{
id: "booker",
category: "Platform Scaling",
title: "Booker: Enterprise Salon & Spa Platform",
excerpt: "Provided development and scaling support for a platform serving thousands of businesses, improving scalability and customer retention.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-tablet-hotel-room_23-2148095257.jpg",
imageAlt: "Modern salon interior with digital screens",
authorName: "ENTech Solutions",
authorAvatar: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12850.jpg",
date: "Feb 2022",
},
id: "booker", category: "Platform Scaling", title: "Booker: Enterprise Salon & Spa Platform", excerpt: "Provided development and scaling support for a platform serving thousands of businesses, improving scalability and customer retention.", imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-tablet-hotel-room_23-2148095257.jpg", imageAlt: "Modern salon interior with digital screens", authorName: "ENTech Solutions", authorAvatar: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12850.jpg", date: "Feb 2022"},
{
id: "jet-com",
category: "High-Performance Commerce",
title: "Jet.com: High-Performance Commerce",
excerpt: "Engineered systems capable of handling complex pricing and inventory workflows, leading to faster transactions and enhanced reliability.",
imageSrc: "http://img.b2bpic.net/free-photo/development-performance-self-improvement-ratings-icon_53876-122739.jpg",
imageAlt: "Digital commerce interface with high-performance metrics",
authorName: "ENTech Solutions",
authorAvatar: "http://img.b2bpic.net/free-photo/view-3d-practicing-lawyer_23-2151023403.jpg",
date: "Sept 2021",
},
id: "jet-com", category: "High-Performance Commerce", title: "Jet.com: High-Performance Commerce", excerpt: "Engineered systems capable of handling complex pricing and inventory workflows, leading to faster transactions and enhanced reliability.", imageSrc: "http://img.b2bpic.net/free-photo/development-performance-self-improvement-ratings-icon_53876-122739.jpg", imageAlt: "Digital commerce interface with high-performance metrics", authorName: "ENTech Solutions", authorAvatar: "http://img.b2bpic.net/free-photo/view-3d-practicing-lawyer_23-2151023403.jpg", date: "Sept 2021"},
]}
/>
</div>
@@ -319,25 +187,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "ai-build-products",
title: "Build AI-enabled products",
content: "We leverage advanced AI models, machine learning, and automation to create intelligent products that set new industry standards.",
},
id: "ai-build-products", title: "Build AI-enabled products", content: "We leverage advanced AI models, machine learning, and automation to create intelligent products that set new industry standards."},
{
id: "ai-coding-workflows",
title: "Introduce AI coding workflows",
content: "Our developers utilize state-of-the-art AI tooling and practices to dramatically reduce development cycles and enhance code quality.",
},
id: "ai-coding-workflows", title: "Introduce AI coding workflows", content: "Our developers utilize state-of-the-art AI tooling and practices to dramatically reduce development cycles and enhance code quality."},
{
id: "automate-business-ops",
title: "Automate business operations",
content: "From intelligent automation to bespoke AI agents, we streamline your core business processes for maximum efficiency.",
},
id: "automate-business-ops", title: "Automate business operations", content: "From intelligent automation to bespoke AI agents, we streamline your core business processes for maximum efficiency."},
{
id: "scale-engineering-modernize",
title: "Scale engineering teams & modernize legacy systems",
content: "Empower your teams with AI-driven insights and capabilities, while transforming outdated systems into modern, agile platforms.",
},
id: "scale-engineering-modernize", title: "Scale engineering teams & modernize legacy systems", content: "Empower your teams with AI-driven insights and capabilities, while transforming outdated systems into modern, agile platforms."},
]}
imageSrc="http://img.b2bpic.net/free-photo/data-center-engineers-uses-artificial-intelligence-identify-hardware-failures_482257-124129.jpg"
imageAlt="Abstract illustration of AI transforming software development"
@@ -354,35 +210,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "VP Engineering, Enterprise SaaS Company",
imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg",
imageAlt: "Professional headshot of a VP Engineering",
},
id: "1", name: "VP Engineering, Enterprise SaaS Company", imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg", imageAlt: "Professional headshot of a VP Engineering"},
{
id: "2",
name: "Technology Founder",
imageSrc: "http://img.b2bpic.net/free-photo/startup-worker-uses-laptop-open-space-reviewing-project-data-documents-workstation-executive-assistant-working-marketing-strategy-business-development-ai-developer_482257-65810.jpg",
imageAlt: "Professional headshot of a Technology Founder",
},
id: "2", name: "Technology Founder", imageSrc: "http://img.b2bpic.net/free-photo/startup-worker-uses-laptop-open-space-reviewing-project-data-documents-workstation-executive-assistant-working-marketing-strategy-business-development-ai-developer_482257-65810.jpg", imageAlt: "Professional headshot of a Technology Founder"},
{
id: "3",
name: "CEO, Fast-Growing Startup",
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg",
imageAlt: "Professional headshot of a CEO of a fast-growing startup",
},
id: "3", name: "CEO, Fast-Growing Startup", imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg", imageAlt: "Professional headshot of a CEO of a fast-growing startup"},
{
id: "4",
name: "Product Lead, B2B SaaS",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg",
imageAlt: "Professional headshot of a Product Lead",
},
id: "4", name: "Product Lead, B2B SaaS", imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg", imageAlt: "Professional headshot of a Product Lead"},
{
id: "5",
name: "Head of Engineering, FinTech",
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-serious-business-man-suit-looking-work-laptop-white-background_1258-103931.jpg",
imageAlt: "Professional headshot of a Head of Engineering",
},
id: "5", name: "Head of Engineering, FinTech", imageSrc: "http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-serious-business-man-suit-looking-work-laptop-white-background_1258-103931.jpg", imageAlt: "Professional headshot of a Head of Engineering"},
]}
cardTitle="What Our Partners Say"
cardTag="Trusted Feedback"
@@ -394,8 +230,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "animated-grid",
}}
variant: "animated-grid"}}
tag="Get Started"
title="Ready to Build What's Next?"
description="Whether you're launching an AI startup, modernizing enterprise software, or scaling a SaaS platform, ENTech Solutions delivers the engineering expertise to get you there faster. Connect with us to explore possibilities."
@@ -411,19 +246,13 @@ export default function LandingPage() {
socialLinks={[
{
icon: Linkedin,
href: "https://linkedin.com/company/entechsolutions",
ariaLabel: "LinkedIn",
},
href: "https://linkedin.com/company/entechsolutions", ariaLabel: "LinkedIn"},
{
icon: Twitter,
href: "https://twitter.com/entechsolutions",
ariaLabel: "Twitter",
},
href: "https://twitter.com/entechsolutions", ariaLabel: "Twitter"},
{
icon: Github,
href: "https://github.com/entechsolutions",
ariaLabel: "GitHub",
},
href: "https://github.com/entechsolutions", ariaLabel: "GitHub"},
]}
/>
</div>