Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-09 03:42:48 +00:00
5 changed files with 1396 additions and 29 deletions

View File

@@ -95,7 +95,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/beach-sunset_1204-72.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beach-sunset_1204-72.jpg?_wi=3"
imageAlt="Main Beach sunset"
logoText="Main Beach Fish Grotto"
copyrightText="© 2025 Main Beach Fish Grotto. All rights reserved."

View File

@@ -111,7 +111,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/beach-sunset_1204-72.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beach-sunset_1204-72.jpg?_wi=4"
imageAlt="Main Beach sunset"
logoText="Main Beach Fish Grotto"
copyrightText="© 2025 Main Beach Fish Grotto. All rights reserved."

File diff suppressed because it is too large Load Diff

View File

@@ -56,7 +56,7 @@ export default function MenuPage() {
{ text: "Call to Order", href: "tel:0457779712" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/fish-chips_74190-6964.jpg"
imageSrc="http://img.b2bpic.net/free-photo/fish-chips_74190-6964.jpg?_wi=2"
imageAlt="Our signature fish and chips"
mediaAnimation="blur-reveal"
/>
@@ -80,17 +80,17 @@ export default function MenuPage() {
items: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/chicken-nuggets-with-sauce-wooden-board_140725-702.jpg",
"http://img.b2bpic.net/free-photo/chicken-nuggets-with-sauce-wooden-board_140725-702.jpg?_wi=2",
imageAlt: "Fish and chips",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/crispy-fried-calamari-rings-served-with-side-tomato-sauce-garnished-with-fresh-parsley_9975-124480.jpg",
"http://img.b2bpic.net/free-photo/crispy-fried-calamari-rings-served-with-side-tomato-sauce-garnished-with-fresh-parsley_9975-124480.jpg?_wi=2",
imageAlt: "Calamari",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/side-view-shrimps-batter-with-bowl-sauce-fresh-vegetable-salad-shells-tray_176474-3221.jpg",
"http://img.b2bpic.net/free-photo/side-view-shrimps-batter-with-bowl-sauce-fresh-vegetable-salad-shells-tray_176474-3221.jpg?_wi=2",
imageAlt: "Prawns",
},
],
@@ -102,17 +102,17 @@ export default function MenuPage() {
items: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/fast-food-restaurant-table_7939-2837.jpg",
"http://img.b2bpic.net/free-photo/fast-food-restaurant-table_7939-2837.jpg?_wi=2",
imageAlt: "Banh Mi",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/fried-noodles-plate_1339-2155.jpg",
"http://img.b2bpic.net/free-photo/fried-noodles-plate_1339-2155.jpg?_wi=2",
imageAlt: "Vermicelli",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken-fillet_114579-3764.jpg",
"http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken-fillet_114579-3764.jpg?_wi=2",
imageAlt: "Rice paper rolls",
},
],
@@ -124,17 +124,17 @@ export default function MenuPage() {
items: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/white-green-fruit-tomato-som_1203-5558.jpg",
"http://img.b2bpic.net/free-photo/white-green-fruit-tomato-som_1203-5558.jpg?_wi=2",
imageAlt: "Fresh salad",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken-fillet_114579-3764.jpg",
"http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken-fillet_114579-3764.jpg?_wi=3",
imageAlt: "Garden salad",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/salmon-tartare-with-avocado-mousse_2829-8098.jpg",
"http://img.b2bpic.net/free-photo/salmon-tartare-with-avocado-mousse_2829-8098.jpg?_wi=2",
imageAlt: "Premium vegetables",
},
],
@@ -146,17 +146,17 @@ export default function MenuPage() {
items: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-squid-rings-batter-with-sauce-fresh-vegetable-salad-tray_176474-3458.jpg",
"http://img.b2bpic.net/free-photo/top-view-squid-rings-batter-with-sauce-fresh-vegetable-salad-tray_176474-3458.jpg?_wi=2",
imageAlt: "Sauces",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-shrimp-potato-skewers_23-2148322836.jpg",
"http://img.b2bpic.net/free-photo/close-up-shrimp-potato-skewers_23-2148322836.jpg?_wi=2",
imageAlt: "Sides",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/isolated-shot-white-plate-with-two-part-sandwich-perfect-food-blog-menu-usage_181624-7420.jpg",
"http://img.b2bpic.net/free-photo/isolated-shot-white-plate-with-two-part-sandwich-perfect-food-blog-menu-usage_181624-7420.jpg?_wi=2",
imageAlt: "Extras",
},
],
@@ -219,7 +219,7 @@ export default function MenuPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/beach-sunset_1204-72.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beach-sunset_1204-72.jpg?_wi=2"
imageAlt="Main Beach sunset"
logoText="Main Beach Fish Grotto"
copyrightText="© 2025 Main Beach Fish Grotto. All rights reserved."

View File

@@ -57,7 +57,7 @@ export default function HomePage() {
{ text: "Order Pickup", href: "https://www.ubereats.com" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/fish-chips_74190-6964.jpg"
imageSrc="http://img.b2bpic.net/free-photo/fish-chips_74190-6964.jpg?_wi=1"
imageAlt="Golden crispy fish and chips with fresh lemon"
mediaAnimation="blur-reveal"
avatarText="Trusted by 260+ Reviews"
@@ -100,15 +100,15 @@ export default function HomePage() {
bentoComponent: "media-stack",
items: [
{
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-calamari-rings-served-with-side-tomato-sauce-garnished-with-fresh-parsley_9975-124480.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-calamari-rings-served-with-side-tomato-sauce-garnished-with-fresh-parsley_9975-124480.jpg?_wi=1",
imageAlt: "Crispy calamari",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-squid-rings-batter-with-sauce-fresh-vegetable-salad-tray_176474-3458.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-squid-rings-batter-with-sauce-fresh-vegetable-salad-tray_176474-3458.jpg?_wi=1",
imageAlt: "Calamari close-up",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shrimp-potato-skewers_23-2148322836.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shrimp-potato-skewers_23-2148322836.jpg?_wi=1",
imageAlt: "Plated calamari",
},
],
@@ -119,15 +119,15 @@ export default function HomePage() {
bentoComponent: "media-stack",
items: [
{
imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-with-sauce-wooden-board_140725-702.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-with-sauce-wooden-board_140725-702.jpg?_wi=1",
imageAlt: "Fish and chips served",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-shrimps-batter-with-bowl-sauce-fresh-vegetable-salad-shells-tray_176474-3221.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-shrimps-batter-with-bowl-sauce-fresh-vegetable-salad-shells-tray_176474-3221.jpg?_wi=1",
imageAlt: "Golden fish fillet",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare-with-avocado-mousse_2829-8098.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare-with-avocado-mousse_2829-8098.jpg?_wi=1",
imageAlt: "Fish and chips detail",
},
],
@@ -138,7 +138,7 @@ export default function HomePage() {
bentoComponent: "media-stack",
items: [
{
imageSrc: "http://img.b2bpic.net/free-photo/fast-food-restaurant-table_7939-2837.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fast-food-restaurant-table_7939-2837.jpg?_wi=1",
imageAlt: "Banh Mi sandwich",
},
{
@@ -146,7 +146,7 @@ export default function HomePage() {
imageAlt: "Banh Mi cross-section",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/isolated-shot-white-plate-with-two-part-sandwich-perfect-food-blog-menu-usage_181624-7420.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/isolated-shot-white-plate-with-two-part-sandwich-perfect-food-blog-menu-usage_181624-7420.jpg?_wi=1",
imageAlt: "Banh Mi plated",
},
],
@@ -157,15 +157,15 @@ export default function HomePage() {
bentoComponent: "media-stack",
items: [
{
imageSrc: "http://img.b2bpic.net/free-photo/fried-noodles-plate_1339-2155.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-noodles-plate_1339-2155.jpg?_wi=1",
imageAlt: "Vermicelli bowl",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/white-green-fruit-tomato-som_1203-5558.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-green-fruit-tomato-som_1203-5558.jpg?_wi=1",
imageAlt: "Noodles and seafood",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken-fillet_114579-3764.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken-fillet_114579-3764.jpg?_wi=1",
imageAlt: "Vermicelli detail",
},
],
@@ -238,7 +238,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/beach-sunset_1204-72.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beach-sunset_1204-72.jpg?_wi=1"
imageAlt="Main Beach sunset"
logoText="Main Beach Fish Grotto"
copyrightText="© 2025 Main Beach Fish Grotto. All rights reserved."