5 Commits

Author SHA1 Message Date
8bdd62cc8c Merge version_4 into main
Merge version_4 into main
2026-04-20 09:51:29 +00:00
0149bfc3db Update src/app/page.tsx 2026-04-20 09:51:26 +00:00
5d301dcf03 Merge version_3 into main
Merge version_3 into main
2026-04-20 09:50:48 +00:00
2007facae0 Update src/app/page.tsx 2026-04-20 09:50:45 +00:00
ea7e61757c Merge version_2 into main
Merge version_2 into main
2026-04-20 09:49:33 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
title="Defining the Future of Digital Presence"
description="We craft sophisticated social strategies that elevate premium brands into global icons through cinematic content and precision data."
description="We craft sophisticated social strategies that increase market share and maximize high-net-worth engagement for luxury brands through cinematic content and precision data."
tag="Premier Digital Agency"
buttons={[
{
@@ -176,6 +176,10 @@ export default function LandingPage() {
{
id: "f3", title: "How do we begin?", content: "Through a comprehensive audit followed by a bespoke strategic plan."},
]}
buttons={[
{
text: "Schedule Your Discovery Call", href: "#contact"}
]}
imageSrc="http://img.b2bpic.net/free-photo/empty-conference-room-within-corporation-designed-productivity_482257-124018.jpg"
mediaAnimation="slide-up"
title="Insights & Clarity"
@@ -231,4 +235,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}