Merge version_4 into main #4
@@ -73,12 +73,12 @@ export default function LandingPage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<FeatureCardTwentyOne
|
||||
useInvertedBackground={false}
|
||||
title="The Culinary Journey"
|
||||
description="Explore our curated offerings, ranging from artisanal morning brews to sophisticated evening lounge fare."
|
||||
title="Our Menu"
|
||||
description="Discover our curated selection of signature dishes and drinks."
|
||||
accordionItems={[
|
||||
{ id: "1", title: "Breakfast Elegance", content: "Start your day with perfectly crafted pastries and ethically sourced coffees." },
|
||||
{ id: "2", title: "Gourmet Lunch", content: "Elevated bistro staples designed to fuel your afternoon with flavor." },
|
||||
{ id: "3", title: "Lounge After Dark", content: "Handcrafted cocktails and fine small plates for a perfect evening atmosphere." },
|
||||
{ id: "1", title: "Giant Pizza Slice", content: "169rs" },
|
||||
{ id: "2", title: "Classic Margarita", content: "229rs" },
|
||||
{ id: "3", title: "Peri Peri Veg", content: "249rs" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-delicious-cooked-meat-with-vegetables_181624-35358.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -92,12 +92,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "rr-slice", name: "RR Giant Pizza Slice", price: "$169", imageSrc: "https://img.b2bpic.net/free-photo/delicious-pizza-slice-with-melted-cheese_140725-7836.jpg" },
|
||||
{ id: "p1", name: "Royal Espresso", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-coffee-with-milk_23-2148865586.jpg" },
|
||||
{ id: "p2", name: "Velvet Pastry", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/slice-caramel-cake-wooden-platter_114579-18500.jpg" },
|
||||
{ id: "p3", name: "Regal Brunch", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/mixed-sliced-fruits-plate_140725-6443.jpg" },
|
||||
{ id: "p4", name: "Bistro Salad", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/canned-fish-with-boiled-potato-slices-cucumber-pickles-red-onion-lettuce-pomegranate_140725-467.jpg" },
|
||||
{ id: "p5", name: "Artisan Entree", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sits-table-with-cocktail-lit-candle_140725-9075.jpg" },
|
||||
{ id: "rr-slice", name: "RR Giant Pizza Slice", price: "169rs", imageSrc: "https://img.b2bpic.net/free-photo/delicious-pizza-slice-with-melted-cheese_140725-7836.jpg" },
|
||||
{ id: "margarita", name: "Classic Margarita", price: "229rs", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-slice-with-melted-cheese_140725-7836.jpg" },
|
||||
{ id: "peri-peri", name: "Peri Peri Veg", price: "249rs", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-slice-with-melted-cheese_140725-7836.jpg" },
|
||||
]}
|
||||
title="Signature Selections"
|
||||
description="A glimpse into our curated culinary repertoire."
|
||||
@@ -111,10 +108,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Eleanor V.", handle: "@eleanor_v", testimonial: "An exquisite escape in the heart of the city. Truly refined.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-with-friends-while-drinking-beer-communicating-tavern_637285-2421.jpg" },
|
||||
{ id: "t2", name: "Julian S.", handle: "@julian_s", testimonial: "The atmosphere is unmatched. Perfect for business and leisure.", imageSrc: "http://img.b2bpic.net/free-photo/barman-relaxing-couch_23-2147821276.jpg" },
|
||||
{ id: "t2", name: "Julian S.", handle: "@julian_s", testimonial: "The atmosphere is unmatched. Perfect for business and leisure.", imageSrc: "http://img.b2bpic.net/barman-relaxing-couch_23-2147821276.jpg" },
|
||||
{ id: "t3", name: "Claire M.", handle: "@claire_m", testimonial: "Every bite is perfection. Royal Regal sets the gold standard.", imageSrc: "http://img.b2bpic.net/free-photo/calm-morning-with-cup-coffee-home-cozy-peaceful-moment_169016-69175.jpg" },
|
||||
{ id: "t4", name: "David L.", handle: "@david_l", testimonial: "Exceptional service, sophisticated ambiance, divine coffee.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517426.jpg" },
|
||||
{ id: "t5", name: "Sophia B.", handle: "@sophia_b", testimonial: "Simply the best evening spot for cocktails and conversation.", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-71154.jpg" },
|
||||
]}
|
||||
title="Voices of Regal Guests"
|
||||
description="Hear what our distinguished patrons have to say about their experience."
|
||||
@@ -143,7 +138,6 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do I need a reservation?", content: "For prime time evening slots, reservations are highly recommended." },
|
||||
{ id: "f2", title: "Is the lounge child-friendly?", content: "Our lounge area is an adult-focused environment after 6 PM." },
|
||||
{ id: "f3", title: "Do you host private events?", content: "Yes, we offer custom event packages for private gatherings." },
|
||||
]}
|
||||
title="Common Inquiries"
|
||||
description="Get answers to your questions about Royal Regal."
|
||||
|
||||
Reference in New Issue
Block a user