Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 86096637ae | |||
| 3b95945a2c | |||
| 3138940c76 | |||
| cf82249138 |
@@ -164,8 +164,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "What are your opening hours?", content: "We are open daily and close at 1 AM." },
|
||||
{ id: "2", title: "Where are you located?", content: "We are located in the heart of Al Olaya, Riyadh." },
|
||||
{ id: "1", title: "What are your opening hours?", content: "We are open at 6AM daily and close at 1 AM." },
|
||||
{ id: "2", title: "Where are you located?", content: "We are located in the heart of Al Olaya, Riyadh (https://maps.app.goo.gl/qpiqicXJz5tqJnQa6)." },
|
||||
{ id: "3", title: "Do you offer delivery?", content: "Yes, we support no-contact delivery options." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
@@ -180,7 +180,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "cell-wave" }}
|
||||
tag="Visit Us"
|
||||
title="Let's Keep in Touch"
|
||||
description="Follow us on social media for seasonal menu updates and special events."
|
||||
description="Follow us on Instagram at @kulma_cafe_ for updates and community features."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -197,6 +197,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "#" },
|
||||
{ label: "Instagram", href: "https://www.instagram.com/kulma_cafe_/" },
|
||||
{ label: "Privacy", href: "#" },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user