Compare commits
4 Commits
version_7
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 411ec02699 | |||
| 102cce00d3 | |||
| 3100d77f82 | |||
| bbd550fbbf |
@@ -1,11 +1,10 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
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';
|
||||||
@@ -101,10 +100,10 @@ export default function LandingPage() {
|
|||||||
id: "1", name: "The Classic Mixer Burger", price: "From $16", variant: "Grass-fed beef, aged cheddar, special sauce", imageSrc: "https://img.b2bpic.net/free-photo/side-view-mix-detox-water-with-lemon-apples-mint-cucumber-decanters_141793-13016.jpg", imageAlt: "Classic Mixer Burger"
|
id: "1", name: "The Classic Mixer Burger", price: "From $16", variant: "Grass-fed beef, aged cheddar, special sauce", imageSrc: "https://img.b2bpic.net/free-photo/side-view-mix-detox-water-with-lemon-apples-mint-cucumber-decanters_141793-13016.jpg", imageAlt: "Classic Mixer Burger"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Signature Craft Cocktail", price: "From $14", variant: "House spirits, fresh citrus, premium bitters", imageSrc: "https://img.b2bpic.net/free-photo/man-holding-colorful-cocktail-glasses_23-2148454465.jpg", imageAlt: "Signature Craft Cocktail"
|
id: "2", name: "Signature Craft Cocktail", price: "From $14", variant: "House spirits, fresh citrus, premium bitters", imageSrc: "https://img.b2bpic.net/free-photo/woman-eating-french-fries-sandwich-with-cheese-tomato-with-sauce_141793-4339.jpg?id=8074271", imageAlt: "Signature Craft Cocktail"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Happy Hour Special", price: "From $6", variant: "Select appetizers & drinks, daily 4-6pm", imageSrc: "https://img.b2bpic.net/free-photo/tinctures-mint-orange-cucumber-lemon-side-view_141793-15536.jpg", imageAlt: "Happy Hour Specials"
|
id: "3", name: "Happy Hour Special", price: "From $6", variant: "Select appetizers & drinks, daily 4-6pm", imageSrc: "https://img.b2bpic.net/free-photo/side-view-cocktail-shots-with-slice-lemon-kiwi-slice-candles-bar_176474-3056.jpg?id=7724643", imageAlt: "Happy Hour Specials"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -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"
|
||||||
@@ -188,10 +145,10 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact" data-webild-id="webild-1768427972362-mmmncxuit">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
tag="Stay Connected"
|
tag="Stay Connected"
|
||||||
title="Join Our Email List"
|
title="Join our rewards program"
|
||||||
description="Subscribe to get updates about new menu items, special events, exclusive offers, and local happenings at The Mixer. Be part of our community!"
|
description="Subscribe to get updates about new menu items, special events, exclusive offers, and local happenings at The Mixer. Be part of our community!"
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg"
|
||||||
imageAlt="The Mixer bar interior"
|
imageAlt="The Mixer bar interior"
|
||||||
|
|||||||
Reference in New Issue
Block a user