diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index f1f3249..57f5eb0 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -39,9 +39,7 @@ export default function MenuPage() { brandName="Parisi's" navItems={navItemsFormatted} 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"}} /> @@ -52,59 +50,23 @@ export default function MenuPage() { description="Explore the full range of authentic Italian dishes created by the Parisi family. From world-famous pizza to hand-made pasta and premium seafood." products={[ { - id: "1", - name: "World-Famous Marinara Pizza", - price: "$29/$35", - variant: "Fresh tomato, cheese, prawns, calamari, mussels & anchovies", - imageSrc: - "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-749.jpg?_wi=2", - imageAlt: "World-Famous Marinara Pizza", - }, + id: "1", name: "World-Famous Marinara Pizza", price: "$29/$35", variant: "Fresh tomato, cheese, prawns, calamari, mussels & anchovies", imageSrc: + "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-749.jpg", imageAlt: "World-Famous Marinara Pizza"}, { - id: "2", - name: "Duck Confit Ravioli", - price: "$35", - variant: "Duck ravioli with mushroom marsala ragu", - imageSrc: - "http://img.b2bpic.net/free-photo/plate-with-delicious-italian-pasta-dish_23-2149460140.jpg?_wi=2", - imageAlt: "Duck Confit Ravioli", - }, + id: "2", name: "Duck Confit Ravioli", price: "$35", variant: "Duck ravioli with mushroom marsala ragu", imageSrc: + "http://img.b2bpic.net/free-photo/plate-with-delicious-italian-pasta-dish_23-2149460140.jpg", imageAlt: "Duck Confit Ravioli"}, { - id: "3", - name: "Chilli Garlic Prawns", - price: "$42", - variant: "Pan-fried prawns, chilli, garlic, lemon, basil & fregola", - imageSrc: - "http://img.b2bpic.net/free-photo/top-view-delicious-seafood-plate_23-2148393737.jpg?_wi=2", - imageAlt: "Chilli Garlic Prawns", - }, + id: "3", name: "Chilli Garlic Prawns", price: "$42", variant: "Pan-fried prawns, chilli, garlic, lemon, basil & fregola", imageSrc: + "http://img.b2bpic.net/free-photo/top-view-delicious-seafood-plate_23-2148393737.jpg", imageAlt: "Chilli Garlic Prawns"}, { - id: "4", - name: "Spaghetti Marinara (GF)", - price: "$41", - variant: "Fresh seafood, garlic, basil & white wine in Napolitana sauce", - imageSrc: - "http://img.b2bpic.net/free-photo/seafood-spaghetti-with-mussels-shrimp-tomato-sauce-parsley_141793-1956.jpg?_wi=2", - imageAlt: "Spaghetti Marinara", - }, + id: "4", name: "Spaghetti Marinara (GF)", price: "$41", variant: "Fresh seafood, garlic, basil & white wine in Napolitana sauce", imageSrc: + "http://img.b2bpic.net/free-photo/seafood-spaghetti-with-mussels-shrimp-tomato-sauce-parsley_141793-1956.jpg", imageAlt: "Spaghetti Marinara"}, { - id: "5", - name: "Eye Fillet 280g", - price: "$48", - variant: "Thomas Farms Angus Pure, sautéed spinach & demi glaze", - imageSrc: - "http://img.b2bpic.net/free-photo/boiled-potatoes-herring-with-onions_140725-2258.jpg?_wi=2", - imageAlt: "Eye Fillet", - }, + id: "5", name: "Eye Fillet 280g", price: "$48", variant: "Thomas Farms Angus Pure, sautéed spinach & demi glaze", imageSrc: + "http://img.b2bpic.net/free-photo/boiled-potatoes-herring-with-onions_140725-2258.jpg", imageAlt: "Eye Fillet"}, { - id: "6", - name: "Carciofi Dip (VEG)", - price: "$18", - variant: "Warmed artichoke dip with crusty grilled bread", - imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868213.jpg?_wi=2", - imageAlt: "Carciofi Dip", - }, + id: "6", name: "Carciofi Dip (VEG)", price: "$18", variant: "Warmed artichoke dip with crusty grilled bread", imageSrc: + "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868213.jpg", imageAlt: "Carciofi Dip"}, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default" @@ -112,9 +74,7 @@ export default function MenuPage() { useInvertedBackground={false} 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"}, ]} /> @@ -126,27 +86,19 @@ export default function MenuPage() { description="Have dietary requirements or want to know more about our dishes? Contact us directly and we'll be happy to help." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Your question or dietary requirement...", - rows: 5, + name: "message", placeholder: "Your question or dietary requirement...", rows: 5, required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/table-setting-with-textured-wine-glasses-candles-leaves_169016-18721.jpg?_wi=2" - imageAlt: "Parisi's warm dining ambiance" + imageSrc="http://img.b2bpic.net/free-photo/table-setting-with-textured-wine-glasses-candles-leaves_169016-18721.jpg" + imageAlt="Parisi's warm dining ambiance" mediaAnimation="slide-up" mediaPosition="right" buttonText="Send Enquiry" @@ -160,66 +112,39 @@ export default function MenuPage() { copyrightText="© 2025 Parisi's Italian Restaurant. All Rights Reserved." columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "Menu", - href: "/menu", - }, + label: "Menu", href: "/menu"}, { - label: "Functions", - href: "/functions", - }, + label: "Functions", href: "/functions"}, { - label: "About", - href: "/about", - }, + label: "About", href: "/about"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "138 King William Road, Hyde Park SA 5061", - href: "https://www.google.com/maps/search/138+King+William+Road+Hyde+Park+SA+5061", - }, + label: "138 King William Road, Hyde Park SA 5061", href: "https://www.google.com/maps/search/138+King+William+Road+Hyde+Park+SA+5061"}, { - label: "(08) 8373 5142", - href: "tel:+61883735142", - }, + label: "(08) 8373 5142", href: "tel:+61883735142"}, { - label: "food@parisi.net.au", - href: "mailto:food@parisi.net.au", - }, + label: "food@parisi.net.au", href: "mailto:food@parisi.net.au"}, ], }, { - title: "Social", - items: [ + title: "Social", items: [ { - 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/"}, { - label: "TripAdvisor", - href: "https://www.tripadvisor.com", - }, + label: "TripAdvisor", href: "https://www.tripadvisor.com"}, { - label: "Uber Eats", - href: "https://www.ubereats.com/en-AU/adelaide/food-delivery/parisis-restaurant/c9c-HKLcRh2NP9mvLsz3Pg/", - }, + label: "Uber Eats", href: "https://www.ubereats.com/en-AU/adelaide/food-delivery/parisis-restaurant/c9c-HKLcRh2NP9mvLsz3Pg/"}, ], }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index e2c7d87..b44d4e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,9 +52,7 @@ export default function HomePage() { brandName="Parisi's" navItems={navItemsFormatted} 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"}} /> @@ -67,42 +65,28 @@ export default function HomePage() { tagAnimation="blur-reveal" 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"}, ]} buttonAnimation="blur-reveal" background={{ variant: "circleGradient" }} mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3437.jpg?_wi=1", - imageAlt: "Elegant Italian dining room at Parisi's", - }, + "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3437.jpg", imageAlt: "Elegant Italian dining room at Parisi's"}, { imageSrc: - "http://img.b2bpic.net/free-photo/spicy-seafood-pizza_74190-7572.jpg?_wi=1", - imageAlt: "World's Best Pizza Marinara by Andy Parisi", - }, + "http://img.b2bpic.net/free-photo/spicy-seafood-pizza_74190-7572.jpg", imageAlt: "World's Best Pizza Marinara by Andy Parisi"}, { imageSrc: - "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018774.jpg", - imageAlt: "Intimate table setting at Parisi's", - }, + "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018774.jpg", imageAlt: "Intimate table setting at Parisi's"}, { imageSrc: - "http://img.b2bpic.net/free-photo/young-man-getting-ready-new-year-s-party_23-2149144036.jpg", - imageAlt: "Rustic courtyard dining area", - }, + "http://img.b2bpic.net/free-photo/young-man-getting-ready-new-year-s-party_23-2149144036.jpg", imageAlt: "Rustic courtyard dining area"}, { imageSrc: - "http://img.b2bpic.net/free-photo/bakery_23-2148011651.jpg", - imageAlt: "Hand-made fresh pasta dishes", - }, + "http://img.b2bpic.net/free-photo/bakery_23-2148011651.jpg", imageAlt: "Hand-made fresh pasta dishes"}, ]} mediaAnimation="slide-up" /> @@ -117,15 +101,11 @@ export default function HomePage() { 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." metrics={[ { - value: "57", - title: "Years of Family Tradition", - }, + value: "57", title: "Years of Family Tradition"}, { - value: "3", - title: "Generations of Excellence", - }, + value: "3", title: "Generations of Excellence"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-senior-person-smiling-heartily-camera-while-enjoying-christmas-dinner-with-close-relatives-home-cheerful-elder-man-dining-room-celebrating-traditional-winter-feast-handheld-shot_482257-48668.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/happy-senior-person-smiling-heartily-camera-while-enjoying-christmas-dinner-with-close-relatives-home-cheerful-elder-man-dining-room-celebrating-traditional-winter-feast-handheld-shot_482257-48668.jpg" imageAlt="Parisi family across three generations" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -140,59 +120,23 @@ export default function HomePage() { description="Discover our signature dishes — each crafted with the same passion and precision that earned Andy Parisi the title of World's Best Pizza Maker in New York, 2004." products={[ { - id: "1", - name: "World-Famous Marinara Pizza", - price: "$29/$35", - variant: "Fresh tomato, cheese, prawns, calamari, mussels & anchovies", - imageSrc: - "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-749.jpg?_wi=1", - imageAlt: "World-Famous Marinara Pizza", - }, + id: "1", name: "World-Famous Marinara Pizza", price: "$29/$35", variant: "Fresh tomato, cheese, prawns, calamari, mussels & anchovies", imageSrc: + "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-749.jpg", imageAlt: "World-Famous Marinara Pizza"}, { - id: "2", - name: "Duck Confit Ravioli", - price: "$35", - variant: "Duck ravioli with mushroom marsala ragu", - imageSrc: - "http://img.b2bpic.net/free-photo/plate-with-delicious-italian-pasta-dish_23-2149460140.jpg?_wi=1", - imageAlt: "Duck Confit Ravioli", - }, + id: "2", name: "Duck Confit Ravioli", price: "$35", variant: "Duck ravioli with mushroom marsala ragu", imageSrc: + "http://img.b2bpic.net/free-photo/plate-with-delicious-italian-pasta-dish_23-2149460140.jpg", imageAlt: "Duck Confit Ravioli"}, { - id: "3", - name: "Chilli Garlic Prawns", - price: "$42", - variant: "Pan-fried prawns, chilli, garlic, lemon, basil & fregola", - imageSrc: - "http://img.b2bpic.net/free-photo/top-view-delicious-seafood-plate_23-2148393737.jpg?_wi=1", - imageAlt: "Chilli Garlic Prawns", - }, + id: "3", name: "Chilli Garlic Prawns", price: "$42", variant: "Pan-fried prawns, chilli, garlic, lemon, basil & fregola", imageSrc: + "http://img.b2bpic.net/free-photo/top-view-delicious-seafood-plate_23-2148393737.jpg", imageAlt: "Chilli Garlic Prawns"}, { - id: "4", - name: "Spaghetti Marinara (GF)", - price: "$41", - variant: "Fresh seafood, garlic, basil & white wine in Napolitana sauce", - imageSrc: - "http://img.b2bpic.net/free-photo/seafood-spaghetti-with-mussels-shrimp-tomato-sauce-parsley_141793-1956.jpg?_wi=1", - imageAlt: "Spaghetti Marinara", - }, + id: "4", name: "Spaghetti Marinara (GF)", price: "$41", variant: "Fresh seafood, garlic, basil & white wine in Napolitana sauce", imageSrc: + "http://img.b2bpic.net/free-photo/seafood-spaghetti-with-mussels-shrimp-tomato-sauce-parsley_141793-1956.jpg", imageAlt: "Spaghetti Marinara"}, { - id: "5", - name: "Eye Fillet 280g", - price: "$48", - variant: "Thomas Farms Angus Pure, sautéed spinach & demi glaze", - imageSrc: - "http://img.b2bpic.net/free-photo/boiled-potatoes-herring-with-onions_140725-2258.jpg?_wi=1", - imageAlt: "Eye Fillet", - }, + id: "5", name: "Eye Fillet 280g", price: "$48", variant: "Thomas Farms Angus Pure, sautéed spinach & demi glaze", imageSrc: + "http://img.b2bpic.net/free-photo/boiled-potatoes-herring-with-onions_140725-2258.jpg", imageAlt: "Eye Fillet"}, { - id: "6", - name: "Carciofi Dip (VEG)", - price: "$18", - variant: "Warmed artichoke dip with crusty grilled bread", - imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868213.jpg?_wi=1", - imageAlt: "Carciofi Dip", - }, + id: "6", name: "Carciofi Dip (VEG)", price: "$18", variant: "Warmed artichoke dip with crusty grilled bread", imageSrc: + "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868213.jpg", imageAlt: "Carciofi Dip"}, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default" @@ -200,9 +144,7 @@ export default function HomePage() { useInvertedBackground={false} buttons={[ { - text: "See Full Menu", - href: "/menu", - }, + text: "See Full Menu", href: "/menu"}, ]} /> @@ -214,47 +156,23 @@ export default function HomePage() { description="Excellent · 629 Reviews · Travellers Choice Winner 2024" testimonials={[ { - id: "1", - name: "Vandieman111", - role: "TripAdvisor Traveller", - testimonial: - "Exceptionally friendly staff and wonderful food. Conveniently located in Hyde Park. Highly recommended.", - }, + id: "1", name: "Vandieman111", role: "TripAdvisor Traveller", testimonial: + "Exceptionally friendly staff and wonderful food. Conveniently located in Hyde Park. Highly recommended."}, { - id: "2", - name: "Deanne B", - role: "TripAdvisor Reviewer", - testimonial: - "Fabulous food, friendly efficient staff. Original Italian food and top shelf service. Prices are good and wine selection too.", - }, + id: "2", name: "Deanne B", role: "TripAdvisor Reviewer", testimonial: + "Fabulous food, friendly efficient staff. Original Italian food and top shelf service. Prices are good and wine selection too."}, { - id: "3", - name: "Ellie M", - role: "TripAdvisor Traveller", - testimonial: - "Modern Italian with a traditional flare. I recommend the duck ravioli and the artichoke dip! Lovely friendly service.", - }, + id: "3", name: "Ellie M", role: "TripAdvisor Traveller", testimonial: + "Modern Italian with a traditional flare. I recommend the duck ravioli and the artichoke dip! Lovely friendly service."}, { - id: "4", - name: "Tamara H", - role: "TripAdvisor Reviewer", - testimonial: - "Attentive service on a busy full-house night. Extensive wine list including South Australian wines. Chilli garlic prawns were moorish.", - }, + id: "4", name: "Tamara H", role: "TripAdvisor Reviewer", testimonial: + "Attentive service on a busy full-house night. Extensive wine list including South Australian wines. Chilli garlic prawns were moorish."}, { - id: "5", - name: "vabolins", - role: "TripAdvisor Traveller", - testimonial: - "Exceptional authentic tastes of Italy brought to your table with love by the Parisi family. An experience to cherish.", - }, + id: "5", name: "vabolins", role: "TripAdvisor Traveller", testimonial: + "Exceptional authentic tastes of Italy brought to your table with love by the Parisi family. An experience to cherish."}, { - id: "6", - name: "Richard A", - role: "TripAdvisor Reviewer", - testimonial: - "Great venue with a nice vibe. Food excellent, extensive wine list at very reasonable prices.", - }, + id: "6", name: "Richard A", role: "TripAdvisor Reviewer", testimonial: + "Great venue with a nice vibe. Food excellent, extensive wine list at very reasonable prices."}, ]} textboxLayout="default" animationType="slide-up" @@ -274,28 +192,18 @@ export default function HomePage() { 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"}, ]} features={[ { - title: "The Cage", - description: - "Up to 60 guests in our elegantly rustic courtyard. Fully adjustable to weather conditions — a perfect venue for any time of year.", - bentoComponent: "reveal-icon", - icon: Users, + title: "The Cage", description: + "Up to 60 guests in our elegantly rustic courtyard. Fully adjustable to weather conditions — a perfect venue for any time of year.", bentoComponent: "reveal-icon", icon: Users, }, { - title: "Main Dining Room", - description: - "Up to 40 guests with full AV equipment. Perfect for presentations, speeches, and any audio-visual requirements.", - bentoComponent: "reveal-icon", - icon: Projector, + title: "Main Dining Room", description: + "Up to 40 guests with full AV equipment. Perfect for presentations, speeches, and any audio-visual requirements.", bentoComponent: "reveal-icon", icon: Projector, }, ]} /> @@ -311,74 +219,38 @@ export default function HomePage() { useInvertedBackground={false} plans={[ { - id: "dine-in", - badge: "Dine In", - badgeIcon: UtensilsCrossed, - price: "7 Days", - subtitle: - "Lunch 11:30am–3:00pm | Dinner 5:00pm–close", - buttons={[ + id: "dine-in", badge: "Dine In", badgeIcon: UtensilsCrossed, + price: "7 Days", subtitle: + "Lunch 11:30am–3:00pm | Dinner 5:00pm–close", 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 Menu", - href: "/menu", - }, - ]} - features={[ - "Full dine-in menu available", - "Award-winning pizza & pasta", - "Extensive wine selection", - "Reservations recommended", - ]} + text: "View Menu", href: "/menu"}, + ], + features: [ + "Full dine-in menu available", "Award-winning pizza & pasta", "Extensive wine selection", "Reservations recommended"], }, { - id: "takeaway", - badge: "Takeaway", - badgeIcon: Truck, - price: "Order Online", - subtitle: "Fresh Italian food delivered to your door", - buttons={[ + id: "takeaway", badge: "Takeaway", badgeIcon: Truck, + price: "Order Online", subtitle: "Fresh Italian food delivered to your door", buttons: [ { - text: "Order on Uber Eats", - href: "https://www.ubereats.com/en-AU/adelaide/food-delivery/parisis-restaurant/c9c-HKLcRh2NP9mvLsz3Pg/", - }, + text: "Order on Uber Eats", href: "https://www.ubereats.com/en-AU/adelaide/food-delivery/parisis-restaurant/c9c-HKLcRh2NP9mvLsz3Pg/"}, { - text: "View Menu", - href: "/menu", - }, - ]} - features={[ - "Authentic Italian takeaway", - "Same quality, delivered fresh", - "Multiple payment options", - "Fast delivery available", - ]} + text: "View Menu", href: "/menu"}, + ], + features: [ + "Authentic Italian takeaway", "Same quality, delivered fresh", "Multiple payment options", "Fast delivery available"], }, { - id: "gift-vouchers", - badge: "Gift Vouchers", - badgeIcon: Gift, - price: "Any Amount", - subtitle: "Give the gift of authentic Italian dining", - buttons={[ + id: "gift-vouchers", badge: "Gift Vouchers", badgeIcon: Gift, + price: "Any Amount", subtitle: "Give the gift of authentic Italian dining", buttons: [ { - 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", - }, + 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"}, { - text: "Learn More", - href: "#", - }, - ]} - features={[ - "Delivered instantly online", - "Any amount you choose", - "Perfect for any occasion", - "No expiry date", - ]} + text: "Learn More", href: "#"}, + ], + features: [ + "Delivered instantly online", "Any amount you choose", "Perfect for any occasion", "No expiry date"], }, ]} /> @@ -391,26 +263,18 @@ export default function HomePage() { description="Contact us for reservations, function enquiries, or any questions. We'd love to hear from you." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us how we can help...", - rows: 5, + name: "message", placeholder: "Tell us how we can help...", rows: 5, required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/table-setting-with-textured-wine-glasses-candles-leaves_169016-18721.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/table-setting-with-textured-wine-glasses-candles-leaves_169016-18721.jpg" imageAlt="Parisi's warm dining ambiance" mediaAnimation="slide-up" mediaPosition="right" @@ -425,66 +289,39 @@ export default function HomePage() { copyrightText="© 2025 Parisi's Italian Restaurant. All Rights Reserved." columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "Menu", - href: "/menu", - }, + label: "Menu", href: "/menu"}, { - label: "Functions", - href: "/functions", - }, + label: "Functions", href: "/functions"}, { - label: "About", - href: "/about", - }, + label: "About", href: "/about"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "138 King William Road, Hyde Park SA 5061", - href: "https://www.google.com/maps/search/138+King+William+Road+Hyde+Park+SA+5061", - }, + label: "138 King William Road, Hyde Park SA 5061", href: "https://www.google.com/maps/search/138+King+William+Road+Hyde+Park+SA+5061"}, { - label: "(08) 8373 5142", - href: "tel:+61883735142", - }, + label: "(08) 8373 5142", href: "tel:+61883735142"}, { - label: "food@parisi.net.au", - href: "mailto:food@parisi.net.au", - }, + label: "food@parisi.net.au", href: "mailto:food@parisi.net.au"}, ], }, { - title: "Social", - items: [ + title: "Social", items: [ { - 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/"}, { - label: "TripAdvisor", - href: "https://www.tripadvisor.com", - }, + label: "TripAdvisor", href: "https://www.tripadvisor.com"}, { - label: "Uber Eats", - href: "https://www.ubereats.com/en-AU/adelaide/food-delivery/parisis-restaurant/c9c-HKLcRh2NP9mvLsz3Pg/", - }, + label: "Uber Eats", href: "https://www.ubereats.com/en-AU/adelaide/food-delivery/parisis-restaurant/c9c-HKLcRh2NP9mvLsz3Pg/"}, ], }, ]}