6 Commits

Author SHA1 Message Date
9d4c9e39b9 Update src/app/page.tsx 2026-05-24 13:07:46 +00:00
fc44ebe830 Merge version_2 into main
Merge version_2 into main
2026-04-23 20:53:50 +00:00
8c949093f6 Update src/app/page.tsx 2026-04-23 20:53:44 +00:00
8ed2f39743 Merge version_1 into main
Merge version_1 into main
2026-04-23 20:52:39 +00:00
6019e2539d Merge version_1 into main
Merge version_1 into main
2026-04-23 20:52:16 +00:00
9f5d70dc14 Merge version_1 into main
Merge version_1 into main
2026-04-23 20:51:49 +00:00

View File

@@ -39,7 +39,7 @@ export default function LandingPage() {
{
name: "Contact", id: "contact"},
]}
brandName="ARCVIZ"
brandName="Archiv Studios"
button={{ text: "Start Now", href: "#contact" }}
/>
</div>
@@ -48,7 +48,7 @@ export default function LandingPage() {
<HeroLogoBillboard
background={{
variant: "sparkles-gradient"}}
logoText="ARCVIZ STUDIOS"
logoText="Archiv Studios"
description="A creative studio delivering exceptional design, architectural solutions, and digital experiences."
buttons={[
{
@@ -167,6 +167,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
buttonText="Request Consultation"
useInvertedBackground={false}
title="Let's Build Iconic"
description="Got a project in mind? Reach out today."
@@ -189,7 +190,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/3d-geometric-abstract-background_1048-17507.jpg?_wi=3"
logoText="ARCVIZ"
logoText="Archiv Studios"
columns={[
{
title: "Services", items: [
@@ -208,10 +209,10 @@ export default function LandingPage() {
],
},
]}
copyrightText="© 2025 ArcViz Studios | Your vision. Our obsession."
copyrightText="© 2025 Archiv Studios | Your vision. Our obsession."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}