Merge version_3 into main #3
@@ -9,7 +9,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { DollarSign, Truck } from "lucide-react";
|
||||
import { DollarSign, Truck, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -80,10 +80,10 @@ export default function LandingPage() {
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Por qué todos vuelven a Parkin 507"
|
||||
description="Priorizamos la frescura extrema en cada ingrediente y optimizamos nuestra logística para que tu comida llegue caliente y en tiempo récord."
|
||||
description="Nos especializamos en una entrega ultra rápida que garantiza que cada pedido llegue caliente y preservando la frescura total de nuestros ingredientes, tal como si estuvieras en nuestra mesa."
|
||||
metrics={[
|
||||
{ value: "Fresco", title: "Ingredientes" },
|
||||
{ value: "Grande", title: "Porción" },
|
||||
{ value: "Extrema", title: "Frescura" },
|
||||
{ value: "Récord", title: "Velocidad" },
|
||||
{ value: "Familiar", title: "Ambiente" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
{ id: "4", name: "David Sánchez", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-red-uniform-cape-with-round-delivery-bowl-notepad-pen-her-hands-light-pink-wall-uniform-delivery-employee-work_140725-42160.jpg" },
|
||||
{ id: "5", name: "Lucía Martínez", imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-angry-expression_1194-2114.jpg" },
|
||||
]}
|
||||
cardTitle="Lo que dicen nuestros clientes"
|
||||
cardTitle="5 Estrellas ⭐⭐⭐⭐⭐"
|
||||
cardTag="Opiniones Reales"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
@@ -159,4 +159,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user