Update src/app/page.tsx
This commit is contained in:
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
tag="HERO INTRODUCTION"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-fire_23-2151099756.jpg", imageAlt: "Warrior Portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-fire_23-2151099756.jpg?_wi=1", imageAlt: "Warrior Portrait"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C58hc7F3EqxubHLIhmQ9L1No0f/uploaded-1775664597776-1b55qv0q.jpg", imageAlt: "Dynamic Gameplay Action"}
|
||||
]}
|
||||
@@ -129,11 +129,11 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "g1", groupTitle: "Synergy Compositions", members: [
|
||||
{
|
||||
id: "m1", title: "Dragon Knight", subtitle: "Frontline Tank", detail: "Excellent synergy for sustained fights.", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-fire_23-2151099756.jpg"},
|
||||
id: "m1", title: "Dragon Knight", subtitle: "Frontline Tank", detail: "Excellent synergy for sustained fights.", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-fire_23-2151099756.jpg?_wi=2"},
|
||||
{
|
||||
id: "m2", title: "Nevermore", subtitle: "Burst Mage", detail: "High-damage nuker to finish off targets.", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-fire_23-2151099756.jpg"},
|
||||
id: "m2", title: "Nevermore", subtitle: "Burst Mage", detail: "High-damage nuker to finish off targets.", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-fire_23-2151099756.jpg?_wi=3"},
|
||||
{
|
||||
id: "m3", title: "Sniper", subtitle: "Backline Support", detail: "Provides vision and long-range pressure.", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-fire_23-2151099756.jpg"},
|
||||
id: "m3", title: "Sniper", subtitle: "Backline Support", detail: "Provides vision and long-range pressure.", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-fire_23-2151099756.jpg?_wi=4"},
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -159,7 +159,7 @@ export default function LandingPage() {
|
||||
name: "message", placeholder: "Share your thoughts", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fantasy-style-fire_23-2151099756.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fantasy-style-fire_23-2151099756.jpg?_wi=5"
|
||||
mediaPosition="left"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user