6 Commits

Author SHA1 Message Date
5a612052b3 Merge version_2 into main
Merge version_2 into main
2026-05-31 20:15:32 +00:00
31d6180de7 Update src/app/styles/variables.css 2026-05-31 20:15:29 +00:00
c054b2c763 Update src/app/page.tsx 2026-05-31 20:15:29 +00:00
bd8a369e64 Update src/app/layout.tsx 2026-05-31 20:15:28 +00:00
9601079814 Merge version_1 into main
Merge version_1 into main
2026-05-31 20:09:46 +00:00
581541cebf Merge version_1 into main
Merge version_1 into main
2026-05-31 20:09:02 +00:00
3 changed files with 24 additions and 25 deletions

View File

@@ -41,14 +41,13 @@ export const metadata: Metadata = {
}, },
}; };
const libreBaskerville = Libre_Baskerville({ const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville", variable: "--font-libre-baskerville", subsets: ["latin"],
subsets: ["latin"],
weight: ["400", "700"], weight: ["400", "700"],
}); });
const inter = Inter({ const inter = Inter({
variable: "--font-inter", variable: "--font-inter", subsets: ["latin"],
subsets: ["latin"],
}); });
export default function RootLayout({ export default function RootLayout({

View File

@@ -18,15 +18,15 @@ export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="directional-hover" defaultButtonVariant="directional-hover"
defaultTextAnimation="background-highlight" defaultTextAnimation="reveal-blur"
borderRadius="pill" borderRadius="rounded"
contentWidth="smallMedium" contentWidth="mediumLarge"
sizing="largeSmallSizeLargeTitles" sizing="mediumLargeSizeLargeTitles"
background="noise" background="floatingGradient"
cardStyle="soft-shadow" cardStyle="glass-elevated"
primaryButtonStyle="shadow" primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow" secondaryButtonStyle="glass"
headingFontWeight="bold" headingFontWeight="medium"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
@@ -57,8 +57,8 @@ export default function LandingPage() {
<HeroBillboardCarousel <HeroBillboardCarousel
background={{ background={{
variant: "radial-gradient"}} variant: "radial-gradient"}}
title="WE DONT JUST CREATE CONTENT.\\nWE TRANSFORM HOW PEOPLE PERCEIVE YOUR BRAND." title="WE DONT JUST CREATE CONTENT.\nWE TRANSFORM HOW PEOPLE PERCEIVE YOUR BRAND."
description="Brand Arc Theory is a cinematic branding and visual strategy agency that helps businesses become unforgettable through storytelling, premium design, and strategic brand positioning.\\nFrom luxury hospitality brands to modern lifestyle businesses, we create powerful visual experiences that build trust, emotion, and lasting customer connection." description="Brand Arc Theory is a cinematic branding and visual strategy agency that helps businesses become unforgettable through storytelling, premium design, and strategic brand positioning.\nFrom luxury hospitality brands to modern lifestyle businesses, we create powerful visual experiences that build trust, emotion, and lasting customer connection."
buttons={[ buttons={[
{ {
text: "Lets Build Something Unforgettable", href: "#contact"}, text: "Lets Build Something Unforgettable", href: "#contact"},
@@ -237,7 +237,7 @@ export default function LandingPage() {
<ContactSplitForm <ContactSplitForm
useInvertedBackground={true} useInvertedBackground={true}
title="YOUR BRAND DESERVES MORE THAN CONTENT." title="YOUR BRAND DESERVES MORE THAN CONTENT."
description="It deserves a story. It deserves a strategy. It deserves a presence people remember.\\nLETS BUILD SOMETHING UNFORGETTABLE. Reach out today to start your journey." description="It deserves a story. It deserves a strategy. It deserves a presence people remember.\nLETS BUILD SOMETHING UNFORGETTABLE. Reach out today to start your journey."
inputs={[ inputs={[
{ {
name: "name", type: "text", placeholder: "Your Name", required: true, name: "name", type: "text", placeholder: "Your Name", required: true,

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #fcf6ec; --background: #000000;
--card: #f3ede2; --card: #0c0c0c;
--foreground: #2e2521; --foreground: #ffffff;
--primary-cta: #2e2521; --primary-cta: #cee7ff;
--primary-cta-text: #fcf6ec; --primary-cta-text: #000000;
--secondary-cta: #ffffff; --secondary-cta: #000000;
--secondary-cta-text: #2e2521; --secondary-cta-text: #ffffff;
--accent: #b2a28b; --accent: #535353;
--background-accent: #b2a28b; --background-accent: #CEE7FF;
/* 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);