Merge version_3 into main #3
@@ -30,13 +30,10 @@ export default function AboutPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "https://www.ubereats.com",
|
||||
}}
|
||||
text: "Order Online", href: "https://www.ubereats.com"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -101,16 +98,14 @@ export default function AboutPage() {
|
||||
copyrightText="© 2025 Main Beach Fish Grotto. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 0457 779 712", href: "tel:0457779712" },
|
||||
{ label: "10/20 Tedder Ave, Main Beach", href: "https://maps.google.com/?q=10/20+Tedder+Ave,+Main+Beach+QLD+4217" },
|
||||
{ label: "Hours: Mon-Sun 11am-8pm", href: "#" },
|
||||
@@ -118,8 +113,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Order Online",
|
||||
items: [
|
||||
title: "Order Online", items: [
|
||||
{ label: "UberEats", href: "https://www.ubereats.com" },
|
||||
{ label: "Call for Pickup", href: "tel:0457779712" },
|
||||
],
|
||||
|
||||
@@ -29,13 +29,10 @@ export default function ContactPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "https://www.ubereats.com",
|
||||
}}
|
||||
text: "Order Online", href: "https://www.ubereats.com"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -45,42 +42,22 @@ export default function ContactPage() {
|
||||
ctaDescription="Whether it's pickup, delivery, or dine-in at our beachside location, we're ready to serve you fresh, delicious food. Call us or visit in person."
|
||||
ctaIcon={Phone}
|
||||
ctaButton={{
|
||||
text: "Call: 0457 779 712",
|
||||
href: "tel:0457779712",
|
||||
}}
|
||||
text: "Call: 0457 779 712", href: "tel:0457779712"}}
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your opening hours?",
|
||||
content: "We're open Monday to Sunday, 11am to 8pm. Perfect for lunch, dinner, or a casual beachside snack!",
|
||||
},
|
||||
id: "1", title: "What are your opening hours?", content: "We're open Monday to Sunday, 11am to 8pm. Perfect for lunch, dinner, or a casual beachside snack!"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes! We partner with UberEats for convenient delivery. You can also order pickup directly by calling us on 0457 779 712.",
|
||||
},
|
||||
id: "2", title: "Do you offer delivery?", content: "Yes! We partner with UberEats for convenient delivery. You can also order pickup directly by calling us on 0457 779 712."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are you family-friendly?",
|
||||
content: "Absolutely! We love families and have a relaxed, welcoming atmosphere perfect for kids and groups. High chairs available and kids menu options.",
|
||||
},
|
||||
id: "3", title: "Are you family-friendly?", content: "Absolutely! We love families and have a relaxed, welcoming atmosphere perfect for kids and groups. High chairs available and kids menu options."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you have vegetarian options?",
|
||||
content: "Yes, we offer vegetarian dishes including veggie banh mi, rice paper rolls with tofu, fresh salads, and vegetarian vermicelli bowls.",
|
||||
},
|
||||
id: "4", title: "Do you have vegetarian options?", content: "Yes, we offer vegetarian dishes including veggie banh mi, rice paper rolls with tofu, fresh salads, and vegetarian vermicelli bowls."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Where are you located?",
|
||||
content: "10/20 Tedder Ave, Main Beach QLD 4217 - Right in the heart of Main Beach, just steps from the beach! Easy parking available.",
|
||||
},
|
||||
id: "5", title: "Where are you located?", content: "10/20 Tedder Ave, Main Beach QLD 4217 - Right in the heart of Main Beach, just steps from the beach! Easy parking available."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Can I order online?",
|
||||
content: "Yes, you can order through UberEats for delivery, or call us directly at 0457 779 712 for pickup. We'll have your order ready quickly!",
|
||||
},
|
||||
id: "6", title: "Can I order online?", content: "Yes, you can order through UberEats for delivery, or call us directly at 0457 779 712 for pickup. We'll have your order ready quickly!"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,15 +72,7 @@ export default function ContactPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Gold Coast Local Guide",
|
||||
"Urban Spoon Reviews",
|
||||
"TripAdvisor Best Rated",
|
||||
"Google Verified",
|
||||
"Local Business Association",
|
||||
"Gold Coast Tourism",
|
||||
"Community Favourite",
|
||||
"Fresh Food Awards",
|
||||
]}
|
||||
"Gold Coast Local Guide", "Urban Spoon Reviews", "TripAdvisor Best Rated", "Google Verified", "Local Business Association", "Gold Coast Tourism", "Community Favourite", "Fresh Food Awards"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -117,16 +86,14 @@ export default function ContactPage() {
|
||||
copyrightText="© 2025 Main Beach Fish Grotto. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 0457 779 712", href: "tel:0457779712" },
|
||||
{ label: "10/20 Tedder Ave, Main Beach", href: "https://maps.google.com/?q=10/20+Tedder+Ave,+Main+Beach+QLD+4217" },
|
||||
{ label: "Hours: Mon-Sun 11am-8pm", href: "#" },
|
||||
@@ -134,8 +101,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Order Online",
|
||||
items: [
|
||||
title: "Order Online", items: [
|
||||
{ label: "UberEats", href: "https://www.ubereats.com" },
|
||||
{ label: "Call for Pickup", href: "tel:0457779712" },
|
||||
],
|
||||
|
||||
@@ -18,7 +18,6 @@ export default function MenuPage() {
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
];
|
||||
|
||||
@@ -74,91 +73,55 @@ export default function MenuPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Classic Seafood",
|
||||
description: "Golden crispy fish, calamari, and more",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "Classic Seafood", description: "Golden crispy fish, calamari, and more", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/chicken-nuggets-with-sauce-wooden-board_140725-702.jpg?_wi=2",
|
||||
imageAlt: "Fish and chips",
|
||||
},
|
||||
"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?_wi=2",
|
||||
imageAlt: "Calamari",
|
||||
},
|
||||
"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?_wi=2",
|
||||
imageAlt: "Prawns",
|
||||
},
|
||||
"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"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Vietnamese Specials",
|
||||
description: "Banh mi, vermicelli bowls, and rice paper rolls",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "Vietnamese Specials", description: "Banh mi, vermicelli bowls, and rice paper rolls", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fast-food-restaurant-table_7939-2837.jpg?_wi=2",
|
||||
imageAlt: "Banh Mi",
|
||||
},
|
||||
"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?_wi=2",
|
||||
imageAlt: "Vermicelli",
|
||||
},
|
||||
"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?_wi=2",
|
||||
imageAlt: "Rice paper rolls",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken-fillet_114579-3764.jpg?_wi=2", imageAlt: "Rice paper rolls"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Sides & Salads",
|
||||
description: "Fresh salads, chips, and garden vegetables",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "Sides & Salads", description: "Fresh salads, chips, and garden vegetables", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/white-green-fruit-tomato-som_1203-5558.jpg?_wi=2",
|
||||
imageAlt: "Fresh salad",
|
||||
},
|
||||
"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?_wi=3",
|
||||
imageAlt: "Garden salad",
|
||||
},
|
||||
"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?_wi=2",
|
||||
imageAlt: "Premium vegetables",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/salmon-tartare-with-avocado-mousse_2829-8098.jpg?_wi=2", imageAlt: "Premium vegetables"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Drinks & Extras",
|
||||
description: "Beverages, sauces, and takeaway sides",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "Drinks & Extras", description: "Beverages, sauces, and takeaway sides", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-squid-rings-batter-with-sauce-fresh-vegetable-salad-tray_176474-3458.jpg?_wi=2",
|
||||
imageAlt: "Sauces",
|
||||
},
|
||||
"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?_wi=2",
|
||||
imageAlt: "Sides",
|
||||
},
|
||||
"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?_wi=2",
|
||||
imageAlt: "Extras",
|
||||
},
|
||||
"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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -171,48 +134,28 @@ export default function MenuPage() {
|
||||
ctaDescription="Browse our menu and place your order for pickup, delivery, or dine-in. We're here to serve you fresh food every day."
|
||||
ctaIcon={Phone}
|
||||
ctaButton={{
|
||||
text: "Call: 0457 779 712",
|
||||
href: "tel:0457779712",
|
||||
}}
|
||||
text: "Call: 0457 779 712", href: "tel:0457779712"}}
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does food take to prepare?",
|
||||
content:
|
||||
"Most orders are ready in 15-20 minutes. We prepare everything fresh when you order to ensure maximum quality.",
|
||||
},
|
||||
id: "1", title: "How long does food take to prepare?", content:
|
||||
"Most orders are ready in 15-20 minutes. We prepare everything fresh when you order to ensure maximum quality."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I customize my order?",
|
||||
content:
|
||||
"Absolutely! We're happy to customise dishes to your preferences. Just let us know when you call or order.",
|
||||
},
|
||||
id: "2", title: "Can I customize my order?", content:
|
||||
"Absolutely! We're happy to customise dishes to your preferences. Just let us know when you call or order."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you have specials?",
|
||||
content:
|
||||
"Yes! We offer daily specials and combo deals. Call us or visit to find out what's featured this week.",
|
||||
},
|
||||
id: "3", title: "Do you have specials?", content:
|
||||
"Yes! We offer daily specials and combo deals. Call us or visit to find out what's featured this week."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What about dietary requirements?",
|
||||
content:
|
||||
"We have vegetarian options, gluten-free alternatives, and can accommodate most dietary needs. Just ask!",
|
||||
},
|
||||
id: "4", title: "What about dietary requirements?", content:
|
||||
"We have vegetarian options, gluten-free alternatives, and can accommodate most dietary needs. Just ask!"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you accept large orders?",
|
||||
content:
|
||||
"Yes! We take catering orders for parties, events, and corporate functions. Call us to discuss your needs.",
|
||||
},
|
||||
id: "5", title: "Do you accept large orders?", content:
|
||||
"Yes! We take catering orders for parties, events, and corporate functions. Call us to discuss your needs."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What's your most popular dish?",
|
||||
content:
|
||||
"Our Fish & Chips is consistently our most loved item! But our Banh Mi and Calamari are also customer favourites.",
|
||||
},
|
||||
id: "6", title: "What's your most popular dish?", content:
|
||||
"Our Fish & Chips is consistently our most loved item! But our Banh Mi and Calamari are also customer favourites."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -225,32 +168,25 @@ export default function MenuPage() {
|
||||
copyrightText="© 2025 Main Beach Fish Grotto. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "About", href: "/" },
|
||||
{ label: "Contact", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 0457 779 712", href: "tel:0457779712" },
|
||||
{
|
||||
label: "10/20 Tedder Ave, Main Beach",
|
||||
href: "https://maps.google.com/?q=10/20+Tedder+Ave,+Main+Beach+QLD+4217",
|
||||
},
|
||||
label: "10/20 Tedder Ave, Main Beach", href: "https://maps.google.com/?q=10/20+Tedder+Ave,+Main+Beach+QLD+4217"},
|
||||
{ label: "Hours: Mon-Sun 11am-8pm", href: "#" },
|
||||
{
|
||||
label: "Email Us",
|
||||
href: "mailto:info@mainbeachfishgrotto.com.au",
|
||||
},
|
||||
label: "Email Us", href: "mailto:info@mainbeachfishgrotto.com.au"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Order Online",
|
||||
items: [
|
||||
title: "Order Online", items: [
|
||||
{ label: "UberEats", href: "https://www.ubereats.com" },
|
||||
{ label: "Call for Pickup", href: "tel:0457779712" },
|
||||
{ label: "Gift Cards", href: "#" },
|
||||
|
||||
@@ -6,7 +6,6 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||
import TextAbout from "@/components/sections/about/TextAbout";
|
||||
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
@@ -34,7 +33,6 @@ export default function HomePage() {
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
@@ -136,25 +134,6 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="Amazing fish and chips! Fresh, crispy, and delicious. The homemade sauce is incredible."
|
||||
rating={5}
|
||||
author="Sarah Mitchell, Local Resident"
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg", alt: "Sarah Mitchell" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg", alt: "Customer review" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-male-waiter-receives-order-from-young-woman_329181-2049.jpg", alt: "Happy customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/charismatic-young-man-traveller-going-holiday-trip-abroad-sitting-with-suitcase-holding_1258-270482.jpg", alt: "Family dining" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/crazy-hippie-man-happy-expression_1194-3968.jpg", alt: "Satisfied customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5358.jpg", alt: "Tourist visitor" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
title="Why Locals & Tourists Choose Us"
|
||||
@@ -222,4 +201,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user