Update src/app/culture/page.tsx

This commit is contained in:
2026-05-10 05:42:01 +00:00
parent dbf8734845
commit a5952b23af

View File

@@ -26,21 +26,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "History",
id: "/history",
},
name: "History", id: "/history"},
{
name: "Culture",
id: "/culture",
},
name: "Culture", id: "/culture"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Malta Heritage"
/>
@@ -51,14 +43,9 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "The Legacy of Malta's Culture",
},
type: "text", content: "The Legacy of Malta's Culture"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/terracotta-vase-with-indigenous-pattern_23-2151585726.jpg",
alt: "Local Artisan Craft",
},
type: "image", src: "http://img.b2bpic.net/free-photo/terracotta-vase-with-indigenous-pattern_23-2151585726.jpg", alt: "Local Artisan Craft"},
]}
/>
</div>
@@ -72,13 +59,8 @@ export default function LandingPage() {
description="Meet those keeping our traditions alive."
team={[
{
id: "t1",
name: "Luca M.",
role: "Master Weaver",
imageSrc: "http://img.b2bpic.net/free-photo/painting-inspiration-supplies-placed-ready-be-painted-canvas_482257-127568.jpg",
},
id: "t1", name: "Luca M.", role: "Master Weaver", imageSrc: "http://img.b2bpic.net/free-photo/painting-inspiration-supplies-placed-ready-be-painted-canvas_482257-127568.jpg"},
]}
mediaAnimation="slide-up"
/>
</div>
@@ -86,13 +68,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Malta Heritage"
leftLink={{
text: "Terms of Use",
href: "/terms",
}}
text: "Terms of Use", href: "/terms"}}
rightLink={{
text: "Contact",
href: "/contact",
}}
text: "Contact", href: "/contact"}}
/>
</div>
</ReactLenis>