Merge version_1 into main #1
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
handle: "@mariag",
|
||||
testimonial: "Very good tacos, snacks & sweets",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-tacos-arrangement_23-2148750458.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-tacos-arrangement_23-2148750458.jpg?_wi=1",
|
||||
imageAlt: "authentic mexican street tacos",
|
||||
},
|
||||
{
|
||||
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
handle: "@elenar",
|
||||
testimonial: "A great place for your cravings and everything is delicious",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-burrito-with-purple-background_23-2148329131.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-burrito-with-purple-background_23-2148329131.jpg?_wi=1",
|
||||
imageAlt: "street taco platter",
|
||||
},
|
||||
{
|
||||
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
||||
handle: "@carlosm",
|
||||
testimonial: "Best tacos in town, absolutely delicious!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-meat-sauce_23-2148750430.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-meat-sauce_23-2148750430.jpg?_wi=1",
|
||||
imageAlt: "mexican street snacks assortment",
|
||||
},
|
||||
{
|
||||
@@ -91,7 +91,7 @@ export default function LandingPage() {
|
||||
handle: "@sarahj",
|
||||
testimonial: "The sweets are incredible!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-crackers-cakes-inside-brown-plate-with-coffee-seeds_140725-29766.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-crackers-cakes-inside-brown-plate-with-coffee-seeds_140725-29766.jpg?_wi=1",
|
||||
imageAlt: "traditional mexican desserts sweets",
|
||||
},
|
||||
]}
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vegetarian-tacos-arrangement_23-2148750458.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vegetarian-tacos-arrangement_23-2148750458.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vegetarian-tacos-arrangement_23-2148750458.jpg",
|
||||
@@ -155,42 +155,42 @@ export default function LandingPage() {
|
||||
name: "Street Tacos",
|
||||
price: "$3.50",
|
||||
variant: "Authentic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-burrito-with-purple-background_23-2148329131.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-burrito-with-purple-background_23-2148329131.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Loaded Nachos",
|
||||
price: "$8.99",
|
||||
variant: "Snack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-meat-sauce_23-2148750430.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-meat-sauce_23-2148750430.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Churros",
|
||||
price: "$4.50",
|
||||
variant: "Sweet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-crackers-cakes-inside-brown-plate-with-coffee-seeds_140725-29766.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-crackers-cakes-inside-brown-plate-with-coffee-seeds_140725-29766.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Burrito Supreme",
|
||||
price: "$10.50",
|
||||
variant: "Main",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-burrito-with-purple-background_23-2148329131.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-burrito-with-purple-background_23-2148329131.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Esquites",
|
||||
price: "$5.00",
|
||||
variant: "Snack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-meat-sauce_23-2148750430.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-meat-sauce_23-2148750430.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Tres Leches Cake",
|
||||
price: "$6.00",
|
||||
variant: "Sweet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-crackers-cakes-inside-brown-plate-with-coffee-seeds_140725-29766.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-crackers-cakes-inside-brown-plate-with-coffee-seeds_140725-29766.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
@@ -264,7 +264,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vegetarian-tacos-arrangement_23-2148750458.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vegetarian-tacos-arrangement_23-2148750458.jpg?_wi=3"
|
||||
logoText="Lilly’s Sweets"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user