Update src/app/page.tsx
This commit is contained in:
@@ -20,10 +20,10 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="floatingGradient"
|
||||
background="none"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="glass"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{ variant: "gradient-bars" }}
|
||||
background={{ variant: "plain" }}
|
||||
title="Scale Your Brand With Ads That Actually Convert"
|
||||
description="BrandAmpScaling is a results-driven ad agency built by two brothers focused on helping brands grow fast and profitably through high-performing ad campaigns that scale, not just vanity metrics."
|
||||
buttons={[{ text: "Get Started", href: "#contact" }]}
|
||||
@@ -91,7 +91,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
title="Performance First"
|
||||
description="We don't care about vanity metrics like likes or views. We care about one thing: Your profit."
|
||||
metrics={[
|
||||
@@ -130,7 +130,7 @@ export default function LandingPage() {
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Jason Miller", handle: "@jmiller", testimonial: "BrandAmpScaling is a very good website to grow us fast and I couldn't be happier with the results.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705918.jpg"},
|
||||
|
||||
Reference in New Issue
Block a user