Merge version_2 into main #2
@@ -68,6 +68,7 @@ export default function LandingPage() {
|
||||
description="Hand-picked seasonal ingredients prepared by masters of their craft."
|
||||
gridVariant="bento-grid"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", name: "Tandoori Masterpiece", price: "₹599", imageSrc: "http://img.b2bpic.net/free-photo/appetizing-dish-green-beans-plate-fork-garlic-bottle-oil-white-notebook-bowls-spices-dark-table_140725-120100.jpg" },
|
||||
@@ -80,8 +81,11 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
title="What Our Guests Say"
|
||||
description="Read what our patrons have to say."
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Arjun K.", role: "Food Critic", company: "City Weekly", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-redhead-woman-having-fun-while-having-dinner-with-friends-home_637285-3551.jpg" },
|
||||
{ id: "2", name: "Sarah M.", role: "Frequent Diner", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/loving-people-having-romantic-dinner_23-2147736679.jpg" }
|
||||
@@ -92,12 +96,14 @@ export default function LandingPage() {
|
||||
<div id="gallery" data-section="gallery">
|
||||
<FeatureCardTwentyNine
|
||||
title="The Harsh Atmosphere"
|
||||
description="Explore our fine dining space."
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Grand Hall", description: "Spacious and elegant seating.", imageSrc: "http://img.b2bpic.net/free-photo/brightly-lit-dining-unfocused_1203-770.jpg", titleImageSrc: "" },
|
||||
{ title: "Open Kitchen", description: "Witness the magic of our chefs.", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728004.jpg", titleImageSrc: "" }
|
||||
{ title: "Grand Hall", description: "Spacious and elegant seating.", imageSrc: "http://img.b2bpic.net/free-photo/brightly-lit-dining-unfocused_1203-770.jpg", titleImageSrc: "", buttonText: "Book Now" },
|
||||
{ title: "Open Kitchen", description: "Witness the magic of our chefs.", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728004.jpg", titleImageSrc: "", buttonText: "Learn More" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,8 +111,10 @@ export default function LandingPage() {
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
title="Experience Tiers"
|
||||
description="Choose your journey."
|
||||
animationType="depth-3d"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "basic", badge: "Essential", price: "₹1500", subtitle: "Tasting Menu for Two", features: ["4 Courses", "Table Selection", "Standard Service"] },
|
||||
{ id: "premium", badge: "Signature", price: "₹3000", subtitle: "Chef's Special Tasting", features: ["7 Courses", "Wine Pairing", "Priority Seating"] }
|
||||
@@ -117,7 +125,10 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Frequently Asked Questions"
|
||||
description="Got questions? We have answers."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "How do I book?", content: "Simply use our contact form or call us direct." },
|
||||
{ id: "2", title: "Are dietary restrictions accommodated?", content: "Yes, our chefs are happy to adapt meals for your needs." }
|
||||
@@ -131,6 +142,7 @@ export default function LandingPage() {
|
||||
description="Whether planning a grand event or a quiet evening, our team is at your service."
|
||||
tag="Reserve a Table"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user