Merge version_5 into main #9

Merged
bender merged 1 commits from version_5 into main 2026-04-15 12:01:24 +00:00

View File

@@ -10,7 +10,7 @@ import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import { Sparkles, Award, Star, Utensils } from "lucide-react";
import { Sparkles, Award, Star } from "lucide-react";
export default function BuffetPage() {
const lenis = useLenis();
@@ -89,6 +89,8 @@ export default function BuffetPage() {
description="From fresh ocean catches to artisanal desserts, discover our curated culinary selection."
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "1", name: "Signature Sushi Roll", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/sushi-with-variety-fish-delivery-sushi-package-different-types-rolls_132075-14235.jpg" },
{ id: "2", name: "Alaskan Crab Legs", price: "$24.00", imageSrc: "http://img.b2bpic.net/free-photo/crawfish-plate_23-2150346588.jpg" },
@@ -105,8 +107,8 @@ export default function BuffetPage() {
textboxLayout="split-actions"
animationType="slide-up"
plans={[
{ id: "lunch", period: "per person", featuresTitle: "Lunch Amenities", tag: "Most Popular", tagIcon: Star, price: "$15.99", button: { text: "Reserve Lunch", onClick: () => handleScroll("#contact") }, features: ["All Lunch Stations", "Soft Drinks", "Fresh Sushi Bar"] },
{ id: "dinner", period: "per person", featuresTitle: "Dinner Amenities", tag: "Premium Choice", tagIcon: Award, price: "$29.99", button: { text: "Reserve Dinner", onClick: () => handleScroll("#contact") }, features: ["All Lunch Features", "Premium Crab Legs", "Chef Specials"] }
{ id: "lunch", period: "per person", description: "Great for quick lunches.", featuresTitle: "Lunch Amenities", tag: "Most Popular", tagIcon: Star, price: "$15.99", button: { text: "Reserve Lunch", onClick: () => handleScroll("#contact") }, features: ["All Lunch Stations", "Soft Drinks", "Fresh Sushi Bar"] },
{ id: "dinner", period: "per person", description: "Full evening indulgence.", featuresTitle: "Dinner Amenities", tag: "Premium Choice", tagIcon: Award, price: "$29.99", button: { text: "Reserve Dinner", onClick: () => handleScroll("#contact") }, features: ["All Lunch Features", "Premium Crab Legs", "Chef Specials"] }
]}
/>
</div>
@@ -129,6 +131,8 @@ export default function BuffetPage() {
title="Frequently Asked Questions"
description="Have questions about your reservation?"
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
faqs={[{ id: "1", title: "Do you offer senior discounts?", content: "Yes, we offer special rates for seniors available during our lunch hours upon request." }]}
/>
@@ -138,6 +142,7 @@ export default function BuffetPage() {
title="Join Us Tonight"
description="Urgency Alert: Peak hours filling up. Book now to guarantee your spot for an exceptional evening."
background={{ variant: "rotated-rays-animated" }}
useInvertedBackground={false}
buttons={[{ text: "Reserve Now", onClick: () => handleScroll("#contact") }]}
/>
</div>