Merge version_2 into main #2
@@ -92,9 +92,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "Signature", name: "Grass-fed Ribeye", price: "35,000 RWF", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg" },
|
||||
{ id: "p2", brand: "House", name: "Kigali Sunset", price: "8,000 RWF", rating: 4.8, imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-rose-cocktail-glass-bar-table_627829-6487.jpg" },
|
||||
{ id: "p3", brand: "Starter", name: "Garden Roots", price: "12,000 RWF", rating: 4.9, imageSrc: "http://img.b2bpic.net/free-photo/tasty-egg-with-truffles-pita_23-2149548076.jpg" }
|
||||
{ id: "p1", brand: "Signature", name: "Grass-fed Ribeye", price: "35,000 RWF", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg" },
|
||||
{ id: "p2", brand: "House", name: "Kigali Sunset", price: "8,000 RWF", rating: 4.8, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-rose-cocktail-glass-bar-table_627829-6487.jpg" },
|
||||
{ id: "p3", brand: "Starter", name: "Garden Roots", price: "12,000 RWF", rating: 4.9, reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/tasty-egg-with-truffles-pita_23-2149548076.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,6 +120,7 @@ export default function LandingPage() {
|
||||
description="Answers to frequently asked questions."
|
||||
textboxLayout="split"
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Do I need a reservation?", content: "Yes, we recommend booking in advance." },
|
||||
{ id: "q2", title: "Is there a dress code?", content: "Smart casual or formal preferred." },
|
||||
@@ -132,6 +133,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
text="Reserve your table at Kigali’s premier dining destination."
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Contact Us", href: "mailto:hello@atmospherekigali.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user