From e12a3465eb819c7d604c9ff4a585f29cd8625319 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Feb 2026 12:55:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f518ca6..c213fde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -123,13 +123,13 @@ export default function FuturamaPage() { tagIcon={Play} blogs={[ { - id: "1", category: "Season 1", title: "A Fishful of Dollars", excerpt: "Fry discovers his great-great-great-great-great-great-great-great-great-great-grandfather's fortune and falls for Leela.", imageSrc: "https://img.b2bpic.net/free-photo/creative-mars-collage_23-2149429564.jpg", imageAlt: "A Fishful of Dollars episode" + id: "1", category: "Season 1", title: "A Fishful of Dollars", excerpt: "Fry discovers his great-great-great-great-great-great-great-great-great-great-grandfather's fortune and falls for Leela.", imageSrc: "https://img.b2bpic.net/free-photo/creative-mars-collage_23-2149429564.jpg", imageAlt: "A Fishful of Dollars episode", authorName: "Matt Groening", authorAvatar: "https://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg", date: "March 28, 1999" }, { - id: "2", category: "Season 3", title: "Luck of the Fryrish", excerpt: "Fry searches for his brother Yancy to give him a seven-leaf clover, only to discover a shocking family secret.", imageSrc: "https://img.b2bpic.net/free-photo/creative-mars-collage_52683-85728.jpg", imageAlt: "Luck of the Fryrish episode" + id: "2", category: "Season 3", title: "Luck of the Fryrish", excerpt: "Fry searches for his brother Yancy to give him a seven-leaf clover, only to discover a shocking family secret.", imageSrc: "https://img.b2bpic.net/free-photo/creative-mars-collage_52683-85728.jpg", imageAlt: "Luck of the Fryrish episode", authorName: "Ron Weiner", authorAvatar: "https://img.b2bpic.net/free-photo/sleepy-mixed-race-man-portrait-deep-blue-background_633478-2106.jpg", date: "March 11, 2001" }, { - id: "3", category: "Season 5", title: "Jurassic Bark", excerpt: "Fry finds a fossilized dog and must choose between returning to his own time or staying in the future.", imageSrc: "https://img.b2bpic.net/free-photo/technological-exploration-settlement_23-2151768601.jpg", imageAlt: "Jurassic Bark episode" + id: "3", category: "Season 5", title: "Jurassic Bark", excerpt: "Fry finds a fossilized dog and must choose between returning to his own time or staying in the future.", imageSrc: "https://img.b2bpic.net/free-photo/technological-exploration-settlement_23-2151768601.jpg", imageAlt: "Jurassic Bark episode", authorName: "Eric Kaplan", authorAvatar: "https://img.b2bpic.net/free-photo/headshot-stylish-hipster-guy-with-bushy-hairstyle-stubble-shining-eyes-poses_273609-8521.jpg", date: "November 17, 2002" } ]} animationType="slide-up"