Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3100d77f82 | |||
| bbd550fbbf |
@@ -5,7 +5,6 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
|||||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
@@ -114,48 +113,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSix
|
<TestimonialCardSix
|
||||||
title="What Our Community Says"
|
title="What Our Community Says"
|
||||||
|
|||||||
Reference in New Issue
Block a user