Update src/app/page.tsx
This commit is contained in:
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
{ text: "Falar no WhatsApp", href: "#" },
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-tennis-player-green-court-grass_72229-356.jpg", imageAlt: "Arena Action" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-tennis-player-green-court-grass_72229-356.jpg?_wi=1", imageAlt: "Arena Action" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-athlete_654080-1578.jpg", imageAlt: "Arena Action" },
|
||||
{ imageSrc: "http://img.b2bpic.net/volleyball-players-having-match_23-2149492376.jpg", imageAlt: "Arena Action" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/runway-stadium_1417-1665.jpg", imageAlt: "Arena Action" },
|
||||
@@ -65,10 +65,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Padel 🎾", description: "02 quadras profissionais para elevar seu jogo.", buttons: [{ text: "Agendar", href: "#" }], imageSrc: "http://img.b2bpic.net/free-photo/man-playing-padel_657883-316.jpg", imageAlt: "Quadra de Padel" },
|
||||
{ title: "Pickleball 🏓", description: "01 quadra moderna para muita diversão.", buttons: [{ text: "Agendar", href: "#" }], imageSrc: "http://img.b2bpic.net/free-photo/women-playing-paddle-tennis-together_23-2149459009.jpg", imageAlt: "Quadra de Pickleball" },
|
||||
{ title: "Beach Tennis 🏖️", description: "09 quadras com areia de alta qualidade.", buttons: [{ text: "Agendar", href: "#" }], imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-playing-football_23-2148867379.jpg", imageAlt: "Quadras de Beach Tennis" },
|
||||
{ title: "Society ⚽", description: "Primeiro campo society coberto da cidade.", buttons: [{ text: "Agendar", href: "#" }], imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668553.jpg", imageAlt: "Campo Society" },
|
||||
{ title: "Padel 🎾", description: "02 quadras profissionais para elevar seu jogo.", buttons: [{ text: "Agendar", href: "#" }], imageSrc: "http://img.b2bpic.net/free-photo/man-playing-padel_657883-316.jpg?_wi=1", imageAlt: "Quadra de Padel" },
|
||||
{ title: "Pickleball 🏓", description: "01 quadra moderna para muita diversão.", buttons: [{ text: "Agendar", href: "#" }], imageSrc: "http://img.b2bpic.net/free-photo/women-playing-paddle-tennis-together_23-2149459009.jpg?_wi=1", imageAlt: "Quadra de Pickleball" },
|
||||
{ title: "Beach Tennis 🏖️", description: "09 quadras com areia de alta qualidade.", buttons: [{ text: "Agendar", href: "#" }], imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-playing-football_23-2148867379.jpg?_wi=1", imageAlt: "Quadras de Beach Tennis" },
|
||||
{ title: "Society ⚽", description: "Primeiro campo society coberto da cidade.", buttons: [{ text: "Agendar", href: "#" }], imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668553.jpg?_wi=1", imageAlt: "Campo Society" },
|
||||
]}
|
||||
title="Estrutura esportiva completa"
|
||||
description="Qualidade, conforto e experiência de alto nível."
|
||||
@@ -80,11 +80,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Pedro Santos", date: "12/03", title: "Jogador", quote: "Melhor arena da região, estrutura impecável!", tag: "Beach Tennis", avatarSrc: "http://img.b2bpic.net/free-photo/athletic-young-woman-doing-exercise-yoga-mat_23-2147827396.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-tennis-player-green-court-grass_72229-356.jpg" },
|
||||
{ id: "2", name: "Ana Souza", date: "14/03", title: "Atleta", quote: "Adoro jogar aqui, ambiente sensacional.", tag: "Padel", avatarSrc: "http://img.b2bpic.net/active-young-people-playing-squash_329181-13270.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-playing-padel_657883-316.jpg" },
|
||||
{ id: "3", name: "Lucas Lima", date: "15/03", title: "Fã", quote: "Quadras society cobertas são um diferencial.", tag: "Society", avatarSrc: "http://img.b2bpic.net/side-view-fit-friends-outdoors_23-2150828884.jpg", imageSrc: "http://img.b2bpic.net/free-photo/women-playing-paddle-tennis-together_23-2149459009.jpg" },
|
||||
{ id: "4", name: "Carla Silva", date: "16/03", title: "Jogadora", quote: "Estrutura excelente e atendimento nota 10.", tag: "Beach Tennis", avatarSrc: "http://img.b2bpic.net/cheerful-smiling-friends-sportswear-sitting-bench-city-discussing-while-using-smartphone-looking-screen-multiethnic-women-having-fitness-workout-break_158595-7949.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-playing-football_23-2148867379.jpg" },
|
||||
{ id: "5", name: "João Pereira", date: "17/03", title: "Atleta", quote: "O melhor lugar para curtir com os amigos.", tag: "Pickleball", avatarSrc: "http://img.b2bpic.net/front-view-fit-friends-outdoors_23-2150828920.jpg", imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668553.jpg" },
|
||||
{ id: "1", name: "Pedro Santos", date: "12/03", title: "Jogador", quote: "Melhor arena da região, estrutura impecável!", tag: "Beach Tennis", avatarSrc: "http://img.b2bpic.net/free-photo/athletic-young-woman-doing-exercise-yoga-mat_23-2147827396.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-tennis-player-green-court-grass_72229-356.jpg?_wi=2" },
|
||||
{ id: "2", name: "Ana Souza", date: "14/03", title: "Atleta", quote: "Adoro jogar aqui, ambiente sensacional.", tag: "Padel", avatarSrc: "http://img.b2bpic.net/active-young-people-playing-squash_329181-13270.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-playing-padel_657883-316.jpg?_wi=2" },
|
||||
{ id: "3", name: "Lucas Lima", date: "15/03", title: "Fã", quote: "Quadras society cobertas são um diferencial.", tag: "Society", avatarSrc: "http://img.b2bpic.net/side-view-fit-friends-outdoors_23-2150828884.jpg", imageSrc: "http://img.b2bpic.net/free-photo/women-playing-paddle-tennis-together_23-2149459009.jpg?_wi=2" },
|
||||
{ id: "4", name: "Carla Silva", date: "16/03", title: "Jogadora", quote: "Estrutura excelente e atendimento nota 10.", tag: "Beach Tennis", avatarSrc: "http://img.b2bpic.net/cheerful-smiling-friends-sportswear-sitting-bench-city-discussing-while-using-smartphone-looking-screen-multiethnic-women-having-fitness-workout-break_158595-7949.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-playing-football_23-2148867379.jpg?_wi=2" },
|
||||
{ id: "5", name: "João Pereira", date: "17/03", title: "Atleta", quote: "O melhor lugar para curtir com os amigos.", tag: "Pickleball", avatarSrc: "http://img.b2bpic.net/front-view-fit-friends-outdoors_23-2150828920.jpg", imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668553.jpg?_wi=2" },
|
||||
]}
|
||||
title="Mais que esporte"
|
||||
description="Uma experiência completa de comunidade."
|
||||
|
||||
Reference in New Issue
Block a user