Merge version_8 into main
Merge version_8 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -1265,4 +1265,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,6 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
@@ -114,48 +113,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
title="Special Offers & Memberships"
|
||||
description="Enjoy exclusive benefits and savings with our Super Rewards program and special event packages"
|
||||
tag="Loyalty Rewards"
|
||||
tagIcon={Gift}
|
||||
plans={[
|
||||
{
|
||||
id: "1", price: "Free", name: "Super Rewards", buttons: [
|
||||
{ text: "Join Program", href: "rewards" },
|
||||
{ text: "Learn More", href: "about" }
|
||||
],
|
||||
features: [
|
||||
"Earn points on every visit", "Exclusive member-only specials", "Birthday surprise rewards", "Early access to new menu items", "VIP event invitations"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "2", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "From $50", name: "Gift Cards", buttons: [
|
||||
{ text: "Buy Gift Card", href: "gift-cards" },
|
||||
{ text: "Check Balance", href: "gift-card-lookup" }
|
||||
],
|
||||
features: [
|
||||
"Perfect for any occasion", "No expiration date", "Digital and physical options", "Personalized messages", "Instant delivery available"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "3", price: "Custom", name: "Private Events", buttons: [
|
||||
{ text: "Book an Event", href: "events" },
|
||||
{ text: "View Packages", href: "events" }
|
||||
],
|
||||
features: [
|
||||
"Customized menu options", "Dedicated event coordinator", "Flexible space configurations", "Premium bar service", "Memorable experiences guaranteed"
|
||||
]
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground="invertDefault"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
title="What Our Community Says"
|
||||
@@ -238,4 +195,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user