Update src/app/page.tsx
This commit is contained in:
@@ -18,15 +18,15 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noise"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="bold"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
@@ -57,8 +57,8 @@ export default function LandingPage() {
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
title="WE DON’T 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."
|
||||
title="WE DON’T 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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Let’s Build Something Unforgettable", href: "#contact"},
|
||||
@@ -237,7 +237,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="YOUR BRAND DESERVES MORE THAN CONTENT."
|
||||
description="It deserves a story. It deserves a strategy. It deserves a presence people remember.\\nLET’S 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.\nLET’S BUILD SOMETHING UNFORGETTABLE. Reach out today to start your journey."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
|
||||
Reference in New Issue
Block a user