Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user