Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e811fccac6 | |||
| 51551f3e46 | |||
| 13fa0656c8 | |||
| 5921718014 | |||
| 7dc72b0cc6 | |||
| ca53144774 | |||
| 3242ec78c1 | |||
| 28ac7c7e89 |
@@ -8,7 +8,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|||||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -83,38 +83,21 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testemunhos" data-section="testemunhos">
|
<div id="testemunhos" data-section="testemunhos">
|
||||||
<div className="py-20">
|
<TestimonialCardThirteen
|
||||||
<h2 className="text-center text-3xl font-bold mb-12">O que dizem sobre nós</h2>
|
animationType="slide-up"
|
||||||
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 max-w-6xl mx-auto px-4">
|
textboxLayout="default"
|
||||||
<TestimonialCardFifteen
|
useInvertedBackground={false}
|
||||||
testimonial="Os doces são inesquecíveis. O ambiente é vibrante e exclusivo, vale cada minuto de espera."
|
testimonials={[
|
||||||
rating={5}
|
{ 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" },
|
||||||
author="Ana Sofia"
|
{ 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" },
|
||||||
avatars={[{ src: "", alt: "A" }]}
|
{ 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" },
|
||||||
ratingAnimation="slide-up"
|
{ 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" },
|
||||||
avatarsAnimation="slide-up"
|
{ 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" },
|
||||||
useInvertedBackground={false}
|
]}
|
||||||
/>
|
showRating={true}
|
||||||
<TestimonialCardFifteen
|
title="O que dizem sobre nós"
|
||||||
testimonial="O espaço é pequeno mas aconchegante. Sente-se a energia de um lugar onde todos querem estar."
|
description="O nosso espaço pequeno é a prova da nossa popularidade."
|
||||||
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>
|
||||||
|
|
||||||
<div id="product" data-section="product">
|
<div id="product" data-section="product">
|
||||||
|
|||||||
Reference in New Issue
Block a user