From e8b72c625569e61c22e04fc4429e4f8c032aba5f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 16:55:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 209 ++++++++++++----------------------------------- 1 file changed, 50 insertions(+), 159 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eda5f6e..2e10f47 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; export default function LandingPage() { return ( @@ -29,135 +29,77 @@ export default function LandingPage() {
-
@@ -169,41 +111,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Açaí Premium", - price: "A partir de R$ 15", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258907.jpg?_wi=1", - }, + id: "p1", name: "Açaí Premium", price: "A partir de R$ 15", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258907.jpg?_wi=1"}, { - id: "p2", - name: "Creme de Ninho", - price: "A partir de R$ 12", - imageSrc: "http://img.b2bpic.net/free-photo/vanilla-ice-cream-with-crape_1339-8296.jpg", - }, + id: "p2", name: "Creme de Ninho", price: "A partir de R$ 12", imageSrc: "http://img.b2bpic.net/free-photo/vanilla-ice-cream-with-crape_1339-8296.jpg"}, { - id: "p3", - name: "Sorvete Abacaxi", - price: "A partir de R$ 10", - imageSrc: "http://img.b2bpic.net/free-photo/front-closer-view-delicious-plain-cake-with-cream-fresh-peanuts-light_140725-31845.jpg", - }, + id: "p3", name: "Sorvete Abacaxi", price: "A partir de R$ 10", imageSrc: "http://img.b2bpic.net/free-photo/front-closer-view-delicious-plain-cake-with-cream-fresh-peanuts-light_140725-31845.jpg"}, { - id: "p4", - name: "Milk-shake", - price: "A partir de R$ 18", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tasty-shake_23-2148601247.jpg", - }, + id: "p4", name: "Milk-shake", price: "A partir de R$ 18", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tasty-shake_23-2148601247.jpg"}, { - id: "p5", - name: "Paletas Gourmet", - price: "A partir de R$ 8", - imageSrc: "http://img.b2bpic.net/free-photo/slices-grapefruit-orange-with-ice-cream-flat-lay_23-2148430607.jpg", - }, + id: "p5", name: "Paletas Gourmet", price: "A partir de R$ 8", imageSrc: "http://img.b2bpic.net/free-photo/slices-grapefruit-orange-with-ice-cream-flat-lay_23-2148430607.jpg"}, { - id: "p6", - name: "Açaí Especial", - price: "A partir de R$ 22", - imageSrc: "http://img.b2bpic.net/free-photo/milkshake-with-cone-chocolate-sprinkles-books-lamp-dark-surface_114579-33787.jpg", - }, + id: "p6", name: "Açaí Especial", price: "A partir de R$ 22", imageSrc: "http://img.b2bpic.net/free-photo/milkshake-with-cone-chocolate-sprinkles-books-lamp-dark-surface_114579-33787.jpg"}, ]} title="Produtos Premium" description="Feitos com ingredientes selecionados para proporcionar a melhor experiência de sabor." @@ -217,25 +135,13 @@ export default function LandingPage() { description="Mais do que sorvete. Uma experiência única para você e sua família." accordionItems={[ { - id: "f1", - title: "Ingredientes de Qualidade", - content: "Selecionamos apenas as melhores frutas e cremes para garantir a excelência.", - }, + id: "f1", title: "Ingredientes de Qualidade", content: "Selecionamos apenas as melhores frutas e cremes para garantir a excelência."}, { - id: "f2", - title: "Preço Justo", - content: "Acreditamos que a qualidade superior deve ser acessível a todos.", - }, + id: "f2", title: "Preço Justo", content: "Acreditamos que a qualidade superior deve ser acessível a todos."}, { - id: "f3", - title: "Ambiente Familiar", - content: "Espaço projetado para o seu conforto e momentos inesquecíveis.", - }, + id: "f3", title: "Ambiente Familiar", content: "Espaço projetado para o seu conforto e momentos inesquecíveis."}, { - id: "f4", - title: "Atendimento Acolhedor", - content: "Nossa equipe está pronta para te atender com excelência e carinho.", - }, + id: "f4", title: "Atendimento Acolhedor", content: "Nossa equipe está pronta para te atender com excelência e carinho."}, ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258907.jpg?_wi=2" mediaAnimation="blur-reveal" @@ -246,14 +152,11 @@ export default function LandingPage() { @@ -264,37 +167,25 @@ export default function LandingPage() { { items: [ { - label: "Sobre nós", - href: "#hero", - }, + label: "Sobre nós", href: "#hero"}, { - label: "Cardápio", - href: "#products", - }, + label: "Cardápio", href: "#products"}, ], }, { items: [ { - label: "WhatsApp", - href: "#contact", - }, + label: "WhatsApp", href: "#contact"}, { - label: "Localização", - href: "#", - }, + label: "Localização", href: "#"}, ], }, { items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, ], }, ]} @@ -304,4 +195,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1