Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-07 03:54:12 +00:00
2 changed files with 90 additions and 251 deletions

View File

@@ -19,8 +19,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "Functions", href: "/functions" },
@@ -29,8 +28,7 @@ export default function ContactPage() {
]
},
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Book a Table", href: "https://bookings.nowbookit.com/?accountid=5c20d991-71d0-4514-b1f5-9fd43977f766&venueid=1248&theme=light&colors=hex,000000" },
{ label: "Gift Vouchers", href: "https://giftcards.nowbookit.com/cards/card-selection?accountid=5c20d991-71d0-4514-b1f5-9fd43977f766&venueid=1248&theme=light&accent=95,124,138" },
{ label: "Order Delivery", href: "https://www.ubereats.com/en-AU/adelaide/food-delivery/parisis-restaurant/c9c-HKLcRh2NP9mvLsz3Pg/" },
@@ -38,8 +36,7 @@ export default function ContactPage() {
]
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "138 King William Road, Hyde Park SA 5061", href: "#" },
{ label: "(08) 8373 5142", href: "tel:0883735142" },
{ label: "food@parisi.net.au", href: "mailto:food@parisi.net.au" },
@@ -67,8 +64,7 @@ export default function ContactPage() {
brandName="Parisi's"
navItems={navItems}
button={{
text: "Book a Table",
href: "https://bookings.nowbookit.com/?accountid=5c20d991-71d0-4514-b1f5-9fd43977f766&venueid=1248&theme=light&colors=hex,000000"
text: "Book a Table", href: "https://bookings.nowbookit.com/?accountid=5c20d991-71d0-4514-b1f5-9fd43977f766&venueid=1248&theme=light&colors=hex,000000"
}}
className="fixed top-4 left-1/2 transform -translate-x-1/2 z-50"
buttonClassName="bg-primary-cta hover:bg-opacity-90 text-primary-cta-text"
@@ -81,15 +77,13 @@ export default function ContactPage() {
description="Get in touch with us or find out when we're open. Located in the heart of Hyde Park's premium dining precinct."
buttons={[
{
text: "Call Us",
href: "tel:0883735142"
text: "Call Us", href: "tel:0883735142"
},
{
text: "Email Us",
href: "mailto:food@parisi.net.au"
text: "Email Us", href: "mailto:food@parisi.net.au"
}
]}
imageSrc="http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479053.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479053.jpg"
imageAlt="Parisi's Italian Restaurant Heritage"
showDimOverlay={true}
ariaLabel="Contact page hero section - Parisi's Italian Restaurant"
@@ -102,42 +96,28 @@ export default function ContactPage() {
tag="Today's Hours"
metrics={[
{
id: "monday",
value: "Mon",
description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose"
id: "monday", value: "Mon", description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose"
},
{
id: "tuesday",
value: "Tue",
description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose"
id: "tuesday", value: "Tue", description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose"
},
{
id: "wednesday",
value: "Wed",
description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose"
id: "wednesday", value: "Wed", description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose"
},
{
id: "thursday",
value: "Thu",
description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose"
id: "thursday", value: "Thu", description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose"
},
{
id: "friday",
value: "Fri",
description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose"
id: "friday", value: "Fri", description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose"
},
{
id: "saturday",
value: "Sat",
description: "Dinner only — 5:00pmclose"
id: "saturday", value: "Sat", description: "Dinner only — 5:00pmclose"
},
{
id: "sunday",
value: "Sun",
description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose"
id: "sunday", value: "Sun", description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose"
}
]}
metricsAnimation="entrance-slide"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>

View File

@@ -38,9 +38,7 @@ export default function HomePage() {
brandName="Parisi's"
navItems={navItems}
button={{
text: "Book a Table",
href: "https://bookings.nowbookit.com/?accountid=5c20d991-71d0-4514-b1f5-9fd43977f766&venueid=1248&theme=light&colors=hex,000000",
}}
text: "Book a Table", href: "https://bookings.nowbookit.com/?accountid=5c20d991-71d0-4514-b1f5-9fd43977f766&venueid=1248&theme=light&colors=hex,000000"}}
className="fixed top-4 left-1/2 transform -translate-x-1/2 z-50"
buttonClassName="bg-primary-cta hover:bg-opacity-90 text-primary-cta-text"
/>
@@ -52,15 +50,11 @@ export default function HomePage() {
description="Hyde Park's most loved Italian restaurant — award-winning pizza, hand-made pasta, and the warmth of the Parisi family."
buttons={[
{
text: "Book a Table",
href: "https://bookings.nowbookit.com/?accountid=5c20d991-71d0-4514-b1f5-9fd43977f766&venueid=1248&theme=light&colors=hex,000000",
},
text: "Book a Table", href: "https://bookings.nowbookit.com/?accountid=5c20d991-71d0-4514-b1f5-9fd43977f766&venueid=1248&theme=light&colors=hex,000000"},
{
text: "View Our Menu",
href: "/menu",
},
text: "View Our Menu", href: "/menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479053.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479053.jpg"
imageAlt="rustic Italian restaurant interior warm lighting"
showDimOverlay={true}
ariaLabel="Hero section - Parisi's Italian Restaurant"
@@ -73,42 +67,21 @@ export default function HomePage() {
tag="Today's Hours"
metrics={[
{
id: "monday",
value: "Mon",
description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose",
},
id: "monday", value: "Mon", description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose"},
{
id: "tuesday",
value: "Tue",
description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose",
},
id: "tuesday", value: "Tue", description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose"},
{
id: "wednesday",
value: "Wed",
description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose",
},
id: "wednesday", value: "Wed", description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose"},
{
id: "thursday",
value: "Thu",
description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose",
},
id: "thursday", value: "Thu", description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose"},
{
id: "friday",
value: "Fri",
description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose",
},
id: "friday", value: "Fri", description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose"},
{
id: "saturday",
value: "Sat",
description: "Dinner only — 5:00pmclose",
},
id: "saturday", value: "Sat", description: "Dinner only — 5:00pmclose"},
{
id: "sunday",
value: "Sun",
description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose",
},
id: "sunday", value: "Sun", description: "Lunch 11:30am3:00pm | Dinner 5:00pmclose"},
]}
metricsAnimation="entrance-slide"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -117,15 +90,10 @@ export default function HomePage() {
<TextSplitAbout
title="Three Generations of Italian Excellence"
description={[
"57 years ago, Antonino Parisi opened Marcellina on Hindley Street — Adelaide's legendary late-night pizzeria famous for serving exceptional Italian food until 5:00am.",
"In 1975, son Andy Parisi established La Trattoria (La Tratt), and in 2004 New York crowned him World's Best Pizza Maker for his outstanding Marinara pizza — a title that still draws crowds today.",
"Over 21 years ago, Andy's three children brought the Parisi name to Hyde Park, blending authentic tradition with modern Italian flair. Welcome to the authentic Italian experience.",
]}
"57 years ago, Antonino Parisi opened Marcellina on Hindley Street — Adelaide's legendary late-night pizzeria famous for serving exceptional Italian food until 5:00am.", "In 1975, son Andy Parisi established La Trattoria (La Tratt), and in 2004 New York crowned him World's Best Pizza Maker for his outstanding Marinara pizza — a title that still draws crowds today.", "Over 21 years ago, Andy's three children brought the Parisi name to Hyde Park, blending authentic tradition with modern Italian flair. Welcome to the authentic Italian experience."]}
buttons={[
{
text: "Meet the Family",
href: "/about",
},
text: "Meet the Family", href: "/about"},
]}
showBorder={false}
useInvertedBackground={false}
@@ -140,59 +108,33 @@ export default function HomePage() {
animationType="slide-up"
features={[
{
title: "World-Famous Marinara Pizza",
description:
"Fresh tomato, cheese, prawns, calamari, mussels & anchovies. 9\"/12\" - $29/$35",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852187.jpg?_wi=1",
imageAlt: "World-Famous Marinara Pizza",
},
title: "World-Famous Marinara Pizza", description:
"Fresh tomato, cheese, prawns, calamari, mussels & anchovies. 9\"/12\" - $29/$35", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852187.jpg", imageAlt: "World-Famous Marinara Pizza"},
{
title: "Duck Confit Ravioli",
description: "Duck ravioli with mushroom marsala ragu. $35",
imageSrc:
"http://img.b2bpic.net/free-photo/delicious-truffle-pasta-still-life-high-angle_23-2149525110.jpg?_wi=1",
imageAlt: "Duck Confit Ravioli",
},
title: "Duck Confit Ravioli", description: "Duck ravioli with mushroom marsala ragu. $35", imageSrc:
"http://img.b2bpic.net/free-photo/delicious-truffle-pasta-still-life-high-angle_23-2149525110.jpg", imageAlt: "Duck Confit Ravioli"},
{
title: "Chilli Garlic Prawns",
description:
"Pan-fried prawns, chilli, garlic, lemon, basil & fregola di sarda. $42",
imageSrc:
"http://img.b2bpic.net/free-photo/shrimp-salad-with-boiled-egg-lettuce-chopped-scallions-white-plate_1150-26965.jpg?_wi=1",
imageAlt: "Chilli Garlic Prawns",
},
title: "Chilli Garlic Prawns", description:
"Pan-fried prawns, chilli, garlic, lemon, basil & fregola di sarda. $42", imageSrc:
"http://img.b2bpic.net/free-photo/shrimp-salad-with-boiled-egg-lettuce-chopped-scallions-white-plate_1150-26965.jpg", imageAlt: "Chilli Garlic Prawns"},
{
title: "Spaghetti Marinara",
description:
"Fresh seafood, garlic, basil & white wine in Napolitana sauce. $41",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-cooked-italian-pasta-unusual-spiral-pasta-inside-plate-dark-space_140725-95522.jpg?_wi=1",
imageAlt: "Spaghetti Marinara",
},
title: "Spaghetti Marinara", description:
"Fresh seafood, garlic, basil & white wine in Napolitana sauce. $41", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-cooked-italian-pasta-unusual-spiral-pasta-inside-plate-dark-space_140725-95522.jpg", imageAlt: "Spaghetti Marinara"},
{
title: "Eye Fillet 280g",
description:
"Thomas Farms Angus Pure, sautéed spinach & demi glaze. $48",
imageSrc:
"http://img.b2bpic.net/free-photo/lamb-steak-slices-served-with-mashed-potato_140725-5854.jpg?_wi=1",
imageAlt: "Eye Fillet Steak",
},
title: "Eye Fillet 280g", description:
"Thomas Farms Angus Pure, sautéed spinach & demi glaze. $48", imageSrc:
"http://img.b2bpic.net/free-photo/lamb-steak-slices-served-with-mashed-potato_140725-5854.jpg", imageAlt: "Eye Fillet Steak"},
{
title: "Carciofi Dip",
description: "Warmed artichoke dip with crusty grilled bread. $18",
imageSrc:
"http://img.b2bpic.net/free-photo/delicious-butternut-squash-curry-rice-bowl-white-plate-flat-lay_53876-98297.jpg?_wi=1",
imageAlt: "Carciofi Dip",
},
title: "Carciofi Dip", description: "Warmed artichoke dip with crusty grilled bread. $18", imageSrc:
"http://img.b2bpic.net/free-photo/delicious-butternut-squash-curry-rice-bowl-white-plate-flat-lay_53876-98297.jpg", imageAlt: "Carciofi Dip"},
]}
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
buttons={[
{
text: "See Full Menu",
href: "/menu",
},
text: "See Full Menu", href: "/menu"},
]}
/>
</div>
@@ -205,71 +147,29 @@ export default function HomePage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
title: "A great dining experience",
quote:
"Exceptionally friendly staff and wonderful food. Conveniently located in Hyde Park. Highly recommended.",
name: "Vandieman111",
role: "TripAdvisor Guest",
imageSrc:
"http://img.b2bpic.net/free-photo/girl-takes-off-her-protective-medical-face-mask_1153-8487.jpg",
imageAlt: "Vandieman111",
},
id: "1", title: "A great dining experience", quote:
"Exceptionally friendly staff and wonderful food. Conveniently located in Hyde Park. Highly recommended.", name: "Vandieman111", role: "TripAdvisor Guest", imageSrc:
"http://img.b2bpic.net/free-photo/girl-takes-off-her-protective-medical-face-mask_1153-8487.jpg", imageAlt: "Vandieman111"},
{
id: "2",
title: "Italian excellence",
quote:
"Fabulous food, friendly efficient staff. Original Italian food and top shelf service. Prices are good and wine selection too.",
name: "Deanne B",
role: "TripAdvisor Guest",
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132625.jpg",
imageAlt: "Deanne B",
},
id: "2", title: "Italian excellence", quote:
"Fabulous food, friendly efficient staff. Original Italian food and top shelf service. Prices are good and wine selection too.", name: "Deanne B", role: "TripAdvisor Guest", imageSrc:
"http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132625.jpg", imageAlt: "Deanne B"},
{
id: "3",
title: "Delicious taste of Italy",
quote:
"Modern Italian with a traditional flare. I recommend the duck ravioli and the artichoke dip! Lovely friendly service.",
name: "Ellie M",
role: "TripAdvisor Guest",
imageSrc:
"http://img.b2bpic.net/free-photo/brunette-woman-ginger-man-sitting-cafe_273609-15575.jpg",
imageAlt: "Ellie M",
},
id: "3", title: "Delicious taste of Italy", quote:
"Modern Italian with a traditional flare. I recommend the duck ravioli and the artichoke dip! Lovely friendly service.", name: "Ellie M", role: "TripAdvisor Guest", imageSrc:
"http://img.b2bpic.net/free-photo/brunette-woman-ginger-man-sitting-cafe_273609-15575.jpg", imageAlt: "Ellie M"},
{
id: "4",
title: "Loved it all!",
quote:
"Attentive service on a busy full-house night. Extensive wine list including South Australian wines. Chilli garlic prawns were moorish.",
name: "Tamara H",
role: "TripAdvisor Guest",
imageSrc:
"http://img.b2bpic.net/free-photo/people-scanning-qr-codes-restaurant_23-2149357915.jpg",
imageAlt: "Tamara H",
},
id: "4", title: "Loved it all!", quote:
"Attentive service on a busy full-house night. Extensive wine list including South Australian wines. Chilli garlic prawns were moorish.", name: "Tamara H", role: "TripAdvisor Guest", imageSrc:
"http://img.b2bpic.net/free-photo/people-scanning-qr-codes-restaurant_23-2149357915.jpg", imageAlt: "Tamara H"},
{
id: "5",
title: "Authentic Italian food made with love",
quote:
"Exceptional authentic tastes of Italy brought to your table with love by the Parisi family. An experience to cherish.",
name: "vabolins",
role: "TripAdvisor Guest",
imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-waitress-serving-tea-handsome-man_23-2147775890.jpg",
imageAlt: "vabolins",
},
id: "5", title: "Authentic Italian food made with love", quote:
"Exceptional authentic tastes of Italy brought to your table with love by the Parisi family. An experience to cherish.", name: "vabolins", role: "TripAdvisor Guest", imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-waitress-serving-tea-handsome-man_23-2147775890.jpg", imageAlt: "vabolins"},
{
id: "6",
title: "Feel the vibe!",
quote:
"Great venue with a nice vibe. Food excellent, extensive wine list at very reasonable prices.",
name: "Richard A",
role: "TripAdvisor Guest",
imageSrc:
"http://img.b2bpic.net/free-photo/handsome-stylish-man-restaurant_23-2147689185.jpg",
imageAlt: "Richard A",
},
id: "6", title: "Feel the vibe!", quote:
"Great venue with a nice vibe. Food excellent, extensive wine list at very reasonable prices.", name: "Richard A", role: "TripAdvisor Guest", imageSrc:
"http://img.b2bpic.net/free-photo/handsome-stylish-man-restaurant_23-2147689185.jpg", imageAlt: "Richard A"},
]}
/>
</div>
@@ -283,33 +183,21 @@ export default function HomePage() {
animationType="slide-up"
features={[
{
title: "The Cage",
description:
"Our elegantly rustic courtyard area seats up to 60 people. Fully adjustable to weather conditions — a perfect venue for any time of year. Ideal for birthdays, celebrations, and corporate gatherings.",
imageSrc:
"http://img.b2bpic.net/free-photo/view-from-tanned-womans-stylish-outfits-talking-enjoying-tasty-food-street-cafe_197531-18196.jpg?_wi=1",
imageAlt: "The Cage Courtyard Venue",
},
title: "The Cage", description:
"Our elegantly rustic courtyard area seats up to 60 people. Fully adjustable to weather conditions — a perfect venue for any time of year. Ideal for birthdays, celebrations, and corporate gatherings.", imageSrc:
"http://img.b2bpic.net/free-photo/view-from-tanned-womans-stylish-outfits-talking-enjoying-tasty-food-street-cafe_197531-18196.jpg", imageAlt: "The Cage Courtyard Venue"},
{
title: "Main Dining Room",
description:
"Our main inside dining area seats approximately 40 guests. Equipped with its own projector and screen — perfect for presentations, speeches, and any audio-visual requirements.",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-decorated-table-with-pine-leaf_8353-10194.jpg?_wi=1",
imageAlt: "Main Dining Room Venue",
},
title: "Main Dining Room", description:
"Our main inside dining area seats approximately 40 guests. Equipped with its own projector and screen — perfect for presentations, speeches, and any audio-visual requirements.", imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-decorated-table-with-pine-leaf_8353-10194.jpg", imageAlt: "Main Dining Room Venue"},
]}
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
buttons={[
{
text: "View Function Menus",
href: "/functions",
},
text: "View Function Menus", href: "/functions"},
{
text: "Enquire Now",
href: "/contact",
},
text: "Enquire Now", href: "/contact"},
]}
/>
</div>
@@ -322,29 +210,17 @@ export default function HomePage() {
animationType="slide-up"
features={[
{
title: "Give the Gift of Italian",
description:
"Treat someone special to an authentic Italian dining experience. Gift vouchers available in any amount, delivered instantly online.",
button: {
text: "Buy a Gift Voucher",
href: "https://giftcards.nowbookit.com/cards/card-selection?accountid=5c20d991-71d0-4514-b1f5-9fd43977f766&venueid=1248&theme=light&accent=95,124,138",
},
title: "Give the Gift of Italian", description:
"Treat someone special to an authentic Italian dining experience. Gift vouchers available in any amount, delivered instantly online.", button: {
text: "Buy a Gift Voucher", href: "https://giftcards.nowbookit.com/cards/card-selection?accountid=5c20d991-71d0-4514-b1f5-9fd43977f766&venueid=1248&theme=light&accent=95,124,138"},
imageSrc:
"http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479053.jpg?_wi=2",
imageAlt: "Gift Vouchers",
},
"http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479053.jpg", imageAlt: "Gift Vouchers"},
{
title: "Order for Delivery",
description:
"Can't make it in? Enjoy Parisi's authentic Italian delivered straight to your door on Uber Eats.",
button: {
text: "Order on Uber Eats",
href: "https://www.ubereats.com/en-AU/adelaide/food-delivery/parisis-restaurant/c9c-HKLcRh2NP9mvLsz3Pg/",
},
title: "Order for Delivery", description:
"Can't make it in? Enjoy Parisi's authentic Italian delivered straight to your door on Uber Eats.", button: {
text: "Order on Uber Eats", href: "https://www.ubereats.com/en-AU/adelaide/food-delivery/parisis-restaurant/c9c-HKLcRh2NP9mvLsz3Pg/"},
imageSrc:
"http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479053.jpg?_wi=3",
imageAlt: "Uber Eats Delivery",
},
"http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479053.jpg", imageAlt: "Uber Eats Delivery"},
]}
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
@@ -367,8 +243,7 @@ export default function HomePage() {
copyrightText="© 2025 Parisi's Italian Restaurant. All Rights Reserved."
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "Functions", href: "/functions" },
@@ -377,43 +252,27 @@ export default function HomePage() {
],
},
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Book a Table",
href: "https://bookings.nowbookit.com/?accountid=5c20d991-71d0-4514-b1f5-9fd43977f766&venueid=1248&theme=light&colors=hex,000000",
},
label: "Book a Table", href: "https://bookings.nowbookit.com/?accountid=5c20d991-71d0-4514-b1f5-9fd43977f766&venueid=1248&theme=light&colors=hex,000000"},
{
label: "Gift Vouchers",
href: "https://giftcards.nowbookit.com/cards/card-selection?accountid=5c20d991-71d0-4514-b1f5-9fd43977f766&venueid=1248&theme=light&accent=95,124,138",
},
label: "Gift Vouchers", href: "https://giftcards.nowbookit.com/cards/card-selection?accountid=5c20d991-71d0-4514-b1f5-9fd43977f766&venueid=1248&theme=light&accent=95,124,138"},
{
label: "Order Delivery",
href: "https://www.ubereats.com/en-AU/adelaide/food-delivery/parisis-restaurant/c9c-HKLcRh2NP9mvLsz3Pg/",
},
label: "Order Delivery", href: "https://www.ubereats.com/en-AU/adelaide/food-delivery/parisis-restaurant/c9c-HKLcRh2NP9mvLsz3Pg/"},
{
label: "TripAdvisor",
href: "https://www.tripadvisor.com/Restaurant_Review-g255099-d2163883-Reviews-Parisi_s_Restaurant-Adelaide_South_Australia.html",
},
label: "TripAdvisor", href: "https://www.tripadvisor.com/Restaurant_Review-g255099-d2163883-Reviews-Parisi_s_Restaurant-Adelaide_South_Australia.html"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "138 King William Road, Hyde Park SA 5061",
href: "#",
},
label: "138 King William Road, Hyde Park SA 5061", href: "#"},
{ label: "(08) 8373 5142", href: "tel:0883735142" },
{ label: "food@parisi.net.au", href: "mailto:food@parisi.net.au" },
{
label: "Instagram",
href: "https://www.instagram.com/parisisrestaurant/",
},
label: "Instagram", href: "https://www.instagram.com/parisisrestaurant/"},
{
label: "Facebook",
href: "https://www.facebook.com/ParisiRestaurant/",
},
label: "Facebook", href: "https://www.facebook.com/ParisiRestaurant/"},
],
},
]}