Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-07 12:04:13 +00:00

View File

@@ -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" },
],