Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 86096637ae | |||
| 3b95945a2c | |||
| 3138940c76 | |||
| cf82249138 | |||
| 42f934a9b1 | |||
| 8a123d4db1 | |||
| 88fce2f490 | |||
| 1babb446d5 |
@@ -91,6 +91,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split-description"
|
textboxLayout="split-description"
|
||||||
gridVariant="two-columns-alternating-heights"
|
gridVariant="two-columns-alternating-heights"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[{ text: "Order Online", href: "#" }]}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", name: "Hot Spanish Latte", price: "SAR 18", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-plate-high-angle_23-2149703762.jpg?_wi=2" },
|
{ id: "p1", name: "Hot Spanish Latte", price: "SAR 18", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-plate-high-angle_23-2149703762.jpg?_wi=2" },
|
||||||
{ id: "p2", name: "Iced Coffee", price: "SAR 15", imageSrc: "http://img.b2bpic.net/free-photo/cup-black-tea_1339-7162.jpg?_wi=2" },
|
{ id: "p2", name: "Iced Coffee", price: "SAR 15", imageSrc: "http://img.b2bpic.net/free-photo/cup-black-tea_1339-7162.jpg?_wi=2" },
|
||||||
@@ -163,8 +164,8 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "1", title: "What are your opening hours?", content: "We are open daily and close at 1 AM." },
|
{ 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." },
|
{ 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." },
|
{ id: "3", title: "Do you offer delivery?", content: "Yes, we support no-contact delivery options." },
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
@@ -179,7 +180,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "cell-wave" }}
|
background={{ variant: "cell-wave" }}
|
||||||
tag="Visit Us"
|
tag="Visit Us"
|
||||||
title="Let's Keep in Touch"
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -196,6 +197,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Support", items: [
|
title: "Support", items: [
|
||||||
{ label: "Contact Us", href: "#" },
|
{ label: "Contact Us", href: "#" },
|
||||||
|
{ label: "Instagram", href: "https://www.instagram.com/kulma_cafe_/" },
|
||||||
{ label: "Privacy", href: "#" },
|
{ label: "Privacy", href: "#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user