Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c06c5e6d07 | |||
| 2f58570bf4 | |||
| e13b210b8c | |||
| a171642091 | |||
| 2bcb60c80f | |||
| a15d0d8d3d | |||
| 404086388d | |||
| db68362152 |
217
src/app/page.tsx
217
src/app/page.tsx
@@ -2,16 +2,13 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Sparkles, Fork } from "lucide-react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -33,26 +30,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "#home"
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About", id: "#about-hidden-gem"
|
||||
},
|
||||
name: "About", id: "#about-hidden-gem"},
|
||||
{
|
||||
name: "Seasonal", id: "#seasonal"
|
||||
},
|
||||
name: "Menus", id: "#featured-dishes"},
|
||||
{
|
||||
name: "Menus", id: "#featured-dishes"
|
||||
},
|
||||
name: "Reservations", id: "#reservation-cta"},
|
||||
{
|
||||
name: "Gallery", id: "#gallery"
|
||||
},
|
||||
name: "Gallery", id: "#gallery"},
|
||||
{
|
||||
name: "Reservations", id: "#reservation-cta"
|
||||
},
|
||||
{
|
||||
name: "Contact", id: "#reservation-cta"
|
||||
}
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Arethusa al Tavolo"
|
||||
/>
|
||||
@@ -68,11 +56,9 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table", href: "#reservation-cta"
|
||||
},
|
||||
text: "Reserve Your Table", href: "#reservation-cta"},
|
||||
{
|
||||
text: "Explore Our Menus", href: "#featured-dishes"
|
||||
}
|
||||
text: "Explore Our Menus", href: "#featured-dishes"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
@@ -89,27 +75,12 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
useInvertedBackground={true}
|
||||
title="Praised by Leading Publications"
|
||||
description="Arethusa al Tavolo has been consistently recognized for its exceptional cuisine and dining experience."
|
||||
names={[
|
||||
"The New York Times", "Connecticut Magazine", "Zagat", "Food & Wine", "Michelin Guide"
|
||||
]}
|
||||
tag="RECOGNITION"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hidden-gem" data-section="hidden-gem">
|
||||
<div id="about-hidden-gem" data-section="about-hidden-gem">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "A Hidden Gem That Guests Return To Again And Again"
|
||||
}
|
||||
type: "text", content: "A Hidden Gem That Guests Return To Again And Again"},
|
||||
]}
|
||||
description="Nestled in the heart of Bantam, Arethusa al Tavolo has quietly become one of New England's most beloved dining destinations.\nGuests arrive expecting a great meal.\nThey leave remembering an experience.\nEvery dish reflects the season.\nEvery detail reflects care.\nEvery guest is welcomed like a regular."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/roof-old-building-front-blue-sky-day-time_231208-3243.jpg"
|
||||
@@ -117,32 +88,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="seasonal" data-section="seasonal">
|
||||
<FeatureCardTwentySix
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
title="Seasonal Delights & Special Creations"
|
||||
description="Our menu is a living celebration of the seasons, featuring the freshest local produce and artfully crafted dishes that capture the essence of New England."
|
||||
tag="EVER-EVOLVING MENU"
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Spring Harvest Salad", description: "Vibrant greens, edible flowers, and a lemon-herb vinaigrette, celebrating the first blooms of spring.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-salad-with-sprouts-sauce-healthy-food_140725-39726.jpg", imageAlt: "Spring Harvest Salad", buttonIcon: Sparkles
|
||||
},
|
||||
{
|
||||
title: "Summer Berry Tart", description: "Sweet local berries baked into a delicate tart with a hint of vanilla cream, a perfect summer indulgence.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-piece-cake-with-fruits-dark-desk-dessert-fruit-cake-sugar-sweet_140725-23624.jpg", imageAlt: "Summer Berry Tart", buttonIcon: Sparkles
|
||||
},
|
||||
{
|
||||
title: "Autumn Root Vegetable Risotto", description: "Creamy risotto infused with earthy root vegetables and truffle oil, a comforting dish for cooler evenings.", imageSrc: "http://img.b2bpic.net/free-photo/risotto-with-mushrooms_1157-79.jpg", imageAlt: "Autumn Root Vegetable Risotto", buttonIcon: Sparkles
|
||||
},
|
||||
{
|
||||
title: "Winter Game Hen", description: "Roasted game hen with a rich jus, served alongside seasonal winter vegetables and wild rice.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-cooking-kitchen-concept_114579-20412.jpg", imageAlt: "Winter Game Hen", buttonIcon: Sparkles
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="signature-experiences" data-section="signature-experiences">
|
||||
<FeatureCardTwelve
|
||||
animationType="slide-up"
|
||||
@@ -151,22 +96,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "tasting-experiences", label: "Culinary Journey", title: "Seasonal Tasting Experiences", items: [
|
||||
"Chef-driven menus that evolve throughout the year, celebrating the finest ingredients available at any given moment."
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lamps-coffee-shop_116348-51.jpg"
|
||||
},
|
||||
"Chef-driven menus that evolve throughout the year, celebrating the finest ingredients available at any given moment."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lamps-coffee-shop_116348-51.jpg"},
|
||||
{
|
||||
id: "celebrations", label: "Memorable Moments", title: "Celebrations Worth Remembering", items: [
|
||||
"From anniversaries to milestone birthdays, we create evenings guests talk about for years."
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cupcake-strawberries-cupcake-plate-chocolate-cream-candies-strawberries-bowls-cup-herbal-tea-dark-table_140725-117161.jpg"
|
||||
},
|
||||
"From anniversaries to milestone birthdays, we create evenings guests talk about for years."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cupcake-strawberries-cupcake-plate-chocolate-cream-candies-strawberries-bowls-cup-herbal-tea-dark-table_140725-117161.jpg"},
|
||||
{
|
||||
id: "farm-to-table", label: "Authentic Cuisine", title: "Farm-To-Table Reimagined", items: [
|
||||
"A modern interpretation of New England dining rooted in craftsmanship, seasonality, and authenticity."
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-cooking_114579-8725.jpg"
|
||||
}
|
||||
"A modern interpretation of New England dining rooted in craftsmanship, seasonality, and authenticity."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-cooking_114579-8725.jpg"},
|
||||
]}
|
||||
title="Farm. Season. Craft."
|
||||
description="We believe extraordinary dining begins long before service. It begins in the field. In the harvest. In selecting ingredients at their peak. Our menus evolve with the seasons, allowing each ingredient to speak for itself while showcasing the creativity and precision of our culinary team."
|
||||
@@ -181,23 +120,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "yellowtail-tartare", name: "Yellowtail Tartare", price: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-muhrooms_1157-25.jpg", imageAlt: "Bright, elegant Yellowtail Tartare"
|
||||
},
|
||||
id: "yellowtail-tartare", name: "Yellowtail Tartare", price: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-muhrooms_1157-25.jpg", imageAlt: "Bright, elegant Yellowtail Tartare"},
|
||||
{
|
||||
id: "pork-tenderloin", name: "Pork Tenderloin", price: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/two-slices-steak-with-herbs-spices-white-plate_114579-28878.jpg", imageAlt: "Perfectly prepared Pork Tenderloin"
|
||||
},
|
||||
id: "pork-tenderloin", name: "Pork Tenderloin", price: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/two-slices-steak-with-herbs-spices-white-plate_114579-28878.jpg", imageAlt: "Perfectly prepared Pork Tenderloin"},
|
||||
{
|
||||
id: "oysters", name: "Oysters", price: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/couple-is-dating-restaurant_53876-47107.jpg", imageAlt: "Fresh, pristine Oysters"
|
||||
},
|
||||
id: "oysters", name: "Oysters", price: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/couple-is-dating-restaurant_53876-47107.jpg", imageAlt: "Fresh, pristine Oysters"},
|
||||
{
|
||||
id: "seasonal-seafood", name: "Seasonal Seafood", price: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/seafood-crab-salad-with-fresh-parmesan-crackers-greenery-inside-white-plate_114579-1799.jpg", imageAlt: "Exquisite Seasonal Seafood dish"
|
||||
},
|
||||
id: "seasonal-seafood", name: "Seasonal Seafood", price: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/seafood-crab-salad-with-fresh-parmesan-crackers-greenery-inside-white-plate_114579-1799.jpg", imageAlt: "Exquisite Seasonal Seafood dish"},
|
||||
{
|
||||
id: "housemade-pasta", name: "Housemade Pastas & Dumplings", price: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-tasty-inside-white-plate-grey-floor_140725-14465.jpg", imageAlt: "Artisan Housemade Pasta"
|
||||
},
|
||||
id: "housemade-pasta", name: "Housemade Pastas & Dumplings", price: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-tasty-inside-white-plate-grey-floor_140725-14465.jpg", imageAlt: "Artisan Housemade Pasta"},
|
||||
{
|
||||
id: "desserts", name: "Desserts Worth Saving Room For", price: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/muffins-black_114579-18496.jpg", imageAlt: "Decadent dessert"
|
||||
}
|
||||
id: "desserts", name: "Desserts Worth Saving Room For", price: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/muffins-black_114579-18496.jpg", imageAlt: "Decadent dessert"},
|
||||
]}
|
||||
title="Featured Dishes"
|
||||
description="A curated selection from our evolving menu, showcasing the freshest seasonal ingredients and masterful culinary techniques."
|
||||
@@ -209,8 +142,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "Elegant Without Pretension"
|
||||
}
|
||||
type: "text", content: "Elegant Without Pretension"},
|
||||
]}
|
||||
description="Fine dining should feel welcoming.\nOur dining room blends sophistication with comfort, creating a space where conversation flows naturally and every guest feels at home.\nWarm lighting. Attentive service. An atmosphere designed for lingering."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-restaurant_74190-4464.jpg"
|
||||
@@ -227,24 +159,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah J.", role: "Diner", company: "Local Patron", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-roll-with-avocado-salad_74190-6079.jpg"
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-roll-with-avocado-salad_74190-6079.jpg"},
|
||||
{
|
||||
id: "2", name: "Michael T.", role: "Food Critic", company: "Connecticut Eats", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-floral-garnish_23-2151973727.jpg"
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-floral-garnish_23-2151973727.jpg"},
|
||||
{
|
||||
id: "3", name: "Emily R.", role: "Anniversary Guest", company: "Celebration", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crab-meat-coconut-cream-soup-micro-greens-gray-concrete-background-top-view-copy-space-h_1258-52397.jpg"
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crab-meat-coconut-cream-soup-micro-greens-gray-concrete-background-top-view-copy-space-h_1258-52397.jpg"},
|
||||
{
|
||||
id: "4", name: "David L.", role: "Regular", company: "Long-time Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-portrait-outdoor_624325-2930.jpg"
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-portrait-outdoor_624325-2930.jpg"},
|
||||
{
|
||||
id: "5", name: "Jessica M.", role: "Diner", company: "New Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meatball-with-topped-with-white-cheese-with-herbs_141793-1185.jpg"
|
||||
}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meatball-with-topped-with-white-cheese-with-herbs_141793-1185.jpg"},
|
||||
]}
|
||||
title="What Guests Are Saying"
|
||||
description="Discover why our guests consistently rate us as one of Connecticut's finest dining experiences."
|
||||
@@ -256,13 +183,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "Some Evenings Deserve Something Extraordinary"
|
||||
}
|
||||
type: "text", content: "Some Evenings Deserve Something Extraordinary"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Evening", href: "#reservation-cta"
|
||||
}
|
||||
text: "Reserve Your Evening", href: "#reservation-cta"},
|
||||
]}
|
||||
description="Whether you're celebrating an anniversary, entertaining guests, or simply treating yourself to an unforgettable meal, Arethusa al Tavolo provides the perfect setting."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196969.jpg"
|
||||
@@ -278,32 +203,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "gallery-seafood-dish", name: "Signature Seafood", price: "Artful", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-black-spaghetti-mussels_23-2148461650.jpg", imageAlt: "Plated signature seafood dish"
|
||||
},
|
||||
id: "gallery-seafood-dish", name: "Signature Seafood", price: "Artful", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-black-spaghetti-mussels_23-2148461650.jpg", imageAlt: "Plated signature seafood dish"},
|
||||
{
|
||||
id: "gallery-oysters", name: "Pristine Oysters", price: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-fish-cooking_23-2148949111.jpg", imageAlt: "Fresh oysters on ice"
|
||||
},
|
||||
id: "gallery-oysters", name: "Pristine Oysters", price: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-fish-cooking_23-2148949111.jpg", imageAlt: "Fresh oysters on ice"},
|
||||
{
|
||||
id: "gallery-seasonal-vegetables", name: "Seasonal Vegetables", price: "Harvest", imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-food-plating-decoration_23-2148519092.jpg", imageAlt: "Beautifully plated seasonal vegetables"
|
||||
},
|
||||
id: "gallery-seasonal-vegetables", name: "Seasonal Vegetables", price: "Harvest", imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-food-plating-decoration_23-2148519092.jpg", imageAlt: "Beautifully plated seasonal vegetables"},
|
||||
{
|
||||
id: "gallery-duck-entree", name: "Duck Entrée", price: "Exquisite", imageSrc: "http://img.b2bpic.net/free-photo/chicken-legs-teriyaki-sauce-garnished-with-dried-orange_140725-8273.jpg", imageAlt: "Gourmet duck entrée"
|
||||
},
|
||||
id: "gallery-duck-entree", name: "Duck Entrée", price: "Exquisite", imageSrc: "http://img.b2bpic.net/free-photo/chicken-legs-teriyaki-sauce-garnished-with-dried-orange_140725-8273.jpg", imageAlt: "Gourmet duck entrée"},
|
||||
{
|
||||
id: "gallery-yellowtail-tartare", name: "Yellowtail Tartare", price: "Bright", imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare-with-avocado-mousse_2829-5132.jpg", imageAlt: "Elegant yellowtail tartare"
|
||||
},
|
||||
id: "gallery-yellowtail-tartare", name: "Yellowtail Tartare", price: "Bright", imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare-with-avocado-mousse_2829-5132.jpg", imageAlt: "Elegant yellowtail tartare"},
|
||||
{
|
||||
id: "gallery-pork-tenderloin", name: "Pork Tenderloin", price: "Celebrated", imageSrc: "http://img.b2bpic.net/free-photo/beef-rack-cream-butter-sauce-served-with-rice-garnish-green-salad_114579-965.jpg", imageAlt: "Perfectly cooked pork tenderloin"
|
||||
},
|
||||
id: "gallery-pork-tenderloin", name: "Pork Tenderloin", price: "Celebrated", imageSrc: "http://img.b2bpic.net/free-photo/beef-rack-cream-butter-sauce-served-with-rice-garnish-green-salad_114579-965.jpg", imageAlt: "Perfectly cooked pork tenderloin"},
|
||||
{
|
||||
id: "gallery-dessert", name: "Decadent Dessert", price: "Sweet", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-little-cake-with-cream-fresh-sliced-fruits-dark-backgound-fruit-cake-biscuit-s_140725-22610.jpg", imageAlt: "Artistic dessert creation"
|
||||
},
|
||||
id: "gallery-dessert", name: "Decadent Dessert", price: "Sweet", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-little-cake-with-cream-fresh-sliced-fruits-dark-backgound-fruit-cake-biscuit-s_140725-22610.jpg", imageAlt: "Artistic dessert creation"},
|
||||
{
|
||||
id: "gallery-cheese-board", name: "Cheese Board", price: "Curated", imageSrc: "http://img.b2bpic.net/free-photo/tray-with-cheese-grapes-beside-glass-with-wine_23-2148414275.jpg", imageAlt: "Gourmet cheese and charcuterie board"
|
||||
},
|
||||
id: "gallery-cheese-board", name: "Cheese Board", price: "Curated", imageSrc: "http://img.b2bpic.net/free-photo/tray-with-cheese-grapes-beside-glass-with-wine_23-2148414275.jpg", imageAlt: "Gourmet cheese and charcuterie board"},
|
||||
{
|
||||
id: "gallery-cocktail", name: "Signature Cocktails", price: "Crafted", imageSrc: "http://img.b2bpic.net/free-photo/delicious-milkshake-towel-blue-background-high-quality-photo_114579-35543.jpg", imageAlt: "Stylish crafted cocktail"
|
||||
}
|
||||
id: "gallery-cocktail", name: "Signature Cocktails", price: "Crafted", imageSrc: "http://img.b2bpic.net/free-photo/delicious-milkshake-towel-blue-background-high-quality-photo_114579-35543.jpg", imageAlt: "Stylish crafted cocktail"},
|
||||
]}
|
||||
title="A Culinary Magazine"
|
||||
description="Explore the art and craft behind every dish, from signature seafood to decadent desserts, and the captivating ambiance of our restaurant."
|
||||
@@ -324,11 +240,9 @@ export default function LandingPage() {
|
||||
imageAlt="Elegant restaurant dining room ready for guests"
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now", href: "#"
|
||||
},
|
||||
text: "Reserve Now", href: "#"},
|
||||
{
|
||||
text: "Call Restaurant", href: "tel:555-123-4567"
|
||||
}
|
||||
text: "Call Restaurant", href: "tel:555-123-4567"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -340,58 +254,45 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Visit", items: [
|
||||
{
|
||||
label: "828 Bantam Road", href: "https://maps.app.goo.gl/example"
|
||||
},
|
||||
label: "828 Bantam Road", href: "https://maps.app.goo.gl/example"},
|
||||
{
|
||||
label: "Bantam, Connecticut", href: "https://maps.app.goo.gl/example"
|
||||
}
|
||||
]
|
||||
label: "Bantam, Connecticut", href: "https://maps.app.goo.gl/example"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours", items: [
|
||||
{
|
||||
label: "Dinner Service", href: "#"
|
||||
},
|
||||
label: "Dinner Service", href: "#"},
|
||||
{
|
||||
label: "Wednesday – Sunday", href: "#"
|
||||
}
|
||||
]
|
||||
label: "Wednesday – Sunday", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Phone: (555) 123-4567", href: "tel:555-123-4567"
|
||||
},
|
||||
label: "Phone: (555) 123-4567", href: "tel:555-123-4567"},
|
||||
{
|
||||
label: "Reservations: link", href: "#reservation-cta"
|
||||
},
|
||||
label: "Reservations: link", href: "#reservation-cta"},
|
||||
{
|
||||
label: "Email: info@arethusa.com", href: "mailto:info@arethusa.com"
|
||||
}
|
||||
]
|
||||
label: "Email: info@arethusa.com", href: "mailto:info@arethusa.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "About", href: "#about-hidden-gem"
|
||||
},
|
||||
label: "About", href: "#about-hidden-gem"},
|
||||
{
|
||||
label: "Menus", href: "#featured-dishes"
|
||||
},
|
||||
label: "Menus", href: "#featured-dishes"},
|
||||
{
|
||||
label: "Reservations", href: "#reservation-cta"
|
||||
},
|
||||
label: "Reservations", href: "#reservation-cta"},
|
||||
{
|
||||
label: "Gallery", href: "#gallery"
|
||||
},
|
||||
label: "Gallery", href: "#gallery"},
|
||||
{
|
||||
label: "Private Dining", href: "#"
|
||||
},
|
||||
label: "Private Dining", href: "#"},
|
||||
{
|
||||
label: "Gift Cards", href: "#"
|
||||
}
|
||||
]
|
||||
}
|
||||
label: "Gift Cards", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Arethusa al Tavolo. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user