Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-18 17:05:15 +00:00

View File

@@ -8,7 +8,7 @@ import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardThree from '@/components/ecommerce/productCatalog/ProductCatalogItem';
import ProductCatalogItem from '@/components/ecommerce/productCatalog/ProductCatalogItem';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
@@ -88,19 +88,11 @@ export default function LandingPage() {
</div>
<div id="products" data-section="products">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
title="Lo más buscado"
description="Descubre nuestra selección estrella de dispositivos y esencias premium."
products={[
{ id: "p1", name: "Emerald Stealth", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/universal-cables-gadgets-neon-charging-data_169016-71502.jpg", rating: 5 },
{ id: "p2", name: "Cloud Pro Pod", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213276.jpg", rating: 4 },
{ id: "p3", name: "Shadow Stick", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-by-vaping-from-hookah-bar_23-2149191875.jpg", rating: 5 },
]}
/>
<div className="flex flex-wrap gap-4">
<ProductCatalogItem product={{ id: "p1", name: "Emerald Stealth", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/universal-cables-gadgets-neon-charging-data_169016-71502.jpg", rating: 5 }} />
<ProductCatalogItem product={{ id: "p2", name: "Cloud Pro Pod", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213276.jpg", rating: 4 }} />
<ProductCatalogItem product={{ id: "p3", name: "Shadow Stick", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-by-vaping-from-hookah-bar_23-2149191875.jpg", rating: 5 }} />
</div>
</div>
<div id="socialProof" data-section="socialProof">