Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-07 21:46:37 +00:00

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
dashboard={{
title: "Why Locals Love Us", logoIcon: Crown,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-holding-hands_23-2148894602.jpg", imageAlt: "Busy Bee Food Mart storefront", searchPlaceholder: "Find your favorite snack", buttons: [
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-holding-hands_23-2148894602.jpg?_wi=1", imageAlt: "Busy Bee Food Mart storefront", searchPlaceholder: "Find your favorite snack", buttons: [
{ text: "View Menu", href: "#products" },
{ text: "Hours & Info", href: "#contact" }
],
@@ -94,7 +94,7 @@ export default function LandingPage() {
buttons={[
{ text: "Learn More", href: "#contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-holding-hands_23-2148894602.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-holding-hands_23-2148894602.jpg?_wi=2"
imageAlt="Busy Bee Food Mart friendly owners"
useInvertedBackground={false}
/>
@@ -109,7 +109,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Chopped Cheese Sandwich", price: "$8.99", variant: "Fresh chopped beef & melted cheese", imageSrc: "http://img.b2bpic.net/free-photo/front-view-toast-bread-with-veggies-pasta-tomatoes_23-2148440376.jpg", imageAlt: "Delicious chopped cheese sandwich"
id: "1", name: "Chopped Cheese Sandwich", price: "$8.99", variant: "Fresh chopped beef & melted cheese", imageSrc: "http://img.b2bpic.net/free-photo/front-view-toast-bread-with-veggies-pasta-tomatoes_23-2148440376.jpg?_wi=1", imageAlt: "Delicious chopped cheese sandwich"
},
{
id: "2", name: "Loaded Poutine", price: "$7.99", variant: "Fresh-cut fries, gravy & cheese curds", imageSrc: "http://img.b2bpic.net/free-photo/fish-chip_1203-9050.jpg", imageAlt: "Loaded poutine with cheese and gravy"
@@ -124,7 +124,7 @@ export default function LandingPage() {
id: "5", name: "Fresh-Cut Fries", price: "$4.99", variant: "Hot & crispy, always fresh", imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-potatoes-black-pan-high-quality-photo_114579-69094.jpg", imageAlt: "Golden fresh-cut fries"
},
{
id: "6", name: "Turkey Sub", price: "$8.49", variant: "Sliced turkey, lettuce, tomato & mayo", imageSrc: "http://img.b2bpic.net/free-photo/front-view-toast-bread-with-veggies-pasta-tomatoes_23-2148440376.jpg", imageAlt: "Fresh turkey sub"
id: "6", name: "Turkey Sub", price: "$8.49", variant: "Sliced turkey, lettuce, tomato & mayo", imageSrc: "http://img.b2bpic.net/free-photo/front-view-toast-bread-with-veggies-pasta-tomatoes_23-2148440376.jpg?_wi=2", imageAlt: "Fresh turkey sub"
}
]}
buttons={[