Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 369336841d | |||
| ae17375b54 | |||
| 6a4acb0286 | |||
| 86096637ae | |||
| 3ea69d6380 | |||
| 3b95945a2c | |||
| 1309694170 | |||
| 3138940c76 | |||
| cf82249138 |
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Award, Coffee, Star } from "lucide-react";
|
||||
import { Award, Coffee, Star, Languages } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -36,6 +36,7 @@ export default function LandingPage() {
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Translate", id: "translate" }
|
||||
]}
|
||||
brandName="KULMA"
|
||||
/>
|
||||
@@ -164,8 +165,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,13 +181,13 @@ 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>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-tattooed-girl-wearing-denim-coat-holding-cup-with-takeaway-coffee-outside-near-cafe_613910-5137.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CsbdwiRi6mPoqyWeIIMbGE77Nl/uploaded-1777179706365-qxh1ej1r.jpg"
|
||||
logoText="KULMA"
|
||||
columns={[
|
||||
{
|
||||
@@ -197,6 +198,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