Merge version_4 into main #5
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", href: "/" },
|
||||
{ name: "About", href: "/about" },
|
||||
{ name: "Our Services", href: "/#ai-services-overview" },
|
||||
{ name: "Case Studies", href: "/case-studies" },
|
||||
{ name: "Pricing", href: "/pricing" },
|
||||
{ name: "Testimonials", href: "/#testimonials" },
|
||||
{ name: "Why Us", href: "/#why-choose-us" },
|
||||
{ name: "Team", href: "/#team" },
|
||||
{ name: "FAQ", href: "/#faq" },
|
||||
{ name: "Contact", href: "/#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", href: "/" },
|
||||
{ name: "About", href: "/about" },
|
||||
{ name: "Our Services", href: "/#ai-services-overview" },
|
||||
{ name: "Case Studies", href: "/case-studies" },
|
||||
{ name: "Pricing", href: "/pricing" },
|
||||
{ name: "Testimonials", href: "/#testimonials" },
|
||||
{ name: "Why Us", href: "/#why-choose-us" },
|
||||
{ name: "Team", href: "/#team" },
|
||||
{ name: "FAQ", href: "/#faq" },
|
||||
{ name: "Contact", href: "/#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>
|
||||
);
|
||||
}
|
||||
@@ -33,16 +33,18 @@ export default function WebAgency2Page() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Echo"
|
||||
navItems={[
|
||||
{ name: "Home", id: "" },
|
||||
{ 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 Empower Growth with Digital Innovation"
|
||||
@@ -53,7 +55,7 @@ export default function WebAgency2Page() {
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
buttons={[
|
||||
{ text: "Start Project", href: "#contact" },
|
||||
{ text: "Our Services", href: "#ai-services-overview" },
|
||||
{ text: "Our Services", href: "#ai-services-overview" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselPosition="right"
|
||||
@@ -84,21 +86,21 @@ export default function WebAgency2Page() {
|
||||
features={[
|
||||
{
|
||||
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"],
|
||||
variant: "text", texts: ["Responsive Design", "Custom CMS", "E-commerce", "Performance", "SEO Optimization"]
|
||||
},
|
||||
{
|
||||
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" },
|
||||
],
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp", imageAlt: "Custom software solution" }
|
||||
]
|
||||
},
|
||||
{
|
||||
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" },
|
||||
],
|
||||
{ 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"
|
||||
@@ -113,7 +115,7 @@ export default function WebAgency2Page() {
|
||||
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={[
|
||||
@@ -131,7 +133,7 @@ export default function WebAgency2Page() {
|
||||
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:"#"},
|
||||
buttonHref:"#"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,17 +156,17 @@ 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 Hosting", description: "Enterprise-grade security and 99.9% uptime for your 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 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" },
|
||||
{ label: "Testing & deployment", detail: "Day 11-14" }
|
||||
],
|
||||
completedLabel: "Live"},
|
||||
{
|
||||
@@ -173,11 +175,11 @@ export default function WebAgency2Page() {
|
||||
{ icon: Shield },
|
||||
{ icon: Monitor },
|
||||
{ icon: Zap },
|
||||
{ icon: TrendingUp },
|
||||
],
|
||||
{ icon: TrendingUp }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Data-Driven Growth Trends", description: "Data-driven insights to optimize your solutions 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>
|
||||
@@ -194,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 Digital Projects" },
|
||||
{ value: "50+", label: "Projects Delivered" },
|
||||
{ value: "50+", label: "Projects Delivered" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -218,7 +220,7 @@ export default function WebAgency2Page() {
|
||||
metrics={[
|
||||
{ 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 },
|
||||
{ id: "clients", value: "20+", title: "Happy Clients", description: "Trust us with their mission-critical initiatives", icon: Award }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -231,11 +233,11 @@ export default function WebAgency2Page() {
|
||||
animationType="slide-up"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"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"],
|
||||
"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 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"],
|
||||
"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>
|
||||
@@ -250,7 +252,7 @@ export default function WebAgency2Page() {
|
||||
team={[
|
||||
{ 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" },
|
||||
{ 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>
|
||||
@@ -266,7 +268,7 @@ export default function WebAgency2Page() {
|
||||
{ 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." },
|
||||
{ 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>
|
||||
@@ -277,8 +279,8 @@ export default function WebAgency2Page() {
|
||||
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 Project", href: "#contact" },
|
||||
{ text: "Explore Our Work", href: "#case-studies" },
|
||||
{ text: "Start Your Project", href: "/contact" },
|
||||
{ text: "Explore Our Work", href: "#case-studies" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -293,25 +295,27 @@ export default function WebAgency2Page() {
|
||||
{ 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: "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" },
|
||||
],
|
||||
{ label: "Marketing & Growth", href: "#ai-services-overview" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ 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", href: "/" },
|
||||
{ name: "About", href: "/about" },
|
||||
{ name: "Our Services", href: "/#ai-services-overview" },
|
||||
{ name: "Case Studies", href: "/case-studies" },
|
||||
{ name: "Pricing", href: "/pricing" },
|
||||
{ name: "Testimonials", href: "/#testimonials" },
|
||||
{ name: "Why Us", href: "/#why-choose-us" },
|
||||
{ name: "Team", href: "/#team" },
|
||||
{ name: "FAQ", href: "/#faq" },
|
||||
{ name: "Contact", href: "/#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