Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7705d72102 | |||
| 2748ece517 | |||
| f74352d064 | |||
| 8be03ee62e | |||
| a7a72e9d7b | |||
| 4865db7bda | |||
| a22811e1a7 | |||
| 83591bd895 | |||
| 4ab28d4d17 | |||
| a11587c9dc | |||
| a43e9b9324 | |||
| 62619b1bb7 | |||
| 4335ff7aef |
83
src/app/about/page.tsx
Normal file
83
src/app/about/page.tsx
Normal file
@@ -0,0 +1,83 @@
|
||||
"use client";
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import TextAbout from "@/components/sections/about/TextAbout";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Sparkles } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="none"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="metallic"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Echo"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Our Services", id: "/#ai-services-overview" },
|
||||
{ name: "Case Studies", id: "/case-studies" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "Why Us", id: "/#why-choose-us" },
|
||||
{ name: "Team", id: "/#team" },
|
||||
{ name: "FAQ", id: "/#faq" },
|
||||
{ name: "Contact", id: "/#contact" }
|
||||
]}
|
||||
button={{ text: "Get Started", href: "/#contact" }}
|
||||
/>
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
tag="About Us"
|
||||
tagIcon={Sparkles}
|
||||
title="Echo: Your Partner in Digital Transformation"
|
||||
buttons={[{ text: "Our Services", href: "/#ai-services-overview" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<FooterBase
|
||||
logoText="Echo"
|
||||
copyrightText="© 2026 | Echo"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "Why Us", href: "/#why-choose-us" },
|
||||
{ label: "Team", href: "/#team" },
|
||||
{ label: "Case Studies", href: "/case-studies" },
|
||||
{ label: "Contact", href: "/#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Our Services", items: [
|
||||
{ label: "Web Development", href: "/#ai-services-overview" },
|
||||
{ label: "App Development", href: "/#ai-services-overview" },
|
||||
{ label: "AI Automations", href: "/#ai-services-overview" },
|
||||
{ label: "Marketing & Growth", href: "/#ai-services-overview" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Twitter", href: "#" },
|
||||
{ label: "LinkedIn", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Dribbble", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
100
src/app/blog/page.tsx
Normal file
100
src/app/blog/page.tsx
Normal file
@@ -0,0 +1,100 @@
|
||||
"use client";
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import BlogCardThree from "@/components/sections/blog/BlogCardThree";
|
||||
import { Sparkles, CalendarDays, User } from "lucide-react";
|
||||
|
||||
export default function BlogPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="none"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="metallic"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Echo"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Our Services", id: "ai-services-overview" },
|
||||
{ name: "Case Studies", id: "case-studies" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Why Us", id: "why-choose-us" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Documentation", id: "/resources/documentation" }
|
||||
]}
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardThree
|
||||
title="Our Latest Insights"
|
||||
description="Stay updated with our latest articles on digital innovation, web development, AI, and business growth."
|
||||
tag="Insights"
|
||||
tagIcon={Sparkles}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
blogs={[
|
||||
{
|
||||
id: "1", category: "Web Development", title: "The Future of Responsive Design", excerpt: "Exploring new trends and techniques to ensure your website looks perfect on every device.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp?_wi=1", imageAlt: "Future of Responsive Design", authorName: "Jane Doe", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp?_wi=1", date: "2023-10-26"
|
||||
},
|
||||
{
|
||||
id: "2", category: "AI & Automation", title: "How AI Is Revolutionizing Business Operations", excerpt: "Discover how artificial intelligence can streamline your workflows and boost efficiency.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp?_wi=2", imageAlt: "AI Revolutionizing Business Operations", authorName: "John Smith", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp?_wi=2", date: "2023-10-20"
|
||||
},
|
||||
{
|
||||
id: "3", category: "Marketing Strategy", title: "Data-Driven Marketing: Unlocking Growth Potential", excerpt: "Leverage data analytics to create effective marketing strategies and achieve measurable ROI.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp", imageAlt: "Data-Driven Marketing", authorName: "Alice Johnson", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp?_wi=1", date: "2023-10-15"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<FooterBase
|
||||
logoText="Echo"
|
||||
copyrightText="© 2026 | Echo"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "Why Us", href: "#why-choose-us" },
|
||||
{ label: "Team", href: "#team" },
|
||||
{ label: "Case Studies", href: "#case-studies" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Documentation", href: "/resources/documentation" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Our Services", items: [
|
||||
{ label: "Web Development", href: "#ai-services-overview" },
|
||||
{ label: "App Development", href: "#ai-services-overview" },
|
||||
{ label: "AI Automations", href: "#ai-services-overview" },
|
||||
{ label: "Marketing & Growth", href: "#ai-services-overview" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Twitter", href: "#" },
|
||||
{ label: "LinkedIn", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Dribbble", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
102
src/app/case-studies/page.tsx
Normal file
102
src/app/case-studies/page.tsx
Normal file
@@ -0,0 +1,102 @@
|
||||
"use client";
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { ArrowUpRight } from "lucide-react";
|
||||
|
||||
export default function CaseStudiesListingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="none"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="metallic"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Echo"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Our Services", id: "/#ai-services-overview" },
|
||||
{ name: "Case Studies", id: "/case-studies" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "Why Us", id: "/#why-choose-us" },
|
||||
{ name: "Team", id: "/#team" },
|
||||
{ name: "FAQ", id: "/#faq" },
|
||||
{ name: "Contact", id: "/#contact" }
|
||||
]}
|
||||
button={{ text: "Get Started", href: "/#contact" }}
|
||||
/>
|
||||
<div id="case-studies-listing" data-section="case-studies-listing">
|
||||
<FeatureCardTwentySix
|
||||
title="All Our Success Stories"
|
||||
description="Dive deeper into how our digital solutions have transformed businesses and delivered measurable results for our clients."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Back to Home", href: "/" }]}
|
||||
buttonAnimation="slide-up"
|
||||
cardClassName="!h-auto aspect-video"
|
||||
features={[
|
||||
{
|
||||
title: "Enhanced E-commerce Platform", description: "Optimized online store performance, leading to a 30% increase in sales for a retail client.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp", imageAlt: "E-commerce Platform Optimization", buttonIcon: ArrowUpRight,
|
||||
buttonHref:"/case-studies/ecommerce"},
|
||||
{
|
||||
title: "Automated Customer Engagement", description: "Implementing advanced CRM integrations improving customer response times and satisfaction by 40%.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp", imageAlt: "Automated Customer Engagement System", buttonIcon: ArrowUpRight,
|
||||
buttonHref:"/case-studies/customer-engagement"},
|
||||
{
|
||||
title: "Data-Driven Marketing Strategy", description: "Providing actionable insights for a service brand, leading to 15% revenue growth and increased lead generation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp", imageAlt: "Data-Driven Marketing Insights", buttonIcon: ArrowUpRight,
|
||||
buttonHref:"/case-studies/marketing-strategy"},
|
||||
{
|
||||
title: "Streamlined Operational Workflows", description: "Automated process improvements reducing operational costs by 25% for a logistics company.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp", imageAlt: "Operational Workflow Streamlining", buttonIcon: ArrowUpRight,
|
||||
buttonHref:"/case-studies/operational-workflows"},
|
||||
{
|
||||
title: "Custom Mobile Application Launch", description: "Developed a new mobile app improving user engagement and retention for a lifestyle brand.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp", imageAlt: "Custom Mobile Application", buttonIcon: ArrowUpRight,
|
||||
buttonHref:"/case-studies/mobile-app-launch"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<FooterBase
|
||||
logoText="Echo"
|
||||
copyrightText="© 2026 | Echo"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "Why Us", href: "/#why-choose-us" },
|
||||
{ label: "Team", href: "/#team" },
|
||||
{ label: "Case Studies", href: "/case-studies" },
|
||||
{ label: "Contact", href: "/#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Our Services", items: [
|
||||
{ label: "Web Development", href: "/#ai-services-overview" },
|
||||
{ label: "App Development", href: "/#ai-services-overview" },
|
||||
{ label: "AI Automations", href: "/#ai-services-overview" },
|
||||
{ label: "Marketing & Growth", href: "/#ai-services-overview" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Twitter", href: "#" },
|
||||
{ label: "LinkedIn", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Dribbble", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
342
src/app/page.tsx
342
src/app/page.tsx
@@ -13,8 +13,7 @@ import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
|
||||
import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, Brain, Bot, Lightbulb, BarChart, Code, Database, Gauge, FlaskConical, Rocket, Star, Workflow, Layers, Cog, Microscope } from "lucide-react";
|
||||
import { Sparkles, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, Lightbulb, BarChart, Code, Database, Gauge, FlaskConical, Rocket, Star, Workflow, Layers, Cog, Microscope, Globe } from "lucide-react";
|
||||
|
||||
export default function WebAgency2Page() {
|
||||
return (
|
||||
@@ -32,245 +31,122 @@ export default function WebAgency2Page() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Webild AI"
|
||||
brandName="Echo"
|
||||
navItems={[
|
||||
{ name: "Home", id: "" },
|
||||
{ name: "AI Services", id: "ai-services-overview" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Our Services", id: "ai-services-overview" },
|
||||
{ name: "Case Studies", id: "case-studies" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Why Us", id: "why-choose-us" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Documentation", id: "/resources/documentation" }
|
||||
]}
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
<HeroSplitDoubleCarousel
|
||||
title="We Build AI-Powered Digital Experiences"
|
||||
description="Transform your brand with cutting-edge AI solutions and intelligent web design. We craft stunning platforms that convert visitors into customers."
|
||||
tag="Award-Winning AI Agency"
|
||||
title="We Empower Growth with Digital Innovation"
|
||||
description="Echo is a growth-focused digital agency that combines web development, app development, AI receptionists and business automation to help service businesses attract more customers and operate more efficiently."
|
||||
tag="Growth-Focused Digital Agency"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
buttons={[
|
||||
{ text: "Start Project", href: "#contact" },
|
||||
{ text: "Explore AI", href: "#ai-services-overview" },
|
||||
{ text: "Our Services", href: "#ai-services-overview" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselPosition="right"
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp?_wi=1", imageAlt: "AI UI Design - Daily Life app" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp?_wi=1", imageAlt: "AI-powered SaaS platform" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp?_wi=1", imageAlt: "AI-driven skincare analytics" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-7.webp?_wi=1", imageAlt: "AI for online courses" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-9.webp", imageAlt: "AI-powered business coach" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp?_wi=1", imageAlt: "Modern UI Design" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp?_wi=1", imageAlt: "SaaS platform dashboard" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp?_wi=1", imageAlt: "Data analytics interface" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-7.webp?_wi=1", imageAlt: "Online course platform" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-9.webp", imageAlt: "Business growth strategies" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp?_wi=1", imageAlt: "AI for Luxuria travel" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-5.webp?_wi=1", imageAlt: "AI for dental practice management" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp", imageAlt: "AI product builder interface" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-8.webp?_wi=1", imageAlt: "AI automation dashboard" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp?_wi=1", imageAlt: "Travel application interface" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-5.webp?_wi=1", imageAlt: "Practice management system" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp", imageAlt: "Product builder interface" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-8.webp?_wi=1", imageAlt: "Automation dashboard" }
|
||||
]}
|
||||
carouselItemClassName="!aspect-[4/5]"
|
||||
/>
|
||||
<div id="ai-services-overview" data-section="ai-services-overview">
|
||||
<FeatureBento
|
||||
title="Our AI Agency Services"
|
||||
description="Driving innovation and efficiency with bespoke Artificial Intelligence solutions for your business."
|
||||
title="Our Core Services"
|
||||
description="Driving innovation and efficiency with bespoke digital solutions for your business."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
buttons={[{ text: "Learn More", href: "#ai-strategy" }]}
|
||||
buttons={[{ text: "Learn More", href: "#case-studies" }]}
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "AI Strategy & Consulting", description: "Expert guidance to define your AI vision and roadmap for competitive advantage.", bentoComponent: "marquee", centerIcon: Brain,
|
||||
variant: "text", texts: ["Strategy", "Roadmap", "Consulting", "Innovation", "Growth", "Analytics", "Vision", "Opportunity"],
|
||||
title: "Web Development", description: "Crafting stunning, high-performance websites tailored to your business needs, from engaging front-ends to robust back-ends.", bentoComponent: "marquee", centerIcon: Monitor,
|
||||
variant: "text", texts: ["Responsive Design", "Custom CMS", "E-commerce", "Performance", "SEO Optimization"]
|
||||
},
|
||||
{
|
||||
title: "Custom AI/ML Development", description: "Building bespoke AI models and applications tailored to your specific challenges.", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "AI development - AgentFlow AI platform" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp?_wi=1", imageAlt: "AI model development" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp", imageAlt: "Custom ML solution" },
|
||||
],
|
||||
title: "App Development", description: "Designing and building intuitive mobile and web applications that provide seamless user experiences and drive engagement.", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "App development UI" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp?_wi=1", imageAlt: "Mobile app interface" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp", imageAlt: "Custom software solution" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "AI Integration & Automation", description: "Seamlessly embed AI into existing systems to automate workflows and enhance operations.", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp?_wi=2", imageAlt: "AI integration concept" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp?_wi=2", imageAlt: "Automation workflow" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp?_wi=2", imageAlt: "System optimization" },
|
||||
],
|
||||
title: "AI Automations", description: "Leveraging AI to streamline operations, automate repetitive tasks, and enhance efficiency across your business processes.", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp?_wi=2", imageAlt: "Automation concept" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp?_wi=2", imageAlt: "Workflow automation" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp?_wi=2", imageAlt: "System optimization" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Marketing & Growth Systems", description: "Developing data-driven marketing strategies and implementing automated growth systems to attract, convert, and retain more customers.", bentoComponent: "animated-bar-chart"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="ai-strategy" data-section="ai-strategy">
|
||||
<FeatureCardTwentySeven
|
||||
title="AI Strategy & Consulting"
|
||||
description="Navigate the complex AI landscape with expert guidance. We help you identify opportunities, build a roadmap, and implement AI solutions that align with your business goals."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Phase 1"
|
||||
tagIcon={Lightbulb}
|
||||
features={[
|
||||
{
|
||||
id: "strategy-1",
|
||||
title: "Opportunity Identification",
|
||||
descriptions: ["Discover key areas where AI can drive significant value and address business pain points."],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp?_wi=1", imageAlt: "AI Opportunity Identification"
|
||||
},
|
||||
{
|
||||
id: "strategy-2",
|
||||
title: "Feasibility & Impact Assessment",
|
||||
descriptions: ["Evaluate the technical feasibility and potential business impact of proposed AI initiatives."],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp?_wi=1", imageAlt: "AI Impact Assessment"
|
||||
},
|
||||
{
|
||||
id: "strategy-3",
|
||||
title: "Roadmap & Architecture Design",
|
||||
descriptions: ["Develop a clear, actionable AI roadmap and design the optimal technical architecture for your solutions."],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp?_wi=1", imageAlt: "AI Roadmap Design"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="ai-development" data-section="ai-development">
|
||||
<FeatureCardTwentySeven
|
||||
title="Custom AI/ML Development"
|
||||
description="From predictive analytics to natural language processing, we develop tailored AI/ML models and applications that solve your unique challenges and drive competitive advantage."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
tag="Phase 2"
|
||||
tagIcon={Code}
|
||||
features={[
|
||||
{
|
||||
id: "dev-1",
|
||||
title: "Predictive Analytics",
|
||||
descriptions: ["Build models to forecast market trends, customer behavior, and operational outcomes for proactive decision-making."],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp?_wi=1", imageAlt: "Predictive Analytics Model"
|
||||
},
|
||||
{
|
||||
id: "dev-2",
|
||||
title: "Natural Language Processing (NLP)",
|
||||
descriptions: ["Develop AI for sentiment analysis, chatbots, content generation, and intelligent document processing."],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp?_wi=1", imageAlt: "Natural Language Processing"
|
||||
},
|
||||
{
|
||||
id: "dev-3",
|
||||
title: "Computer Vision",
|
||||
descriptions: ["Implement AI for image recognition, object detection, facial analysis, and visual search applications."],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp?_wi=2", imageAlt: "Computer Vision Solution"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="ai-integration" data-section="ai-integration">
|
||||
<FeatureCardTwentySeven
|
||||
title="AI Integration & Automation"
|
||||
description="Seamlessly integrate AI into your existing workflows and systems. Automate repetitive tasks, enhance decision-making, and boost operational efficiency across your enterprise."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Phase 3"
|
||||
tagIcon={Workflow}
|
||||
features={[
|
||||
{
|
||||
id: "int-1",
|
||||
title: "System API Integration",
|
||||
descriptions: ["Connect AI models to your CRM, ERP, and other critical business applications via robust APIs."],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp?_wi=3", imageAlt: "API Integration"
|
||||
},
|
||||
{
|
||||
id: "int-2",
|
||||
title: "Workflow Automation",
|
||||
descriptions: ["Automate routine processes using AI-powered bots and intelligent task orchestration platforms."],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-8.webp?_wi=2", imageAlt: "Workflow Automation Dashboard"
|
||||
},
|
||||
{
|
||||
id: "int-3",
|
||||
title: "Enhanced Decision Support",
|
||||
descriptions: ["Integrate AI to provide real-time insights and recommendations that empower better business decisions."],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-7.webp?_wi=2", imageAlt: "Decision Support System"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="ai-analytics" data-section="ai-analytics">
|
||||
<FeatureCardTwentySeven
|
||||
title="AI-Powered Data Analytics"
|
||||
description="Unlock deep insights from your data with advanced AI-driven analytics. Identify trends, predict outcomes, and make smarter, data-informed business decisions."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
tag="Phase 4"
|
||||
tagIcon={BarChart}
|
||||
features={[
|
||||
{
|
||||
id: "an-1",
|
||||
title: "Advanced Data Mining",
|
||||
descriptions: ["Utilize AI algorithms to discover hidden patterns and correlations within large datasets."],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp?_wi=3", imageAlt: "Data Mining"
|
||||
},
|
||||
{
|
||||
id: "an-2",
|
||||
title: "Real-time Insights Dashboards",
|
||||
descriptions: ["Develop interactive dashboards that visualize AI-generated insights for immediate action."],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-5.webp?_wi=2", imageAlt: "Real-time Insights Dashboard"
|
||||
},
|
||||
{
|
||||
id: "an-3",
|
||||
title: "Automated Reporting & Alerts",
|
||||
descriptions: ["Set up AI-driven systems to generate reports automatically and trigger alerts on critical data shifts."],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp?_wi=2", imageAlt: "Automated Reporting"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="case-studies" data-section="case-studies">
|
||||
<FeatureCardTwentySix
|
||||
title="AI Case Studies"
|
||||
description="Explore how our AI solutions have transformed businesses and delivered measurable results."
|
||||
title="Our Success Stories"
|
||||
description="Explore how our digital solutions have transformed businesses and delivered measurable results."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "View All Case Studies", href: "#case-studies" }]}
|
||||
buttons={[{ text: "View All Case Studies", href: "#case-studies" }] }
|
||||
buttonAnimation="slide-up"
|
||||
cardClassName="!h-auto aspect-video"
|
||||
features={[
|
||||
{
|
||||
title: "Predictive Maintenance for IoT", description: "AI-powered solution reducing downtime by 30% for a manufacturing client.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp", imageAlt: "AI Predictive Maintenance for IoT", buttonIcon: ArrowUpRight,
|
||||
buttonHref: "#"},
|
||||
title: "Enhanced E-commerce Platform", description: "Optimized online store performance, leading to a 30% increase in sales for a retail client.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp", imageAlt: "E-commerce Platform Optimization", buttonIcon: ArrowUpRight,
|
||||
buttonHref:"#"},
|
||||
{
|
||||
title: "Automated Customer Support AI", description: "NLP chatbot improving response times and customer satisfaction by 40%.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp", imageAlt: "AI Automated Customer Support", buttonIcon: ArrowUpRight,
|
||||
buttonHref: "#"},
|
||||
title: "Automated Customer Engagement", description: "Implementing advanced CRM integrations improving customer response times and satisfaction by 40%.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp", imageAlt: "Automated Customer Engagement System", buttonIcon: ArrowUpRight,
|
||||
buttonHref:"#"},
|
||||
{
|
||||
title: "AI-Driven Market Trend Analysis", description: "Providing actionable insights for a retail brand, leading to 15% revenue growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp", imageAlt: "AI Market Trend Analysis", buttonIcon: ArrowUpRight,
|
||||
buttonHref: "#"},
|
||||
title: "Data-Driven Marketing Strategy", description: "Providing actionable insights for a service brand, leading to 15% revenue growth and increased lead generation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp", imageAlt: "Data-Driven Marketing Insights", buttonIcon: ArrowUpRight,
|
||||
buttonHref:"#"},
|
||||
{
|
||||
title: "Computer Vision for Quality Control", description: "Automated visual inspection reducing defect rates by 25% in electronics manufacturing.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp", imageAlt: "AI Computer Vision Quality Control", buttonIcon: ArrowUpRight,
|
||||
buttonHref: "#"},
|
||||
title: "Streamlined Operational Workflows", description: "Automated process improvements reducing operational costs by 25% for a logistics company.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp", imageAlt: "Operational Workflow Streamlining", buttonIcon: ArrowUpRight,
|
||||
buttonHref:"#"},
|
||||
{
|
||||
title: "Optimized Supply Chain with ML", description: "Machine Learning improving logistics efficiency and reducing costs by 20% for a global distributor.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp", imageAlt: "AI Optimized Supply Chain", buttonIcon: ArrowUpRight,
|
||||
buttonHref: "#"},
|
||||
title: "Custom Mobile Application Launch", description: "Developed a new mobile app improving user engagement and retention for a lifestyle brand.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp", imageAlt: "Custom Mobile Application", buttonIcon: ArrowUpRight,
|
||||
buttonHref:"#"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="our-promise" data-section="our-promise">
|
||||
<FeatureBento
|
||||
title="Our AI Promise"
|
||||
title="Our Promise"
|
||||
description="We deliver intelligent solutions that speak for themselves."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "All Devices Optimization", description: "Pixel-perfect AI interfaces that look stunning on every screen size and device.", bentoComponent: "phone", statusIcon: Lock,
|
||||
title: "All Devices Optimization", description: "Pixel-perfect interfaces that look stunning on every screen size and device.", bentoComponent: "phone", statusIcon: Lock,
|
||||
alertIcon: Monitor,
|
||||
alertTitle: "Responsive check", alertMessage: "All breakpoints passed", apps: [
|
||||
{ name: "Phone", icon: Phone },
|
||||
@@ -280,37 +156,37 @@ export default function WebAgency2Page() {
|
||||
{ name: "Camera", icon: Camera },
|
||||
{ name: "Music", icon: Music },
|
||||
{ name: "Settings", icon: Settings },
|
||||
{ name: "Chat", icon: MessageCircle },
|
||||
],
|
||||
{ name: "Chat", icon: MessageCircle }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Secure AI Hosting", description: "Enterprise-grade security and 99.9% uptime for your AI applications.", bentoComponent: "reveal-icon", icon: Shield,
|
||||
title: "Secure Hosting", description: "Enterprise-grade security and 99.9% uptime for your applications.", bentoComponent: "reveal-icon", icon: Shield
|
||||
},
|
||||
{
|
||||
title: "Fast AI Deployment", description: "From concept to AI solution launch in record time without sacrificing quality.", bentoComponent: "timeline", heading: "AI Project Launch", subheading: "Week 1", items: [
|
||||
{ label: "Discovery & AI scoping", detail: "Day 1-3" },
|
||||
{ label: "Model design & training", detail: "Day 4-10" },
|
||||
{ label: "Testing & deployment", detail: "Day 11-14" },
|
||||
title: "Fast Deployment", description: "From concept to solution launch in record time without sacrificing quality.", bentoComponent: "timeline", heading: "Project Launch", subheading: "Week 1", items: [
|
||||
{ label: "Discovery & scoping", detail: "Day 1-3" },
|
||||
{ label: "Design & development", detail: "Day 4-10" },
|
||||
{ label: "Testing & deployment", detail: "Day 11-14" }
|
||||
],
|
||||
completedLabel: "Live"},
|
||||
{
|
||||
title: "Seamless Integrations", description: "Connect AI with the tools you already use — CRMs, analytics, payments, and more.", bentoComponent: "orbiting-icons", centerIcon: Puzzle,
|
||||
title: "Seamless Integrations", description: "Connect with the tools you already use — CRMs, analytics, payments, and more.", bentoComponent: "orbiting-icons", centerIcon: Puzzle,
|
||||
items: [
|
||||
{ icon: Shield },
|
||||
{ icon: Monitor },
|
||||
{ icon: Zap },
|
||||
{ icon: TrendingUp },
|
||||
],
|
||||
{ icon: TrendingUp }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "AI-Driven Growth Trends", description: "Data-driven insights to optimize your AI models and drive business growth.", bentoComponent: "line-chart"},
|
||||
title: "Data-Driven Growth Trends", description: "Data-driven insights to optimize your solutions and drive business growth.", bentoComponent: "line-chart"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="What Our Clients Say"
|
||||
description="Hear from leaders who have achieved remarkable success with our AI solutions."
|
||||
description="Hear from leaders who have achieved remarkable success with our digital solutions."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Santos", role: "CEO", company: "Luxuria Travel", rating: 5,
|
||||
@@ -320,12 +196,12 @@ export default function WebAgency2Page() {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp?_wi=1"},
|
||||
{
|
||||
id: "3", name: "Sophie Chen", role: "Head of Product", company: "Innovate Health", rating: 4,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp?_wi=1"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp?_wi=1"}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "99%", label: "Client Satisfaction" },
|
||||
{ value: "2.5x", label: "ROI on AI Projects" },
|
||||
{ value: "50+", label: "AI Models Deployed" },
|
||||
{ value: "2.5x", label: "ROI on Digital Projects" },
|
||||
{ value: "50+", label: "Projects Delivered" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -335,107 +211,111 @@ export default function WebAgency2Page() {
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
title="Why Trust Our AI Expertise"
|
||||
description="Proven track record in deploying advanced AI solutions and achieving client success."
|
||||
title="Why Choose Echo"
|
||||
description="Proven track record in deploying advanced digital solutions and achieving client success."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{ id: "models", value: "50+", title: "AI Models", description: "Successfully deployed across diverse industries", icon: Bot },
|
||||
{ id: "accuracy", value: "98%", title: "Accuracy Rate", description: "For our custom machine learning solutions", icon: Gauge },
|
||||
{ id: "clients", value: "20+", title: "Enterprise Clients", description: "Trust us with their mission-critical AI initiatives", icon: Users },
|
||||
{ id: "projects", value: "50+", title: "Projects Delivered", description: "Successfully launched across diverse industries", icon: Rocket },
|
||||
{ id: "growth", value: "98%", title: "Customer Growth", description: "Average increase for our clients", icon: TrendingUp },
|
||||
{ id: "clients", value: "20+", title: "Happy Clients", description: "Trust us with their mission-critical initiatives", icon: Award }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="why-choose-us" data-section="why-choose-us">
|
||||
<FeatureCardSixteen
|
||||
title="Why Choose Webild AI"
|
||||
description="See the difference a specialized AI agency makes."
|
||||
title="Why Choose Echo"
|
||||
description="See the difference a growth-focused digital agency makes."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Generic AI solutions with limited impact", "Slow development and high operational costs", "No clear strategy or ROI tracking", "Outdated models with poor performance", "No ongoing support for AI systems"],
|
||||
"Generic digital solutions with limited impact", "Slow development and hidden costs", "No clear strategy or measurable ROI", "Outdated methods with poor results", "No ongoing support for your systems"]
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Custom AI designs tailored to your goals", "Rapid deployment and optimized performance", "Data-driven strategy to ensure measurable ROI", "State-of-the-art models and continuous improvement", "Dedicated support and maintenance for AI solutions"],
|
||||
"Custom digital solutions tailored to your goals", "Rapid deployment and optimized performance", "Data-driven strategy to ensure measurable ROI", "Cutting-edge tools and continuous improvement", "Dedicated support and maintenance"]
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardFive
|
||||
title="Meet Our AI Innovators"
|
||||
description="The creative minds and technical experts behind your next AI project."
|
||||
title="Meet Our Innovators"
|
||||
description="The creative minds and technical experts behind your next digital project."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
mediaClassName="object-[65%_center]"
|
||||
team={[
|
||||
{ id: "1", name: "Sarah Miller", role: "Lead AI Scientist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp?_wi=2", imageAlt: "Sarah Miller" },
|
||||
{ id: "2", name: "Valentina Reyes", role: "Chief AI Strategist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp?_wi=2", imageAlt: "Valentina Reyes" },
|
||||
{ id: "3", name: "Carlos Mendoza", role: "Machine Learning Engineer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp?_wi=2", imageAlt: "Carlos Mendoza" },
|
||||
{ id: "1", name: "Sarah Miller", role: "Lead Digital Strategist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp?_wi=2", imageAlt: "Sarah Miller" },
|
||||
{ id: "2", name: "Valentina Reyes", role: "Principal Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp?_wi=2", imageAlt: "Valentina Reyes" },
|
||||
{ id: "3", name: "Carlos Mendoza", role: "Solutions Architect", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp?_wi=2", imageAlt: "Carlos Mendoza" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
title="Frequently Asked Questions about AI Services"
|
||||
description="Everything you need to know about partnering with us for your AI initiatives."
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about partnering with us for your digital initiatives."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{ id: "1", title: "How long does a typical AI project take?", content: "Most AI projects are completed within 4-12 weeks depending on scope, data availability, and complexity. We'll provide a detailed timeline during our initial consultation." },
|
||||
{ id: "2", title: "What is your AI pricing structure?", content: "We offer project-based pricing tailored to your AI needs. Every project includes strategy, development, integration, and post-deployment support." },
|
||||
{ id: "3", title: "Do you offer ongoing AI model maintenance?", content: "Yes! We provide ongoing support and maintenance packages to keep your AI models updated, optimized, and performing accurately." },
|
||||
{ id: "4", title: "Can you integrate AI with my existing systems?", content: "Absolutely. We specialize in seamless AI integrations that enhance your current infrastructure while preserving existing data and workflows." },
|
||||
{ id: "5", title: "What AI technologies do you use?", content: "We leverage cutting-edge AI/ML frameworks including TensorFlow, PyTorch, Scikit-learn, and cloud AI services (AWS, Google Cloud, Azure) to ensure robust and scalable solutions." },
|
||||
{ id: "1", title: "How long does a typical digital project take?", content: "Most digital projects are completed within 4-12 weeks depending on scope, data availability, and complexity. We'll provide a detailed timeline during our initial consultation." },
|
||||
{ id: "2", title: "What is your pricing structure?", content: "We offer project-based pricing tailored to your needs. Every project includes strategy, development, integration, and post-deployment support." },
|
||||
{ id: "3", title: "Do you offer ongoing solution maintenance?", content: "Yes! We provide ongoing support and maintenance packages to keep your solutions updated, optimized, and performing accurately." },
|
||||
{ id: "4", title: "Can you integrate with my existing systems?", content: "Absolutely. We specialize in seamless integrations that enhance your current infrastructure while preserving existing data and workflows." },
|
||||
{ id: "5", title: "What technologies do you use?", content: "We leverage cutting-edge frameworks including modern web stacks, cloud services (AWS, Google Cloud, Azure), and AI/ML tools to ensure robust and scalable solutions." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Get in Touch"
|
||||
title="Ready to Innovate with AI?"
|
||||
description="Let's build something extraordinary with the power of Artificial Intelligence. Get in touch and let's discuss your next AI project."
|
||||
title="Ready to Grow Your Business?"
|
||||
description="Let's build something extraordinary with powerful digital solutions. Get in touch and let's discuss your next project."
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
buttons={[
|
||||
{ text: "Start Your AI Project", href: "#contact" },
|
||||
{ text: "Explore Our AI Work", href: "#case-studies" },
|
||||
{ text: "Start Your Project", href: "/contact" },
|
||||
{ text: "Explore Our Work", href: "#case-studies" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<FooterBase
|
||||
logoText="Webild AI"
|
||||
copyrightText="© 2026 | Webild AI"
|
||||
logoText="Echo"
|
||||
copyrightText="© 2026 | Echo"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "Why Us", href: "#why-choose-us" },
|
||||
{ label: "Team", href: "#team" },
|
||||
{ label: "Case Studies", href: "#case-studies" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Documentation", href: "/resources/documentation" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "AI Services", items: [
|
||||
{ label: "AI Strategy", href: "#ai-strategy" }, { label: "Custom AI/ML Dev", href: "#ai-development" },
|
||||
{ label: "AI Integration", href: "#ai-integration" },
|
||||
{ label: "AI Analytics", href: "#ai-analytics" },
|
||||
],
|
||||
title: "Our Services", items: [
|
||||
{ label: "Web Development", href: "#ai-services-overview" },
|
||||
{ label: "App Development", href: "#ai-services-overview" },
|
||||
{ label: "AI Automations", href: "#ai-services-overview" },
|
||||
{ label: "Marketing & Growth", href: "#ai-services-overview" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Twitter", href: "#" }, { label: "LinkedIn", href: "#" },
|
||||
{ label: "Twitter", href: "#" },
|
||||
{ label: "LinkedIn", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Dribbble", href: "#" },
|
||||
],
|
||||
},
|
||||
{ label: "Dribbble", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
|
||||
103
src/app/pricing/page.tsx
Normal file
103
src/app/pricing/page.tsx
Normal file
@@ -0,0 +1,103 @@
|
||||
"use client";
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { CheckCircle, Sparkles } from "lucide-react";
|
||||
|
||||
export default function PricingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="none"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="metallic"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Echo"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Our Services", id: "/#ai-services-overview" },
|
||||
{ name: "Case Studies", id: "/case-studies" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "Why Us", id: "/#why-choose-us" },
|
||||
{ name: "Team", id: "/#team" },
|
||||
{ name: "FAQ", id: "/#faq" },
|
||||
{ name: "Contact", id: "/#contact" }
|
||||
]}
|
||||
button={{ text: "Get Started", href: "/#contact" }}
|
||||
/>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
title="Flexible Pricing Plans"
|
||||
description="Choose the plan that best fits your business needs, with options for every stage of growth."
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
plans={[
|
||||
{
|
||||
id: "starter", badge: "Basic", badgeIcon: Sparkles,
|
||||
price: "$49/mo", name: "Starter", buttons: [{ text: "Get Started", href: "/contact" }],
|
||||
features: [
|
||||
"5 Page Website", "Basic SEO", "Mobile Responsive", "24/7 Support"],
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Recommended", badgeIcon: CheckCircle,
|
||||
price: "$99/mo", name: "Pro", buttons: [{ text: "Choose Pro", href: "/contact" }],
|
||||
features: [
|
||||
"10 Page Website", "Advanced SEO", "E-commerce Functionality", "CMS Integration", "Priority Support"],
|
||||
},
|
||||
{
|
||||
id: "enterprise", badge: "Custom", badgeIcon: Sparkles,
|
||||
price: "Contact Us", name: "Enterprise", buttons: [{ text: "Request Demo", href: "/contact" }],
|
||||
features: [
|
||||
"Unlimited Pages", "Custom AI Automations", "Dedicated Project Manager", "24/7 Premium Support", "Scalable Infrastructure"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<FooterBase
|
||||
logoText="Echo"
|
||||
copyrightText="© 2026 | Echo"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "Why Us", href: "/#why-choose-us" },
|
||||
{ label: "Team", href: "/#team" },
|
||||
{ label: "Case Studies", href: "/case-studies" },
|
||||
{ label: "Contact", href: "/#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Our Services", items: [
|
||||
{ label: "Web Development", href: "/#ai-services-overview" },
|
||||
{ label: "App Development", href: "/#ai-services-overview" },
|
||||
{ label: "AI Automations", href: "/#ai-services-overview" },
|
||||
{ label: "Marketing & Growth", href: "/#ai-services-overview" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Twitter", href: "#" },
|
||||
{ label: "LinkedIn", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Dribbble", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user