Update src/app/page.tsx
This commit is contained in:
@@ -30,7 +30,7 @@ const heroButtons = [
|
||||
|
||||
const dashboardData = {
|
||||
title: "Aangan Pure Veg Restaurant", logoIcon: UtensilsCrossed,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg", searchPlaceholder: "Search menu items...", buttons: [
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg?_wi=1", searchPlaceholder: "Search menu items...", buttons: [
|
||||
{ text: "Get Directions", href: "https://maps.google.com" },
|
||||
{ text: "View Menu", href: "#dishes" },
|
||||
],
|
||||
@@ -228,7 +228,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
dashboard={{
|
||||
title: "Aangan Pure Veg Restaurant", logoIcon: UtensilsCrossed,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg", searchPlaceholder: "Search menu items...", buttons: [
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg?_wi=2", searchPlaceholder: "Search menu items...", buttons: [
|
||||
{ text: "Get Directions", href: "https://maps.google.com" },
|
||||
{ text: "View Menu", href: "#dishes" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user