Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d961a659e0 | |||
| cc664ac730 | |||
| a8aefc2f15 | |||
| 3a798187f6 | |||
| 27b3dfad4c |
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
<HeroSplit
|
||||
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."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
tag="Est. 2010"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="blur-reveal"
|
||||
@@ -56,6 +56,14 @@ export default function LandingPage() {
|
||||
imagePosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
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>
|
||||
|
||||
@@ -173,4 +181,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user