Update src/app/culture/page.tsx
This commit is contained in:
@@ -45,22 +45,13 @@ export default function CulturePage() {
|
||||
useInvertedBackground="noInvert"
|
||||
steps={[
|
||||
{
|
||||
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."
|
||||
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."
|
||||
},
|
||||
{
|
||||
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."
|
||||
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."
|
||||
},
|
||||
{
|
||||
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."
|
||||
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."
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -77,14 +68,10 @@ export default function CulturePage() {
|
||||
tagIcon={Sparkles}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Traditional Textiles",
|
||||
description: "Estonian knitting and weaving traditions create beautiful patterns passed down through generations of skilled artisans.",
|
||||
icon: Heart
|
||||
title: "Traditional Textiles", description: "Estonian knitting and weaving traditions create beautiful patterns passed down through generations of skilled artisans.", icon: Heart
|
||||
},
|
||||
{
|
||||
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
|
||||
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
|
||||
}
|
||||
]}
|
||||
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"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{ label: "Destinations", href: "/destinations" },
|
||||
{ label: "Cultural Sites", href: "/culture" },
|
||||
{ label: "Islands & Nature", href: "/destinations" },
|
||||
@@ -128,8 +114,7 @@ export default function CulturePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Visit",
|
||||
items: [
|
||||
title: "Visit", items: [
|
||||
{ label: "Plan Your Trip", href: "/contact" },
|
||||
{ label: "Accommodation", href: "/destinations" },
|
||||
{ label: "Transportation", href: "/destinations" },
|
||||
@@ -137,8 +122,7 @@ export default function CulturePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Discover",
|
||||
items: [
|
||||
title: "Discover", items: [
|
||||
{ label: "Estonian Culture", href: "/culture" },
|
||||
{ label: "Local Events", href: "/culture" },
|
||||
{ label: "Food & Dining", href: "/culture" },
|
||||
@@ -146,8 +130,7 @@ export default function CulturePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "mailto:visit@estonia.com" },
|
||||
{ label: "Social Media", href: "/contact" },
|
||||
{ label: "Newsletter", href: "/contact" },
|
||||
@@ -160,4 +143,4 @@ export default function CulturePage() {
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user