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