Update src/app/page.tsx
This commit is contained in:
@@ -8,7 +8,6 @@ import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
|
||||
@@ -32,7 +31,6 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Produtos", id: "products" },
|
||||
{ name: "Serviços", id: "services" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
]}
|
||||
@@ -46,7 +44,6 @@ export default function LandingPage() {
|
||||
description="Agropecuária e Pet Shop Terra Firme em Rio das Ostras. Qualidade, carinho e os melhores preços para o seu companheiro."
|
||||
buttons={[
|
||||
{ text: "WhatsApp", href: "https://wa.me/5522998861621" },
|
||||
{ text: "Catálogo", href: "#products" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DRgm2Fm6LvjARxvP9wsU1hTUOB/uploaded-1778251618503-8mv1v26d.png"
|
||||
imageAlt="Agropecuária Terra Firme Logo"
|
||||
@@ -61,19 +58,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCatalog
|
||||
layout="section"
|
||||
products={[
|
||||
{ id: "p1", name: "Rações Premium", price: "Consulte", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DRgm2Fm6LvjARxvP9wsU1hTUOB/uploaded-1778251958342-4e11ugbn.png", onProductClick: () => window.open("https://wa.me/5522998861621", "_blank") },
|
||||
{ id: "p2", name: "Brinquedos Divertidos", price: "Consulte", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DRgm2Fm6LvjARxvP9wsU1hTUOB/uploaded-1778251958342-e8mf0jzk.png", onProductClick: () => window.open("https://wa.me/5522998861621", "_blank") },
|
||||
{ id: "p3", name: "Farmácia Veterinária", price: "Consulte", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DRgm2Fm6LvjARxvP9wsU1hTUOB/uploaded-1778251958342-wiimp97p.png", onProductClick: () => window.open("https://wa.me/5522998861621", "_blank") },
|
||||
{ id: "p4", name: "Coleiras e Guias", price: "Consulte", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DRgm2Fm6LvjARxvP9wsU1hTUOB/uploaded-1778251958343-pqhqq0ki.png", onProductClick: () => window.open("https://wa.me/5522998861621", "_blank") },
|
||||
{ id: "p5", name: "Higiene Pet", price: "Consulte", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DRgm2Fm6LvjARxvP9wsU1hTUOB/uploaded-1778251958343-p57uyl0z.png", onProductClick: () => window.open("https://wa.me/5522998861621", "_blank") }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardSixteen
|
||||
animationType="depth-3d"
|
||||
@@ -132,7 +116,7 @@ export default function LandingPage() {
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "WhatsApp: (22) 99886-1621", href: "https://wa.me/5522998861621" }] },
|
||||
{ items: [{ label: "Sobre nós", href: "#about" }, { label: "Produtos", href: "#products" }] },
|
||||
{ items: [{ label: "Sobre nós", href: "#about" }] },
|
||||
]}
|
||||
logoText="Terra Firme"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user