Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b03e413d5 | |||
| 049cbee360 | |||
| 8e4d1d44f5 | |||
| 437344ecd9 | |||
| 12d23fe1e6 |
@@ -23,9 +23,9 @@ export default function LandingPage() {
|
|||||||
contentWidth="mediumLarge"
|
contentWidth="mediumLarge"
|
||||||
sizing="largeSmallSizeMediumTitles"
|
sizing="largeSmallSizeMediumTitles"
|
||||||
background="fluid"
|
background="fluid"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="outline"
|
||||||
primaryButtonStyle="double-inset"
|
primaryButtonStyle="flat"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
@@ -37,7 +37,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "pricing" },
|
||||||
]}
|
]}
|
||||||
brandName="LeadGenius"
|
brandName="Amplix "
|
||||||
button={{ text: "Get Leads", href: "#contact" }}
|
button={{ text: "Get Leads", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</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/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" },
|
{ 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={[
|
buttons={[
|
||||||
{ text: "See Results", href: "#metrics" },
|
{ text: "See Results", href: "#metrics" },
|
||||||
{ text: "Start Today", href: "#contact" },
|
{ text: "Start Today", href: "#contact" },
|
||||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Your Growth Engine"
|
title="Your Growth Engine"
|
||||||
description={[
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -171,4 +171,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5faff;
|
--background: #ffffff;
|
||||||
--card: #f1f8ff;
|
--card: #ffffff;
|
||||||
--foreground: #001122;
|
--foreground: #000000;
|
||||||
--primary-cta: #15479c;
|
--primary-cta: #000000;
|
||||||
--primary-cta-text: #f5faff;
|
--primary-cta-text: #f5faff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #000000;
|
||||||
--secondary-cta-text: #001122;
|
--secondary-cta-text: #001122;
|
||||||
--accent: #a8cce8;
|
--accent: #e0e0e0;
|
||||||
--background-accent: #7ba3cf;
|
--background-accent: #f5f5f5;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user