Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 06547500b3 | |||
| 8694ec26b3 | |||
| 71a216afa3 | |||
| 8b25d8c3f3 | |||
| e561b20472 | |||
| 2e6151514e | |||
| 48ef1c6db6 | |||
| bedb706b6f | |||
| 2790412783 | |||
| 417634c37d |
@@ -3,7 +3,7 @@
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||||
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
import HeroPersonalLinks from "@/components/sections/hero/HeroPersonalLinks";
|
||||||
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
||||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||||
@@ -12,7 +12,7 @@ import FaqBase from "@/components/sections/faq/FaqBase";
|
|||||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||||
import { Bot, Zap, ArrowUpRight, TrendingUp, Shield, Users } from "lucide-react";
|
import { Zap, ArrowUpRight, TrendingUp, Shield, Users, Mail, Linkedin, Github } from "lucide-react";
|
||||||
|
|
||||||
export default function WebAgency2Page() {
|
export default function WebAgency2Page() {
|
||||||
return (
|
return (
|
||||||
@@ -40,16 +40,18 @@ export default function WebAgency2Page() {
|
|||||||
button={{ text: "Request Audit", href: "#contact" }}
|
button={{ text: "Request Audit", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
<div id="hero">
|
<div id="hero">
|
||||||
<HeroLogo
|
<HeroPersonalLinks
|
||||||
logoText="AutomaAI"
|
title="Automate Your Business Operations"
|
||||||
description="Stop wasting time on manual tasks. We implement intelligent AI agents and automated workflows that run 24/7, so you can focus on strategy."
|
background={{ variant: "sparkles-gradient" }}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/artificial-intelligence-brain-futuristic-data-center_23-2152029074.jpg"
|
socialLinks={[
|
||||||
imageAlt="AI Automation Concept"
|
{ icon: Mail, label: "Email", href: "mailto:hello@automa.ai" },
|
||||||
buttons={[
|
{ icon: Linkedin, label: "LinkedIn", href: "#" },
|
||||||
{ text: "Schedule Demo", href: "#contact" },
|
{ icon: Github, label: "GitHub", href: "#" },
|
||||||
{ text: "Our Methods", href: "#process" },
|
]}
|
||||||
|
linkCards={[
|
||||||
|
{ title: "Book a Strategy Session", description: "Let's discuss how we can automate your manual bottlenecks.", button: { text: "Schedule", href: "#contact" } },
|
||||||
|
{ title: "View Our Methods", description: "Detailed breakdown of our AI-driven integration process.", button: { text: "Learn More", href: "#process" } }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="solutions">
|
<div id="solutions">
|
||||||
@@ -74,7 +76,7 @@ export default function WebAgency2Page() {
|
|||||||
{
|
{
|
||||||
title: "Analytics Insights", description: "Real-time monitoring of your business performance through AI analysis.", bentoComponent: "media-stack", items: [
|
title: "Analytics Insights", description: "Real-time monitoring of your business performance through AI analysis.", bentoComponent: "media-stack", items: [
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-annual-report_1098-3459.jpg", imageAlt: "Chart Analysis" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-annual-report_1098-3459.jpg", imageAlt: "Chart Analysis" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-report-graphs-charts-business-concept_1150-2253.jpg", imageAlt: "Trend Reporting" },
|
{ imageSrc: "http://img.b2bpic.net/business-report-graphs-charts-business-concept_1150-2253.jpg", imageAlt: "Trend Reporting" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg", imageAlt: "Growth Metrics" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg", imageAlt: "Growth Metrics" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user