Merge version_14 into main #25

Merged
bender merged 1 commits from version_14 into main 2026-04-12 16:14:47 +00:00

View File

@@ -95,6 +95,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
showRating={true}
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Fabiano Daher", handle: "@fabiano", testimonial: "The lasagna and the tiramisu are among the best I have ever tasted in my life.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg" },
{ id: "2", name: "Constantine Marzavas", handle: "@constantine", testimonial: "Perfect espresso! Opens at 6am so it's a great place to relax before your work day.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashionable-handsome-male-student-with-thick-beard-sitting-wooden-table-with-mug-drinking-coffee-having-happy-cheerful-face-expression_273609-1763.jpg" },
@@ -111,6 +112,7 @@ export default function LandingPage() {
<ContactText
background={{ variant: "sparkles-gradient" }}
text="Visit us at 5731 Hwy 7, Woodbridge, ON L4L 1T7. We are open daily from 6 a.m. to 10 p.m. Call us at (905) 856-6100 for orders and inquiries."
useInvertedBackground={false}
buttons={[
{ text: "View Catering Details", href: "/services" },
]}