3 Commits

Author SHA1 Message Date
c3c5911d2c Update src/app/page.tsx 2026-03-04 17:34:01 +00:00
d4faad1cfa Update src/app/layout.tsx 2026-03-04 17:34:01 +00:00
3098041eaa Merge version_2 into main
Merge version_2 into main
2026-03-04 17:19:54 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1386,4 +1386,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { Sparkles, Zap, Video, HandshakeIcon } from "lucide-react";
import { Zap, Video, HandshakeIcon } from "lucide-react";
export default function LandingPage() {
return (
@@ -69,7 +69,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<MetricSplitMediaAbout
tag="About Cellwell"
tagIcon={Sparkles}
tagIcon={Zap}
title="Creators & Brands Deserve More Than Generic Content Strategy"
description="Cellwell is a specialized content strategy agency focused on unlocking the full monetization potential of creators and brands. We combine data-driven insights, direct brand partnerships, and world-class video production to deliver extraordinary results across all revenue channels."
metrics={[
@@ -283,4 +283,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}