Merge version_1 into main #1
@@ -13,7 +13,7 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLarge"
|
||||
@@ -97,19 +97,19 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
tag="Heritage Milestones"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "2018", value: "2018", title: "First Meeting", description: "Where it all began—a moment that changed everything."
|
||||
id: "2018", value: "2018", title: "First Meeting", description: "Where it all began—a moment that changed everything.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "2018 First Meeting"
|
||||
},
|
||||
{
|
||||
id: "2019", value: "2019", title: "First Trip Together", description: "Exploring the world as one, beginning our shared adventures."
|
||||
id: "2019", value: "2019", title: "First Trip Together", description: "Exploring the world as one, beginning our shared adventures.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "2019 First Trip"
|
||||
},
|
||||
{
|
||||
id: "2021", value: "2021", title: "Built Our Home", description: "Creating a sanctuary that reflects our love and shared dreams."
|
||||
id: "2021", value: "2021", title: "Built Our Home", description: "Creating a sanctuary that reflects our love and shared dreams.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "2021 Built Home"
|
||||
},
|
||||
{
|
||||
id: "2022", value: "2022", title: "Committed Forever", description: "A promise to continue this beautiful journey, eternally."
|
||||
id: "2022", value: "2022", title: "Committed Forever", description: "A promise to continue this beautiful journey, eternally.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "2022 Committed Forever"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user