Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c28a1cc0ba | |||
| 66e10f4926 | |||
| 239daaa502 | |||
| fab24952c2 |
@@ -8,7 +8,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -83,21 +83,38 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testemunhos" data-section="testemunhos">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Ana Sofia", handle: "@anasofia", testimonial: "Os doces são inesquecíveis. O ambiente é vibrante e exclusivo, vale cada minuto de espera.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-fashionable-woman-with-long-hair-chilling-terrace-cafe-she-has-vinous-lips_197531-603.jpg?_wi=1" },
|
||||
{ id: "2", name: "Ricardo M.", handle: "@ricardom", testimonial: "O espaço é pequeno mas aconchegante. Sente-se a energia de um lugar onde todos querem estar.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-fashionable-woman-with-long-hair-chilling-terrace-cafe-she-has-vinous-lips_197531-603.jpg?_wi=2" },
|
||||
{ id: "3", name: "Cláudia P.", handle: "@claudiap", testimonial: "Serviço rápido e impecável. A relação qualidade-preço é a melhor da cidade.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-fashionable-woman-with-long-hair-chilling-terrace-cafe-she-has-vinous-lips_197531-603.jpg?_wi=3" },
|
||||
{ id: "4", name: "João V.", handle: "@joaov", testimonial: "Uma experiência memorável. A Montiel tornou-se o nosso spot para momentos sociais.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-fashionable-woman-with-long-hair-chilling-terrace-cafe-she-has-vinous-lips_197531-603.jpg?_wi=4" },
|
||||
{ id: "5", name: "Mariana S.", handle: "@marianas", testimonial: "Sempre cheio por um bom motivo. A qualidade é excecional e o ambiente é perfeito.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-fashionable-woman-with-long-hair-chilling-terrace-cafe-she-has-vinous-lips_197531-603.jpg?_wi=5" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="O que dizem sobre nós"
|
||||
description="O nosso espaço pequeno é a prova da nossa popularidade."
|
||||
/>
|
||||
<div className="py-20">
|
||||
<h2 className="text-center text-3xl font-bold mb-12">O que dizem sobre nós</h2>
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 max-w-6xl mx-auto px-4">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="Os doces são inesquecíveis. O ambiente é vibrante e exclusivo, vale cada minuto de espera."
|
||||
rating={5}
|
||||
author="Ana Sofia"
|
||||
avatars={[{ src: "", alt: "A" }]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<TestimonialCardFifteen
|
||||
testimonial="O espaço é pequeno mas aconchegante. Sente-se a energia de um lugar onde todos querem estar."
|
||||
rating={5}
|
||||
author="Ricardo M."
|
||||
avatars={[{ src: "", alt: "R" }]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<TestimonialCardFifteen
|
||||
testimonial="Serviço rápido e impecável. A relação qualidade-preço é a melhor da cidade."
|
||||
rating={5}
|
||||
author="Cláudia P."
|
||||
avatars={[{ src: "", alt: "C" }]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="product" data-section="product">
|
||||
|
||||
Reference in New Issue
Block a user