Update src/app/page.tsx
This commit is contained in:
@@ -53,6 +53,7 @@ export default function LandingPage() {
|
||||
title="Authentic Flavors"
|
||||
description="At 6 Colombo, we pride ourselves on blending traditional Sri Lankan recipes with fresh, locally sourced ingredients."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086032.jpg"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,6 +83,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
title="Guest Reviews"
|
||||
description="What our customers are saying."
|
||||
useInvertedBackground={false}
|
||||
testimonials={[{ id: "1", name: "Arjun Silva", handle: "@arjun_s", testimonial: "The best Kottu in Colombo!" }]}
|
||||
/>
|
||||
</div>
|
||||
@@ -90,8 +93,10 @@ export default function LandingPage() {
|
||||
<FaqBase
|
||||
faqs={[{ id: "f1", title: "Do you offer delivery?", content: "Yes, we deliver across Colombo." }]}
|
||||
title="Common Questions"
|
||||
description="Find answers to your questions here."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -100,6 +105,7 @@ export default function LandingPage() {
|
||||
title="Contact Us"
|
||||
description="Reach out to us for orders or reservations."
|
||||
inputs={[{ name: "name", type: "text", placeholder: "Your Name" }, { name: "phone", type: "tel", placeholder: "Phone" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user