8 Commits

Author SHA1 Message Date
6044e98221 Merge version_2 into main
Merge version_2 into main
2026-04-05 18:20:44 +00:00
c780e6bb58 Update src/app/styles/variables.css 2026-04-05 18:20:41 +00:00
11d2ccdb82 Update src/app/styles/base.css 2026-04-05 18:20:40 +00:00
dde4e55e4d Update src/app/page.tsx 2026-04-05 18:20:40 +00:00
19561d6047 Update src/app/layout.tsx 2026-04-05 18:20:40 +00:00
9a5d4c4056 Merge version_1 into main
Merge version_1 into main
2026-04-05 18:13:01 +00:00
8e173dcff1 Merge version_1 into main
Merge version_1 into main
2026-04-05 18:12:34 +00:00
c6183e545d Merge version_1 into main
Merge version_1 into main
2026-04-05 18:12:04 +00:00
4 changed files with 13 additions and 12 deletions

View File

@@ -20,7 +20,8 @@ export const metadata: Metadata = {
},
};
const nunitoSans = Nunito_Sans({ variable: "--font-nunito-sans", subsets: ["latin"] });
const inter = Inter({ variable: "--font-inter", subsets: ["latin"] });
export default function RootLayout({
children,
@@ -30,7 +31,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${nunitoSans.variable} antialiased`}>
<body className={`${inter.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -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"},

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-nunito-sans), sans-serif;
font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-nunito-sans), sans-serif;
font-family: var(--font-inter), sans-serif;
}

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--card: #ffffff;
--foreground: #000000;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #000000;
--background-accent: #e2e2e2;
--background-accent: #f4f4f4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);