5 Commits

Author SHA1 Message Date
e4d1fb4879 Update src/app/styles/variables.css 2026-06-11 05:26:47 +00:00
149d67fd4d Merge version_2 into main
Merge version_2 into main
2026-06-11 05:17:00 +00:00
e69f336b88 Update src/app/page.tsx 2026-06-11 05:16:57 +00:00
b90029805c Update src/app/layout.tsx 2026-06-11 05:16:56 +00:00
abf1d5f876 Merge version_1 into main
Merge version_1 into main
2026-06-11 05:15:32 +00:00
3 changed files with 20 additions and 20 deletions

View File

@@ -11,8 +11,8 @@ import { Figtree } from "next/font/google";
export const metadata: Metadata = {
title: 'CRM Flow | Streamline Your Sales & Customer Management',
description: 'CRM Flow is an all-in-one CRM system designed to empower your sales teams, enhance customer relationships, and drive business growth with intelligent automation and flexible package levels.',
title: 'IRONSCALEMARKETING | Lead Generation Across the USA',
description: 'IRONSCALEMARKETING specializes in generating high-quality leads throughout the United States of America, helping businesses connect with their target audience and achieve growth.',
openGraph: {
"title": "CRM Flow | Streamline Your Sales & Customer Management",
"description": "CRM Flow is an all-in-one CRM system designed to empower your sales teams, enhance customer relationships, and drive business growth with intelligent automation.",

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
{
name: "Contact", id: "#contact"},
]}
brandName="CRM Flow"
brandName="IRONSCALEMARKETING"
button={{
text: "Get Started", href: "#pricing"}}
/>
@@ -59,8 +59,8 @@ export default function LandingPage() {
<HeroSplitKpi
background={{
variant: "plain"}}
title="CRM Flow: Streamline Your Sales & Customer Management"
description="An all-in-one CRM system designed to empower your sales teams, enhance customer relationships, and drive business growth with intelligent automation."
title="IRONSCALEMARKETING: Generate Leads All Over the United States of America"
description="As IRONSCALEMARKETING, we specialize in high-quality lead generation, empowering businesses across the United States to connect with their target audience and drive growth."
kpis={[
{
value: "30%", label: "Increase in Sales"},
@@ -70,7 +70,7 @@ export default function LandingPage() {
value: "2x", label: "Faster Lead Conversion"},
]}
enableKpiAnimation={true}
tag="CRM Redefined"
tag="Lead Generation Experts"
buttons={[
{
text: "Start Free Trial", href: "#pricing"},
@@ -172,7 +172,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
title="About CRM Flow: Your Partner in Growth"
title="About IRONSCALEMARKETING: Your Partner in Lead Generation"
buttons={[
{
text: "Learn More About Us", href: "#"},
@@ -315,8 +315,8 @@ export default function LandingPage() {
background={{
variant: "sparkles-gradient"}}
tag="Get Started"
title="Ready to Transform Your Business?"
description="Join thousands of successful companies utilizing CRM Flow to manage their customer relationships more effectively. Sign up for a free trial or schedule a personalized demo today!"
title="Ready to Scale Your Business with Leads?"
description="Partner with IRONSCALEMARKETING to acquire high-quality leads across the United States and drive significant growth. Get started with a consultation or schedule a demo today!"
buttons={[
{
text: "Start Free Trial", href: "#pricing"},
@@ -328,7 +328,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="CRM Flow"
logoText="IRONSCALEMARKETING"
columns={[
{
title: "Product", items: [
@@ -363,7 +363,7 @@ export default function LandingPage() {
],
},
]}
copyrightText="© 2024 CRM Flow. All rights reserved."
copyrightText="© 2024 IRONSCALEMARKETING. All rights reserved."
/>
</div>
</ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #106EFB;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffffe6;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);