|
|
|
|
@@ -11,6 +11,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
|
|
|
|
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
|
|
|
|
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
|
|
|
|
import { Award, Leaf, ShoppingBag, Star, Users, Utensils } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
@@ -32,6 +33,7 @@ export default function LandingPage() {
|
|
|
|
|
<NavbarLayoutFloatingOverlay
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "Servicios", id: "servicios" },
|
|
|
|
|
{ name: "Mercado", id: "mercado" },
|
|
|
|
|
{ name: "Nosotros", id: "nosotros" },
|
|
|
|
|
{ name: "Galería", id: "galeria" },
|
|
|
|
|
{ name: "Reseñas", id: "testimonios" },
|
|
|
|
|
@@ -67,6 +69,24 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="mercado" data-section="mercado">
|
|
|
|
|
<FeatureCardSeven
|
|
|
|
|
title="Mercado en Línea"
|
|
|
|
|
description="Haz tus compras desde casa en cualquiera de nuestros 4 supermercados de la zona."
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
title: "Envío a Domicilio", description: "Recibe tus productos frescos directamente en la puerta de tu casa en Guanacaste.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-holding-cardboard-box_23-2149361668.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Retiro en Tienda", description: "Realiza tu pedido en línea y recógelo en el supermercado más cercano de forma rápida.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-paper-bags-with-groceries_23-2148281358.jpg"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="nosotros" data-section="nosotros">
|
|
|
|
|
<AboutMetric
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
@@ -191,4 +211,4 @@ export default function LandingPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|