4 Commits

Author SHA1 Message Date
84d6bbc0f9 Merge version_3 into main
Merge version_3 into main
2026-04-10 05:55:46 +00:00
7855227c13 Update src/app/page.tsx 2026-04-10 05:55:43 +00:00
38d8544a37 Merge version_2 into main
Merge version_2 into main
2026-04-10 05:54:33 +00:00
ef003ae498 Update src/app/page.tsx 2026-04-10 05:54:30 +00:00

View File

@@ -70,7 +70,7 @@ export default function WebAgency2Page() {
/> />
<FeatureBento <FeatureBento
title="Our Growth Engine" title="Our Growth Engine"
description="A full-service ecosystem designed to dominate the social landscape." description="Turning raw insights into high-conversion social campaigns."
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up" animationType="slide-up"
@@ -226,7 +226,7 @@ export default function WebAgency2Page() {
{ id: "2", title: "How do you measure success?", content: "We focus on KPIs that matter: conversion rates, engagement quality, and customer acquisition costs." }, { id: "2", title: "How do you measure success?", content: "We focus on KPIs that matter: conversion rates, engagement quality, and customer acquisition costs." },
{ id: "3", title: "Do you handle paid advertising?", content: "Yes, we provide end-to-end paid social strategy and management as part of our premium packages." }, { id: "3", title: "Do you handle paid advertising?", content: "Yes, we provide end-to-end paid social strategy and management as part of our premium packages." },
{ id: "4", title: "What industries do you work with?", content: "We specialize in lifestyle, wellness, tech, and D2C fashion brands looking to scale presence." }, { id: "4", title: "What industries do you work with?", content: "We specialize in lifestyle, wellness, tech, and D2C fashion brands looking to scale presence." },
{ id: "5", title: "How do we begin a partnership?", content: "Book an introductory audit call via the contact page and we will review your brand's digital health." }, { id: "5", title: "How do we scale your brand?", content: "We start with a comprehensive deep-dive into your market position. From there, we architect a custom growth roadmap designed to align creative, performance marketing, and community management into a single, high-output engine for results." },
]} ]}
/> />
<ContactCTA <ContactCTA
@@ -274,4 +274,4 @@ export default function WebAgency2Page() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }