Update src/app/page.tsx

This commit is contained in:
2026-06-10 05:22:45 +00:00
parent 515b9ff54f
commit 2a71bcd70e

View File

@@ -3,7 +3,7 @@
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";
@@ -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,32 +41,17 @@ 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-1781068850954-soort3qm.png"
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"
@@ -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,7 +113,7 @@ 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"],
},
{
@@ -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={[
@@ -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" }
],
},
{