Merge version_14 into main #21

Merged
bender merged 2 commits from version_14 into main 2026-04-12 16:12:16 +00:00
2 changed files with 3 additions and 19 deletions

View File

@@ -10,8 +10,8 @@ import { Raleway } from "next/font/google";
export const metadata: Metadata = {
title: 'Molisana Bakery | Authentic Italian Bakery, Espresso & Hot Table',
description: 'Authentic Italian bakery and hot table. Best espresso, fresh pastries, generous sandwiches, catering and private events. Open early at 6 AM.',
title: 'Molisana Bakery',
description: 'Authentic Italian Daily Rituals',
openGraph: {
"title": "Molisana Bakery",
"description": "Your daily Italian ritual. Authentic bakery, hot table, and espresso bar.",

View File

@@ -59,21 +59,6 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/woman-white-sweater-pouring-milk-into-coffee-dessert_1157-26624.jpg"
imageAlt="authentic italian bakery display"
mediaAnimation="blur-reveal"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg", alt: "Medium woman taking food photo" },
{ src: "http://img.b2bpic.net/free-photo/smiling-man-enjoying-croissant_1170-631.jpg", alt: "Smiling Man Enjoying a Croissant" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-kebab_23-2148773545.jpg", alt: "Medium shot smiley woman with kebab" },
{ src: "http://img.b2bpic.net/free-photo/american-diner-aesthetics_23-2151854444.jpg", alt: "American diner aesthetics" },
{ src: "http://img.b2bpic.net/free-photo/young-smiling-woman-cafe-drinking-coffee-date-looking-camera_197531-22708.jpg", alt: "Young smiling woman in a cafe" },
]}
avatarText="Join 500+ happy regulars"
marqueeItems={[
{ type: "text", text: "Authentic Italian" },
{ type: "text", text: "Fresh Daily" },
{ type: "text", text: "Artisan Pastry" },
{ type: "text", text: "Hot Table" },
{ type: "text", text: "Premium Espresso" },
]}
/>
</div>
@@ -134,7 +119,6 @@ export default function LandingPage() {
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."
buttons={[
{ text: "View Catering Details", href: "/services" },
{ text: "Call (905) 856-6100", onClick: () => { const el = document.getElementById('contact'); el?.scrollIntoView({ behavior: 'smooth' }); } },
]}
/>
</div>
@@ -144,7 +128,7 @@ export default function LandingPage() {
columns={[
{ title: "Bakery", items: [{ label: "Menu", href: "/menu" }, { label: "Services", href: "/services" }] },
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Events", href: "/" }] },
{ title: "Visit", items: [{ label: "Directions", href: "/" }, { label: "Contact", onClick: () => { const el = document.getElementById('contact'); el?.scrollIntoView({ behavior: 'smooth' }); } }] },
{ title: "Visit", items: [{ label: "Directions", href: "/" }, { label: "Contact", href: "/contact" }] },
]}
bottomLeftText="© 2024 Molisana Bakery. All rights reserved."
bottomRightText="Authentic Italian Daily Rituals"