Update src/app/culture/page.tsx

This commit is contained in:
2026-01-28 20:52:12 +00:00
parent a7b2679d82
commit 5134f173d9

View File

@@ -45,22 +45,13 @@ export default function CulturePage() {
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
steps={[ steps={[
{ {
number: "01", number: "01", title: "The Kalevipoeg Epic", tag: "Ancient Legend", description: "Estonia's national epic poem, the Kalevipoeg, tells the story of a legendary hero and remains central to Estonian cultural identity and folklore."
title: "The Kalevipoeg Epic",
tag: "Ancient Legend",
description: "Estonia's national epic poem, the Kalevipoeg, tells the story of a legendary hero and remains central to Estonian cultural identity and folklore."
}, },
{ {
number: "02", number: "02", title: "Song & Dance Festival", tag: "Every 5 Years", description: "One of the world's largest song festivals, bringing together over 30,000 performers and thousands of spectators for a celebration of Estonian unity and joy."
title: "Song & Dance Festival",
tag: "Every 5 Years",
description: "One of the world's largest song festivals, bringing together over 30,000 performers and thousands of spectators for a celebration of Estonian unity and joy."
}, },
{ {
number: "03", number: "03", title: "Sauna Traditions", tag: "Ancient Ritual", description: "Sauna culture is deeply woven into Estonian life, with unique traditions and wellness practices passed down through generations in this Nordic country."
title: "Sauna Traditions",
tag: "Ancient Ritual",
description: "Sauna culture is deeply woven into Estonian life, with unique traditions and wellness practices passed down through generations in this Nordic country."
} }
]} ]}
buttons={[ buttons={[
@@ -77,14 +68,10 @@ export default function CulturePage() {
tagIcon={Sparkles} tagIcon={Sparkles}
bulletPoints={[ bulletPoints={[
{ {
title: "Traditional Textiles", title: "Traditional Textiles", description: "Estonian knitting and weaving traditions create beautiful patterns passed down through generations of skilled artisans.", icon: Heart
description: "Estonian knitting and weaving traditions create beautiful patterns passed down through generations of skilled artisans.",
icon: Heart
}, },
{ {
title: "Folk Music Legacy", title: "Folk Music Legacy", description: "Ancient runo songs and folk melodies form the foundation of Estonia's rich musical heritage and national identity.", icon: Music
description: "Ancient runo songs and folk melodies form the foundation of Estonia's rich musical heritage and national identity.",
icon: Music
} }
]} ]}
imageSrc="https://img.b2bpic.net/free-photo/young-girl-goes-out-house-traditional-ukrainian-dress_8353-9546.jpg" imageSrc="https://img.b2bpic.net/free-photo/young-girl-goes-out-house-traditional-ukrainian-dress_8353-9546.jpg"
@@ -119,8 +106,7 @@ export default function CulturePage() {
logoText="Estonia" logoText="Estonia"
columns={[ columns={[
{ {
title: "Explore", title: "Explore", items: [
items: [
{ label: "Destinations", href: "/destinations" }, { label: "Destinations", href: "/destinations" },
{ label: "Cultural Sites", href: "/culture" }, { label: "Cultural Sites", href: "/culture" },
{ label: "Islands & Nature", href: "/destinations" }, { label: "Islands & Nature", href: "/destinations" },
@@ -128,8 +114,7 @@ export default function CulturePage() {
] ]
}, },
{ {
title: "Visit", title: "Visit", items: [
items: [
{ label: "Plan Your Trip", href: "/contact" }, { label: "Plan Your Trip", href: "/contact" },
{ label: "Accommodation", href: "/destinations" }, { label: "Accommodation", href: "/destinations" },
{ label: "Transportation", href: "/destinations" }, { label: "Transportation", href: "/destinations" },
@@ -137,8 +122,7 @@ export default function CulturePage() {
] ]
}, },
{ {
title: "Discover", title: "Discover", items: [
items: [
{ label: "Estonian Culture", href: "/culture" }, { label: "Estonian Culture", href: "/culture" },
{ label: "Local Events", href: "/culture" }, { label: "Local Events", href: "/culture" },
{ label: "Food & Dining", href: "/culture" }, { label: "Food & Dining", href: "/culture" },
@@ -146,8 +130,7 @@ export default function CulturePage() {
] ]
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "Contact Us", href: "mailto:visit@estonia.com" }, { label: "Contact Us", href: "mailto:visit@estonia.com" },
{ label: "Social Media", href: "/contact" }, { label: "Social Media", href: "/contact" },
{ label: "Newsletter", href: "/contact" }, { label: "Newsletter", href: "/contact" },
@@ -160,4 +143,4 @@ export default function CulturePage() {
/> />
</ThemeProvider> </ThemeProvider>
); );
} }