Update src/app/page.tsx
This commit is contained in:
@@ -34,7 +34,7 @@ export default function Page() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Experience", id: "#features" },
|
||||
{ name: "Experience", id: "#features"},
|
||||
{ name: "Specials", id: "#specials" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
@@ -114,7 +114,7 @@ export default function Page() {
|
||||
description="Indulge in our limited-time special menus and tasting experiences, meticulously crafted to showcase the season's finest ingredients and innovative culinary artistry."
|
||||
plans={[
|
||||
{ id: "spring-tasting", badge: "Seasonal", badgeIcon: Sparkles, price: "$85/person", subtitle: "5-Course Spring Tasting Menu", buttons: [{ text: "Reserve Now", href: "#contact" }], features: ["Fresh Seasonal Ingredients", "Optional Wine Pairing", "Available for a Limited Time", "Includes Dessert Course"] },
|
||||
{ id: "chef-selection", badge: "Signature", badgeIcon: Sparkles, price: "$120/person", subtitle: "Chef's Grand Degustation", buttons: [{ text: "Book Experience", href: "#contact" }], features: ["7 Signature Dishes", "Expert Wine Pairing Included", "Meet the Chef Experience", "Complimentary Amuse-bouche"] },
|
||||
{ id: "chef-selection", badge: "Signature", badgeIcon: Sparkles, price: "$120/person", subtitle: "7-Course Chef's Grand Degustation", buttons: [{ text: "Book Experience", href: "#contact" }], features: ["7 Signature Dishes", "Expert Wine Pairing Included", "Meet the Chef Experience", "Complimentary Amuse-bouche"] },
|
||||
{ id: "weekday-lunch", badge: "Daily", badgeIcon: Sparkles, price: "$45/person", subtitle: "Weekday Lunch Prix Fixe", buttons: [{ text: "View Details", href: "#contact" }], features: ["2-Course Set Lunch Menu", "Perfect for Business Meetings", "Quick & Elegant Service", "Available Mon-Fri 12-2 PM"] }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -124,7 +124,7 @@ export default function Page() {
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="\"Orchid Restaurant consistently delivers an extraordinary dining experience. The ambiance is elegant, the service is impeccable, and the food is simply divine. It's our go-to for special occasions!\""
|
||||
testimonial="Orchid Restaurant consistently delivers an extraordinary dining experience. The ambiance is elegant, the service is impeccable, and the food is simply divine. It's our go-to for special occasions!"
|
||||
rating={5}
|
||||
author="Isabella Chen - Renowned Food Critic"
|
||||
avatars={[
|
||||
|
||||
Reference in New Issue
Block a user