diff --git a/src/app/page.tsx b/src/app/page.tsx index 0cfc30f..fe79f45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,16 +86,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Political Intrigue", description: "Navigate the treacherous courts of the four kingdoms where every alliance shapes the balance of power. Experience betrayal, loyalty, and the pursuit of dominion.", imageSrc: "http://img.b2bpic.net/free-photo/dark-fantasy-scene_23-2151136220.jpg" + id: 1, title: "Political Intrigue", description: "Navigate the treacherous courts of the four kingdoms where every alliance shapes the balance of power. Experience betrayal, loyalty, and the pursuit of dominion.", imageSrc: "http://img.b2bpic.net/free-photo/dark-fantasy-scene_23-2151136220.jpg" }, { - id: "2", title: "Ancient Magic", description: "Witness the clash of magical forces as each kingdom wields unique powers tied to their suit. From heart-fire to diamond-light, magic transforms the battlefield.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-ouija-board-lamp_23-2149409457.jpg" + id: 2, title: "Ancient Magic", description: "Witness the clash of magical forces as each kingdom wields unique powers tied to their suit. From heart-fire to diamond-light, magic transforms the battlefield.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-ouija-board-lamp_23-2149409457.jpg" }, { - id: "3", title: "Epic Battles", description: "Experience breathtaking warfare and dramatic confrontations as kingdoms clash for supremacy. Large-scale battles reveal character and reshape the world.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-scandinavian-female-viking-person_23-2151707039.jpg" + id: 3, title: "Epic Battles", description: "Experience breathtaking warfare and dramatic confrontations as kingdoms clash for supremacy. Large-scale battles reveal character and reshape the world.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-scandinavian-female-viking-person_23-2151707039.jpg" }, { - id: "4", title: "Destined Heroes", description: "Follow unforgettable heroes and heroines as they discover their true power and grapple with prophecies that could unite or destroy the four kingdoms forever.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512140.jpg" + id: 4, title: "Destined Heroes", description: "Follow unforgettable heroes and heroines as they discover their true power and grapple with prophecies that could unite or destroy the four kingdoms forever.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512140.jpg" } ]} />