Update src/app/page.tsx
This commit is contained in:
@@ -146,11 +146,11 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Spring Event", title: "Streetlights After Dark", subtitle: "A grown-up game night", description: "Relive your childhood with hide and seek, red light green light, and Simon Says. No phones allowed. Just memories in the making.", imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317183.jpg", imageAlt: "Street games event", buttons: [{ text: "Get Tickets", href: "#" }],
|
||||
tag: "Spring Event", title: "Streetlights After Dark", subtitle: "A grown-up game night", description: "Relive your childhood with hide and seek, red light green light, and Simon Says. No phones allowed. Just memories in the making.", imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317183.jpg?_wi=1", imageAlt: "Street games event", buttons: [{ text: "Get Tickets", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Summer Event", title: "Kick the Can Championship", subtitle: "Neighborhood tournament", description: "The ultimate street games showdown. Teams compete in classic playground games for prizes and glory. Bring your crew.", imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317183.jpg", imageAlt: "Tournament event", buttons: [{ text: "Register Team", href: "#" }],
|
||||
tag: "Summer Event", title: "Kick the Can Championship", subtitle: "Neighborhood tournament", description: "The ultimate street games showdown. Teams compete in classic playground games for prizes and glory. Bring your crew.", imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317183.jpg?_wi=2", imageAlt: "Tournament event", buttons: [{ text: "Register Team", href: "#" }],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -164,13 +164,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Marcus Johnson"},
|
||||
id: "1", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1", imageAlt: "Marcus Johnson"},
|
||||
{
|
||||
id: "2", name: "Sophia Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Sophia Chen"},
|
||||
id: "2", name: "Sophia Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2", imageAlt: "Sophia Chen"},
|
||||
{
|
||||
id: "3", name: "James Rivera", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "James Rivera"},
|
||||
id: "3", name: "James Rivera", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=3", imageAlt: "James Rivera"},
|
||||
{
|
||||
id: "4", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Lisa Anderson"},
|
||||
id: "4", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=4", imageAlt: "Lisa Anderson"},
|
||||
]}
|
||||
cardTitle="Join thousands of people reliving their golden era. Streetlights brings back the warmth, community, and joy of 90s street culture."
|
||||
cardTag="What people are saying"
|
||||
|
||||
Reference in New Issue
Block a user