7 Commits

Author SHA1 Message Date
3fd19d1fa6 Update src/app/page.tsx 2026-02-22 05:39:52 +00:00
ca4756e95a Update src/app/layout.tsx 2026-02-22 05:39:51 +00:00
ec78855229 Merge version_2 into main
Merge version_2 into main
2026-02-22 05:35:12 +00:00
b49c955d61 Update src/app/page.tsx 2026-02-22 05:35:08 +00:00
ab5cc5f4e8 Merge version_1 into main
Merge version_1 into main
2026-02-22 05:28:55 +00:00
fbce16627e Merge version_1 into main
Merge version_1 into main
2026-02-22 05:28:10 +00:00
68c7217cd5 Merge version_1 into main
Merge version_1 into main
2026-02-22 05:26:07 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1409,4 +1409,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -40,7 +40,7 @@ export default function LandingPage() {
<HeroBillboardScroll
title="Innovate, Design, Elevate."
description="We are a California-based tech design studio crafting exceptional digital experiences that drive growth and inspire."
background={{ variant: "canvas-reveal" }}
background={{ variant: "sparkles-gradient" }}
tag="CreativeFlow Studio"
buttons={[{ text: "Our Work", href: "#work" }, { text: "Get a Quote", href: "#contact" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32T51L3BHE8qqE8rXXWBwMZaYtk/a-sleek-modern-digital-dashboard-interfa-1771737884487-b2ab6286.png"
@@ -187,7 +187,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to build something extraordinary? Let's connect and create your next big idea."
buttons={[{ text: "Get in Touch", href: "mailto:hello@creativeflow.com" }, { text: "Schedule a Call", href: "#" }]}
buttons={[{ text: "Get in Touch", href: "mailto:hello@creativeflow.com" }, { text: "Schedule a Call", href: "https://cal.com/creativeflow" }]}
background={{ variant: "radial-gradient" }}
animationType="entrance-slide"
useInvertedBackground={false}
@@ -201,4 +201,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}