Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-18 06:26:59 +00:00

View File

@@ -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 Kigalis premier dining destination."
background={{ variant: "rotated-rays-animated" }}
useInvertedBackground={false}
buttons={[{ text: "Contact Us", href: "mailto:hello@atmospherekigali.com" }]}
/>
</div>