Update src/app/page.tsx
This commit is contained in:
@@ -104,11 +104,11 @@ export default function LandingPage() {
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949024.jpg", alt: "Fine plating"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/top-view-scoop-ice-cream-with-herbs_23-2148425548.jpg", alt: "Restaurant vibe"},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/top-view-scoop-ice-cream-with-herbs_23-2148425548.jpg", imageAlt: "Restaurant vibe"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/pasta-with-green-pesto-sauce-with-peanuts_114579-2434.jpg", alt: "Handmade pasta"},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/pasta-with-green-pesto-sauce-with-peanuts_114579-2434.jpg", imageAlt: "Handmade pasta"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-black-spaghetti-squid_23-2148461690.jpg", alt: "Specialty entree"},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-black-spaghetti-squid_23-2148461690.jpg", imageAlt: "Specialty entree"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user