Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
{ text: "Play Now", href: "#library" },
|
||||
{ text: "Learn More", href: "#features" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/futuristic-duotone-galaxy-youtube-thumbnail_23-2149480959.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/futuristic-duotone-galaxy-youtube-thumbnail_23-2149480959.jpg?_wi=1"
|
||||
imageAlt="Unlimited gaming experiences"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -88,9 +88,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "g1", name: "Fantasy Jump", price: "Free", variant: "Platformer", imageSrc: "http://img.b2bpic.net/free-vector/purple-crater-land-game-design_1284-34894.jpg" },
|
||||
{ id: "g2", name: "Neon Match", price: "Free", variant: "Puzzle", imageSrc: "http://img.b2bpic.net/free-psd/summer-party-landing-page-template_23-2150339423.jpg" },
|
||||
{ id: "g3", name: "Arcade Drift", price: "Free", variant: "Racing", imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-element-set_23-2148360091.jpg" }
|
||||
{ id: "g1", name: "Fantasy Jump", price: "Free", variant: "Platformer", imageSrc: "http://img.b2bpic.net/free-vector/purple-crater-land-game-design_1284-34894.jpg?_wi=1" },
|
||||
{ id: "g2", name: "Neon Match", price: "Free", variant: "Puzzle", imageSrc: "http://img.b2bpic.net/free-psd/summer-party-landing-page-template_23-2150339423.jpg?_wi=1" },
|
||||
{ id: "g3", name: "Arcade Drift", price: "Free", variant: "Racing", imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-element-set_23-2148360091.jpg?_wi=1" }
|
||||
]}
|
||||
title="Trending Games"
|
||||
description="Dive into our most popular titles and discover your next favorite game."
|
||||
@@ -121,11 +121,11 @@ export default function LandingPage() {
|
||||
title="Player Voices"
|
||||
description="See why thousands of gamers choose us for their daily fix."
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Alex R.", role: "Pro Gamer", company: "GameHub Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/purple-crater-land-game-design_1284-34894.jpg" },
|
||||
{ id: "t2", name: "Sarah J.", role: "Casual Player", company: "GameHub Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-psd/summer-party-landing-page-template_23-2150339423.jpg" },
|
||||
{ id: "t3", name: "Mike T.", role: "Speedrunner", company: "GameHub Fan", rating: 4, imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-element-set_23-2148360091.jpg" },
|
||||
{ id: "t4", name: "Elena V.", role: "Developer", company: "GameHub Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/futuristic-duotone-galaxy-youtube-thumbnail_23-2149480959.jpg" },
|
||||
{ id: "t5", name: "Alex R.", role: "Pro Gamer", company: "GameHub Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/purple-crater-land-game-design_1284-34894.jpg" }
|
||||
{ id: "t1", name: "Alex R.", role: "Pro Gamer", company: "GameHub Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/purple-crater-land-game-design_1284-34894.jpg?_wi=2" },
|
||||
{ id: "t2", name: "Sarah J.", role: "Casual Player", company: "GameHub Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-psd/summer-party-landing-page-template_23-2150339423.jpg?_wi=2" },
|
||||
{ id: "t3", name: "Mike T.", role: "Speedrunner", company: "GameHub Fan", rating: 4, imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-element-set_23-2148360091.jpg?_wi=2" },
|
||||
{ id: "t4", name: "Elena V.", role: "Developer", company: "GameHub Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/futuristic-duotone-galaxy-youtube-thumbnail_23-2149480959.jpg?_wi=2" },
|
||||
{ id: "t5", name: "Alex R.", role: "Pro Gamer", company: "GameHub Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/purple-crater-land-game-design_1284-34894.jpg?_wi=3" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user