Update src/app/page.tsx
This commit is contained in:
@@ -158,35 +158,35 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "bronze", badge: "Starter", badgeIcon: Sparkles,
|
||||
price: "$29/month", subtitle: "Essential access for the budding enthusiast.", buttons: [
|
||||
id: "lunch", badge: "Daily", badgeIcon: Sparkles,
|
||||
price: "$12.99", subtitle: "Enjoy our delicious lunch deals.", buttons: [
|
||||
{
|
||||
text: "Sign Up", href: "#contact"},
|
||||
text: "View Menu", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"10% off all purchases", "Monthly newsletter", "Access to member-only events"],
|
||||
"Choice of Main Dish", "Includes Soft Drink", "Available Mon-Fri, 11 AM - 3 PM"],
|
||||
},
|
||||
{
|
||||
id: "silver", badge: "Popular", badgeIcon: Star,
|
||||
price: "$49/month", subtitle: "Enhanced benefits for the regular connoisseur.", buttons: [
|
||||
id: "dinner", badge: "Evening", badgeIcon: Star,
|
||||
price: "$24.99", subtitle: "A perfect combination for your dinner.", buttons: [
|
||||
{
|
||||
text: "Join Now", href: "#contact"},
|
||||
text: "Book a Table", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"15% off all purchases", "Priority event access", "Exclusive tasting sessions", "Personalized product recommendations"],
|
||||
"Appetizer + Main + Dessert", "Includes House Drink", "Available Daily, 5 PM - 10 PM", "Reservation Recommended"],
|
||||
},
|
||||
{
|
||||
id: "gold", badge: "Premium", badgeIcon: Crown,
|
||||
price: "$99/month", subtitle: "Unrestricted access and luxury for the true aficionado.", buttons: [
|
||||
id: "family", badge: "Group", badgeIcon: Crown,
|
||||
price: "$59.99", subtitle: "A feast for the entire family or group.", buttons: [
|
||||
{
|
||||
text: "Go Premium", href: "#contact"},
|
||||
text: "Order Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"25% off all purchases", "VIP event invitations", "Private lounge access", "Complimentary monthly cigar", "Dedicated account manager"],
|
||||
"Assorted Smoked Meats", "Large Sides", "Kids Eat Free (Under 10)", "Pre-order Recommended", "Serves 4-6 People"],
|
||||
},
|
||||
]}
|
||||
title="Exclusive Club Memberships"
|
||||
description="Unlock premium benefits, special discounts, and early access with our Smokeville Club memberships."
|
||||
title="Smokeville Meal Deals & Packages"
|
||||
description="Discover our enticing meal deals and packages, perfect for any occasion. From quick lunches to family feasts, we've got you covered."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -245,8 +245,8 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get in Touch with Smokeville"
|
||||
description="Have questions, special requests, or need assistance? Our team is here to help. Contact us today through the form below or visit us in-store."
|
||||
title="Contact Smokeville for Reservations & Inquiries"
|
||||
description="We're located at 123 Main Street, Anytown, USA. Our hours are Mon-Sat: 11 AM - 10 PM, Sun: 12 PM - 8 PM. For reservations or any questions, please call us at (123) 456-7890, email info@smokeville.com, or use the form below. For reservations, kindly specify your preferred date, time, and number of guests in your message."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
@@ -259,7 +259,7 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
name: "message", placeholder: "Your Message (e.g., reservation for 4 on Oct 27 at 7 PM)", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915820.jpg"
|
||||
@@ -287,11 +287,11 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
label: "About Smokeville", href: "#about"},
|
||||
{
|
||||
label: "Our Mission", href: "#about"},
|
||||
{
|
||||
label: "Why Smokeville", href: "#features"},
|
||||
label: "Why Choose Us", href: "#features"},
|
||||
{
|
||||
label: "Our Team", href: "#"},
|
||||
],
|
||||
@@ -299,9 +299,29 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "FAQ", href: "#faq"},
|
||||
label: "Visit Us"},
|
||||
{
|
||||
label: "Contact Support", href: "#contact"},
|
||||
label: "123 Main Street"},
|
||||
{
|
||||
label: "Anytown, USA"},
|
||||
{
|
||||
label: "Mon-Sat: 11 AM - 10 PM"},
|
||||
{
|
||||
label: "Sun: 12 PM - 8 PM"}
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact & Support"},
|
||||
{
|
||||
label: "Phone: (123) 456-7890"},
|
||||
{
|
||||
label: "Email: info@smokeville.com"},
|
||||
{
|
||||
label: "Make a Reservation", href: "#contact"},
|
||||
{
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
@@ -315,4 +335,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user