Update src/app/page.tsx
This commit is contained in:
@@ -7,7 +7,6 @@ import FeatureCardThree from '@/components/sections/feature/featureCardThree/Fea
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
|
||||
@@ -32,10 +31,9 @@ export default function LandingPage() {
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Serviços", id: "services" },
|
||||
{ name: "Galeria", id: "gallery" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DTKnktXQutt7JDHWl0IuMP8cb4/uploaded-1778300813236-h8ug86pm.png"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DTKnktXQutt7JDHWl0IuMP8cb4/uploaded-1778301939726-lrypujnq.png"
|
||||
brandName="EURORODAS"
|
||||
logoClassName="w-24 h-auto"
|
||||
button={{
|
||||
@@ -103,25 +101,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "g1", name: "Rodas Especiais", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/car-wheel-rim-studio-shot_23-2148784706.jpg" },
|
||||
{ id: "g2", name: "Rodas de Liga Leve", price: "High-End", imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-adjusting-tire-pressure-while-working-auto-repair-shop_637285-7612.jpg" },
|
||||
{ id: "g3", name: "Acabamento Final", price: "Qualidade", imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-car-wheel_23-2151113193.jpg" },
|
||||
{ id: "g4", name: "Serviços Especializados", price: "Profissional", imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-is-posing-photographer-while-sitting-dark-auto-service-holding-pneumatic-drill_613910-17054.jpg" },
|
||||
{ id: "g5", name: "Pneus de Performance", price: "Segurança", imageSrc: "http://img.b2bpic.net/free-photo/atv-with-broken-wheel-auto-service-workshop-is-waiting-be-fixed_613910-17465.jpg" },
|
||||
{ id: "g6", name: "Nosso Workshop", price: "Estrutura", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-inspecting-air-filter-orange-car-workshop_23-2152020995.jpg" },
|
||||
]}
|
||||
title="Galeria Automotiva"
|
||||
description="Confira nosso trabalho premium."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
@@ -158,7 +137,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="EURORODAS"
|
||||
copyrightText="© 2025 | Borracharia EURORODAS - Feita para quem exige qualidade na estrada."
|
||||
copyrightText="© 2025 | Borracharia"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user