Merge version_4 into main #3

Merged
bender merged 1 commits from version_4 into main 2026-04-14 21:26:09 +00:00

View File

@@ -84,9 +84,9 @@ export default function LandingPage() {
{
title: "Dine-in", description: "Visit us in Scarborough for a warm, family-friendly dining experience.", imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-bar_1339-8276.jpg", imageAlt: "Fresh catering food service"},
{
title: "Takeout", description: "Grab our fresh, homemade meals on the go, perfect for any occasion.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-assortment_23-2149182264.jpg", imageAlt: "Fresh catering food service"},
title: "Takeout", description: "Call us at (416) 269 6262 or visit us in-store to place your order for pickup.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-assortment_23-2149182264.jpg", imageAlt: "Fresh catering food service"},
{
title: "Catering", description: "Make your event special with our delicious catering options. Please book in advance.", imageSrc: "http://img.b2bpic.net/free-photo/fruit-plate-with-mix-sliced-fruits_140725-1141.jpg", imageAlt: "Fresh catering food service"},
title: "Catering", description: "Ensure your event is memorable! Please contact us at (416) 269 6262 at least 48 hours in advance to secure your reservation.", imageSrc: "http://img.b2bpic.net/free-photo/fruit-plate-with-mix-sliced-fruits_140725-1141.jpg", imageAlt: "Fresh catering food service"},
]}
title="Our Culinary Services"
description="We provide a variety of dining options to suit your needs."
@@ -154,4 +154,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}