diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 408818a..7de3cd5 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -11,8 +11,7 @@ import { Sparkles, Award, HelpCircle } from "lucide-react"; export default function BlogPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Download App", href: "https://apps.apple.com" }, { label: "Explore Venues", href: "/#destinations" }, { label: "How It Works", href: "/#how-it-works" }, @@ -20,8 +19,7 @@ export default function BlogPage() { ], }, { - title: "For Partners", - items: [ + title: "For Partners", items: [ { label: "Venue Program", href: "/for-venues" }, { label: "Contact Sales", href: "mailto:venues@stanza.io" }, { label: "Case Studies", href: "#" }, @@ -29,8 +27,7 @@ export default function BlogPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/#about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "#" }, @@ -38,8 +35,7 @@ export default function BlogPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Settings", href: "#" }, @@ -54,7 +50,7 @@ export default function BlogPage() { borderRadius="rounded" contentWidth="small" sizing="large" - background="noise" + background="circleGradient" cardStyle="solid" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -81,7 +77,7 @@ export default function BlogPage() { tag="History Hub & Blog" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} buttons={[ { text: "Subscribe to Newsletter", href: "mailto:hello@stanza.io" }, { text: "Back to Home", href: "/" }, @@ -90,15 +86,11 @@ export default function BlogPage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-female-fitness-runner-tracking-her-progress_171337-8384.jpg?_wi=3", - imageAlt: - "Cultural storytelling and heritage documentation exploration", - }, + "http://img.b2bpic.net/free-photo/close-up-female-fitness-runner-tracking-her-progress_171337-8384.jpg", imageAlt: + "Cultural storytelling and heritage documentation exploration"}, { imageSrc: - "http://img.b2bpic.net/free-photo/woman-wearing-headphones-running-podcast_23-2149434265.jpg?_wi=3", - imageAlt: "Audio production and storytelling narrative creation", - }, + "http://img.b2bpic.net/free-photo/woman-wearing-headphones-running-podcast_23-2149434265.jpg", imageAlt: "Audio production and storytelling narrative creation"}, ]} mediaAnimation="slide-up" rating={5} @@ -117,13 +109,7 @@ export default function BlogPage() { tagIcon={Award} tagAnimation="slide-up" names={[ - "Renaissance Art History", - "UNESCO World Heritage Sites", - "Indigenous Narratives", - "Archaeological Discoveries", - "Museum Curations", - "Architectural Wonders", - ]} + "Renaissance Art History", "UNESCO World Heritage Sites", "Indigenous Narratives", "Archaeological Discoveries", "Museum Curations", "Architectural Wonders"]} textboxLayout="default" useInvertedBackground={false} speed={40} @@ -136,41 +122,23 @@ export default function BlogPage() {