Merge version_3 into main #4
@@ -3,11 +3,10 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { MessageCircle } from 'lucide-react';
|
||||
|
||||
export default function ProductsPage() {
|
||||
return (
|
||||
@@ -34,13 +33,14 @@ export default function ProductsPage() {
|
||||
brandName="ParqueGas"
|
||||
/>
|
||||
|
||||
<div id="products-hero">
|
||||
<ProductCardThree
|
||||
<div id="products">
|
||||
<ProductCardOne
|
||||
title="Nuestro Catálogo"
|
||||
description="Encuentra la pieza exacta para tu instalación."
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Grifería Premium", price: "$55.000", imageSrc: "http://img.b2bpic.net/free-photo/silver-basin-mixer-isolated-gray-background_181624-59278.jpg" },
|
||||
{ id: "2", name: "Kit Repuesto Gas", price: "$28.000", imageSrc: "http://img.b2bpic.net/free-photo/nature-kitchen-flow-open-closeup_1203-5200.jpg" },
|
||||
@@ -55,6 +55,7 @@ export default function ProductsPage() {
|
||||
description="No te preocupes por el ajuste. Analizamos cada modelo."
|
||||
textboxLayout="inline-image"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Validación técnica", description: "Verificamos medidas y roscas antes de enviarte cualquier repuesto.", media: { imageSrc: "http://img.b2bpic.net/free-photo/faucet-sink_74190-4120.jpg" },
|
||||
@@ -73,6 +74,8 @@ export default function ProductsPage() {
|
||||
buttons={[{ text: "Chat con experto", href: "https://wa.me/541100000000" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-pink-blouse-buys-dishes-store_1157-36711.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user