Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d961a659e0 | |||
| cc664ac730 | |||
| a8aefc2f15 | |||
| 3a798187f6 | |||
| 27b3dfad4c |
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
|||||||
<HeroSplit
|
<HeroSplit
|
||||||
title="Architectural Visions Refined"
|
title="Architectural Visions Refined"
|
||||||
description="Viatelier brings timeless Italian design principles to contemporary architectural spaces. We craft experiences that transcend aesthetics—creating environments where precision meets poetry."
|
description="Viatelier brings timeless Italian design principles to contemporary architectural spaces. We craft experiences that transcend aesthetics—creating environments where precision meets poetry."
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "rotated-rays-animated" }}
|
||||||
tag="Est. 2010"
|
tag="Est. 2010"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="blur-reveal"
|
tagAnimation="blur-reveal"
|
||||||
@@ -56,6 +56,14 @@ export default function LandingPage() {
|
|||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
fixedMediaHeight={true}
|
fixedMediaHeight={true}
|
||||||
|
marqueeItems={[
|
||||||
|
{ type: "text", text: "Architectural Excellence" },
|
||||||
|
{ type: "text", text: "Italian Design" },
|
||||||
|
{ type: "text", text: "Contemporary Spaces" },
|
||||||
|
{ type: "text", text: "Precision Crafted" },
|
||||||
|
]}
|
||||||
|
showMarqueeCard={true}
|
||||||
|
marqueeSpeed={40}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user