Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| de37d02421 | |||
| 5aba25edcb |
@@ -42,9 +42,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Ofertas", id: "#offers"},
|
||||
{
|
||||
name: "Contacto", id: "#contact"},
|
||||
{
|
||||
name: "Taqueria Perez", id: "/taqueria-perez"},
|
||||
name: "Contacto", id: "#contact"}
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/three-fish-tacos-with-cabbage-lime-dark-plate_84443-94440.jpg"
|
||||
logoAlt="Tacos De La Cruz Logo"
|
||||
@@ -97,7 +95,7 @@ export default function LandingPage() {
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024769.jpg", alt: "Mexican food"},
|
||||
{
|
||||
type: "text-icon", text: "Entrega Rápida", icon: Car,
|
||||
type: "text-icon", text: "Entrega Rápida", icon: Car
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -233,7 +231,7 @@ export default function LandingPage() {
|
||||
text: "Pedir Oferta", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"1 taco especial del día (cambia diario)", "1 agua fresca natural", "Una experiencia de sabor única", "¡No te la pierdas!"],
|
||||
"1 taco especial del día (cambia diario)", "1 agua fresca natural", "Una experiencia de sabor única", "¡No te la pierdas!"]
|
||||
},
|
||||
]}
|
||||
title="Nuestras Ofertas Especiales"
|
||||
@@ -276,9 +274,7 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Testimonios", href: "#testimonials"},
|
||||
{
|
||||
label: "Contacto", href: "#contact"},
|
||||
{
|
||||
label: "Taqueria Perez", href: "/taqueria-perez"},
|
||||
label: "Contacto", href: "#contact"}
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user