Merge version_3 into main #3
@@ -38,6 +38,8 @@ export default function LandingPage() {
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "AYCE Ultimate", id: "#ayce-ultimate-menu"},
|
||||
{
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
@@ -123,6 +125,28 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="ayce-ultimate-menu" data-section="ayce-ultimate-menu">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "ultimate-sashimi", name: "Ultimate Sashimi Platter", price: "Included in AYCE", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EtXZa1O3I0982jt1La9dwoFDi0/uploaded-1780999972664-pc8n2w38.png", imageAlt: "Ultimate Sashimi Platter"},
|
||||
{
|
||||
id: "premium-nigiri", name: "Premium Nigiri Selection", price: "Included in AYCE", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EtXZa1O3I0982jt1La9dwoFDi0/uploaded-1780999972664-hdhy2exu.png", imageAlt: "Premium Nigiri Selection"},
|
||||
{
|
||||
id: "exclusive-tempura", name: "Exclusive Tempura Mix", price: "Included in AYCE", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EtXZa1O3I0982jt1La9dwoFDi0/uploaded-1780999972664-qnzxy24z.png", imageAlt: "Exclusive Tempura Mix"},
|
||||
{
|
||||
id: "signature-volcano-roll", name: "Signature Volcano Roll", price: "Included in AYCE", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EtXZa1O3I0982jt1La9dwoFDi0/uploaded-1780999972665-syq9zwdr.png", imageAlt: "Signature Volcano Roll"},
|
||||
]}
|
||||
title="AYCE ULTIMATE MENU"
|
||||
description="Experience the ultimate all-you-can-eat feast with our premium selection of sushi, sashimi, and exclusive hot dishes."
|
||||
tag="Ultimate Feast"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
animationType="slide-up"
|
||||
@@ -269,4 +293,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user