|
|
|
|
@@ -3,12 +3,12 @@
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
|
|
|
|
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
|
|
|
|
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
|
|
|
|
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
|
|
|
|
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
|
|
|
|
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
|
|
|
|
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
|
|
|
|
import TeamCardFive from "@/components/sections/team/TeamCardFive";
|
|
|
|
|
import TeamCardSix from "@/components/sections/team/TeamCardSix";
|
|
|
|
|
import FaqBase from "@/components/sections/faq/FaqBase";
|
|
|
|
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
|
|
|
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
|
|
|
|
@@ -31,7 +31,7 @@ export default function WebAgency2Page() {
|
|
|
|
|
>
|
|
|
|
|
<ReactLenis root>
|
|
|
|
|
<NavbarLayoutFloatingOverlay
|
|
|
|
|
brandName="Flow Studio Agency"
|
|
|
|
|
brandName="Client Flow Studio"
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "About", id: "about" },
|
|
|
|
|
{ name: "Services", id: "services" },
|
|
|
|
|
@@ -41,36 +41,21 @@ export default function WebAgency2Page() {
|
|
|
|
|
]}
|
|
|
|
|
button={{ text: "Book Consultation", href: "#contact" }}
|
|
|
|
|
/>
|
|
|
|
|
<HeroSplitDoubleCarousel
|
|
|
|
|
title="Helping Businesses Get Found, Get More Leads & Grow Online"
|
|
|
|
|
description="We build websites, optimize Google visibility, and implement AI-powered solutions that help businesses attract more customers and increase revenue."
|
|
|
|
|
tag="Ignite Your Digital Growth"
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
<HeroLogoBillboard
|
|
|
|
|
logoText="Client Flow Studio"
|
|
|
|
|
description="Client Flow Studio helps businesses get found, get more leads & grow online. We build websites, optimize Google visibility, and implement AI-powered solutions that help businesses attract more customers and increase revenue."
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DbxJR6IxC1XHwzUSsYvpr3NNCx/uploaded-1781075861909-xe4oe3p2.jpg"
|
|
|
|
|
imageAlt="Client Flow Studio Logo"
|
|
|
|
|
background={{ variant: "canvas-reveal" }}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Book Free Consultation", href: "#contact" },
|
|
|
|
|
{ text: "Get a Free Audit", href: "#contact" },
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
carouselPosition="right"
|
|
|
|
|
leftCarouselItems={[
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/corporate-business-line-graph-report_53876-120736.jpg", imageAlt: "Professional business growth dashboard" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/homepage-seen-computer-screen_23-2149416723.jpg", imageAlt: "Website mockups for a modern business" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-16001.jpg", imageAlt: "Marketing analytics data display" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-data-center-admins-doing-fist-bump-celebrating-ai-implementation_482257-130291.jpg", imageAlt: "AI technology interface" },
|
|
|
|
|
]}
|
|
|
|
|
rightCarouselItems={[
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/business-graphs-figures-laptop-left-open-desk-empty-office_482257-84546.jpg", imageAlt: "Modern business growth dashboard with charts" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345398.jpg", imageAlt: "Responsive website design mockups" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/marketing-business-lady-striped-shirt-office-with-computer-pointing-out-schemes_140725-165421.jpg", imageAlt: "Digital marketing analytics insights" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/business-person-futuristic-business-environment_23-2150970221.jpg", imageAlt: "Artificial intelligence business solutions" }
|
|
|
|
|
]}
|
|
|
|
|
carouselItemClassName="!aspect-[4/5]"
|
|
|
|
|
/>
|
|
|
|
|
<FeatureBento
|
|
|
|
|
title="Who We Are"
|
|
|
|
|
description="Flow Studio Agency is a results-driven digital growth agency dedicated to helping businesses strengthen their online presence and generate more qualified leads. We combine website design, local SEO, Google Business Profile optimization, AI solutions, and digital marketing strategies to create measurable business growth."
|
|
|
|
|
description="Client Flow Studio is a results-driven digital growth agency dedicated to helping businesses strengthen their online presence and generate more qualified leads. We combine website design, local SEO, Google Business Profile optimization, AI solutions, and digital marketing strategies to create measurable business growth."
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
@@ -111,7 +96,7 @@ export default function WebAgency2Page() {
|
|
|
|
|
/>
|
|
|
|
|
<FeatureBento
|
|
|
|
|
title="Our Services"
|
|
|
|
|
description=""
|
|
|
|
|
description="Discover our comprehensive suite of digital services designed to elevate your brand, attract more customers, and drive sustainable growth."
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
@@ -119,7 +104,7 @@ export default function WebAgency2Page() {
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
title: "Website Design & Development", description: "Beautiful, responsive websites designed to convert visitors into customers.", bentoComponent: "media-stack", items: [
|
|
|
|
|
title: "Web Design & Development", description: "Beautiful, responsive websites designed to convert visitors into customers.", bentoComponent: "media-stack", items: [
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/mockup-object-imitate-model-replica-design-reproduce-concept_53876-134069.jpg", imageAlt: "Mobile responsive website design" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/programming-background-collage_23-2149901790.jpg", imageAlt: "SEO-ready website development" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/leisure-calm-peace-relaxation-resting-serenity_53876-13860.jpg", imageAlt: "Fast loading lead generation website" },
|
|
|
|
|
@@ -128,11 +113,11 @@ export default function WebAgency2Page() {
|
|
|
|
|
{
|
|
|
|
|
title: "Google Business Profile Optimization", description: "Get found by more local customers and stand out in local search results.", bentoComponent: "globe"},
|
|
|
|
|
{
|
|
|
|
|
title: "Local SEO", description: "Improve search rankings and attract qualified leads through targeted local strategies.", bentoComponent: "marquee", centerIcon: Search,
|
|
|
|
|
title: "SEO", description: "Improve search rankings and attract qualified leads through targeted local and organic strategies.", bentoComponent: "marquee", centerIcon: Search,
|
|
|
|
|
variant: "text", texts: ["Keyword Research", "On-page SEO", "Local Citations", "Technical SEO", "Ranking Strategy", "Maps Rankings", "Local Reviews", "Directory Listings"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "AI Automation", description: "Save time and streamline operations with intelligent, AI-powered solutions.", bentoComponent: "3d-task-list", title: "Automated Workflows", items: [
|
|
|
|
|
title: "AI Automation", description: "Save time and streamline operations with intelligent, AI-powered solutions.", bentoComponent: "3d-task-list", items: [
|
|
|
|
|
{ icon: Bot, label: "AI Chatbots", time: "Instant" },
|
|
|
|
|
{ icon: Users, label: "Lead Qualification", time: "Automated" },
|
|
|
|
|
{ icon: MonitorPlay, label: "Appointment Scheduling", time: "Seamless" }
|
|
|
|
|
@@ -144,6 +129,10 @@ export default function WebAgency2Page() {
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-easter-colorful-eggs-festival-celebration-greeting-social-media-post_53876-153527.jpg", imageAlt: "Social media content creation" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/minimalist-business-card-high-view_23-2148500476.jpg", imageAlt: "Marketing materials design" },
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Digital Marketing Strategies", description: "Reach your target audience effectively with tailored digital campaigns that drive engagement and conversions.", bentoComponent: "marquee", centerIcon: Zap,
|
|
|
|
|
variant: "text", texts: ["Social Media", "Email Campaigns", "Content Marketing", "Paid Ads", "Analytics", "Lead Funnels"]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
@@ -175,7 +164,7 @@ export default function WebAgency2Page() {
|
|
|
|
|
/>
|
|
|
|
|
<FeatureCardSixteen
|
|
|
|
|
title="Why Choose Us"
|
|
|
|
|
description="See the Flow Studio Agency difference and what sets us apart."
|
|
|
|
|
description="See the Client Flow Studio difference and what sets us apart."
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
@@ -189,7 +178,7 @@ export default function WebAgency2Page() {
|
|
|
|
|
}}
|
|
|
|
|
/>
|
|
|
|
|
<TestimonialCardFifteen
|
|
|
|
|
testimonial="Flow Studio Agency completely transformed our online presence. Our website traffic and lead generation have seen incredible growth since working with them!"
|
|
|
|
|
testimonial="Client Flow Studio completely transformed our online presence. Our website traffic and lead generation have seen incredible growth since working with them!"
|
|
|
|
|
rating={5}
|
|
|
|
|
author="— Sarah Chen, Owner of 'The Urban Bloom'"
|
|
|
|
|
avatars={[
|
|
|
|
|
@@ -200,7 +189,7 @@ export default function WebAgency2Page() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
<TestimonialCardFifteen
|
|
|
|
|
testimonial="The team at Flow Studio Agency is exceptional. Their SEO expertise significantly boosted our Google rankings, bringing in more local customers than ever before."
|
|
|
|
|
testimonial="The team at Client Flow Studio is exceptional. Their SEO expertise significantly boosted our Google rankings, bringing in more local customers than ever before."
|
|
|
|
|
rating={5}
|
|
|
|
|
author="— David Ramirez, Founder of 'Ramirez Auto Repair'"
|
|
|
|
|
avatars={[
|
|
|
|
|
@@ -211,7 +200,7 @@ export default function WebAgency2Page() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
<TestimonialCardFifteen
|
|
|
|
|
testimonial="Implementing AI automation with Flow Studio Agency was a game-changer. Our internal workflows are smoother, and customer support is more efficient. Highly recommend!"
|
|
|
|
|
testimonial="Implementing AI automation with Client Flow Studio was a game-changer. Our internal workflows are smoother, and customer support is more efficient. Highly recommend!"
|
|
|
|
|
rating={5}
|
|
|
|
|
author="— Emily White, CEO of 'Evergreen Solutions'"
|
|
|
|
|
avatars={[
|
|
|
|
|
@@ -234,14 +223,14 @@ export default function WebAgency2Page() {
|
|
|
|
|
{ id: "views", value: "Thousands", title: "Monthly Views Generated", description: "Increasing online visibility and traffic", icon: TrendingUp },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
<TeamCardFive
|
|
|
|
|
<TeamCardSix
|
|
|
|
|
title="Our Simple 4-Step Process"
|
|
|
|
|
description="Our streamlined approach ensures clarity, efficiency, and exceptional results for your business."
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
mediaClassName="object-[65%_center]"
|
|
|
|
|
team={[
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
members={[
|
|
|
|
|
{ id: "1", name: "1. Discovery", role: "We learn about your business goals and objectives.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-making-business-plan-meeting_176420-5101.jpg", imageAlt: "Discovery phase for project" },
|
|
|
|
|
{ id: "2", name: "2. Strategy", role: "We create a custom growth plan tailored to your needs.", imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-495.jpg", imageAlt: "Strategy and planning phase" },
|
|
|
|
|
{ id: "3", name: "3. Implementation", role: "We build and optimize your digital assets for performance.", imageSrc: "http://img.b2bpic.net/free-photo/operation-process-performance-development-icon_53876-16541.jpg", imageAlt: "Implementation and building phase" },
|
|
|
|
|
@@ -250,7 +239,7 @@ export default function WebAgency2Page() {
|
|
|
|
|
/>
|
|
|
|
|
<FaqBase
|
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
|
description="Everything you need to know about partnering with Flow Studio Agency."
|
|
|
|
|
description="Everything you need to know about partnering with Client Flow Studio."
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
@@ -264,7 +253,7 @@ export default function WebAgency2Page() {
|
|
|
|
|
<ContactCTA
|
|
|
|
|
tag="Grow Your Business"
|
|
|
|
|
title="Ready to Grow Your Business Online?"
|
|
|
|
|
description="Book a free consultation and discover how Flow Studio Agency can help your business attract more customers and increase revenue."
|
|
|
|
|
description="Book a free consultation and discover how Client Flow Studio can help your business attract more customers and increase revenue."
|
|
|
|
|
background={{ variant: "rotated-rays-animated" }}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Schedule Consultation", href: "#contact" },
|
|
|
|
|
@@ -274,8 +263,8 @@ export default function WebAgency2Page() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
<FooterBase
|
|
|
|
|
logoText="Flow Studio Agency"
|
|
|
|
|
copyrightText="© 2026 Flow Studio Agency. All Rights Reserved."
|
|
|
|
|
logoText="Client Flow Studio"
|
|
|
|
|
copyrightText="© 2026 Client Flow Studio. All Rights Reserved."
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "Company", items: [
|
|
|
|
|
@@ -293,6 +282,7 @@ export default function WebAgency2Page() {
|
|
|
|
|
{ label: "SEO", href: "#services" },
|
|
|
|
|
{ label: "AI Automation", href: "#services" },
|
|
|
|
|
{ label: "Branding", href: "#services" },
|
|
|
|
|
{ label: "Digital Marketing", href: "#services" }
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
|