5 Commits

Author SHA1 Message Date
1b03e413d5 Update src/app/page.tsx 2026-05-25 02:34:43 +00:00
049cbee360 Update src/app/styles/variables.css 2026-05-25 02:23:28 +00:00
8e4d1d44f5 Update src/app/page.tsx 2026-05-25 02:23:28 +00:00
437344ecd9 Merge version_1 into main
Merge version_1 into main
2026-05-25 02:22:57 +00:00
12d23fe1e6 Merge version_1 into main
Merge version_1 into main
2026-05-25 02:21:13 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -23,9 +23,9 @@ export default function LandingPage() {
contentWidth="mediumLarge"
sizing="largeSmallSizeMediumTitles"
background="fluid"
cardStyle="layered-gradient"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
cardStyle="outline"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
headingFontWeight="medium"
>
<ReactLenis root>
@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" },
]}
brandName="LeadGenius"
brandName="Amplix "
button={{ text: "Get Leads", href: "#contact" }}
/>
</div>
@@ -54,7 +54,7 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg", alt: "User" },
{ src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", alt: "User" },
]}
avatarText="Trusted by 500+ growing agencies"
avatarText="Trusted by 500+ growing contracting businesses "
buttons={[
{ text: "See Results", href: "#metrics" },
{ text: "Start Today", href: "#contact" },
@@ -99,7 +99,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Your Growth Engine"
description={[
"We are a team of data-obsessed marketers dedicated to the pay-per-lead model. We take on the risk so you can focus on building your product.", "Our philosophy is simple: if you don't grow, we don't succeed. That's why we obsess over quality control, channel diversity, and ROI at every single step."]}
"We are a team of data-obsessed marketers dedicated to the pay-per-lead model. We take on the risk so you can focus on building your product.", "Our philosophy is simple: if you don't grow, we don't succeed. That's why we obsess over quality control, channel diversity, and ROI at every single step."]}
/>
</div>
@@ -171,4 +171,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--background: #ffffff;
--card: #ffffff;
--foreground: #000000;
--primary-cta: #000000;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta: #000000;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--accent: #e0e0e0;
--background-accent: #f5f5f5;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);