Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a50f4279a | |||
| 1d1db81a01 | |||
| b25197e098 |
@@ -12,7 +12,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { ShoppingBasket, Clock, MapPin, Phone, Star } from "lucide-react";
|
||||
import { ShoppingBasket, Clock, MapPin, Phone, Star, Sparkles } from "lucide-react";
|
||||
|
||||
export default function KiyoPage() {
|
||||
return (
|
||||
@@ -82,6 +82,8 @@ export default function KiyoPage() {
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardOne
|
||||
tag="Premium Selection"
|
||||
tagIcon={Sparkles}
|
||||
title="What We Offer"
|
||||
description="A comprehensive selection of high-quality items for all your household needs."
|
||||
buttons={[{ text: "See Our Selection", href: "#contact" }]}
|
||||
@@ -149,7 +151,7 @@ export default function KiyoPage() {
|
||||
title="Visit Kiyo Today"
|
||||
description="Stop by our Al-Rehab store for the freshest groceries in Jeddah. Need assistance? Send us a message on WhatsApp."
|
||||
buttons={[
|
||||
{ text: "WhatsApp", href: "https://wa.me/966506070522" },
|
||||
{ text: "Contact us on WhatsApp for fast delivery", href: "https://wa.me/966506070522" },
|
||||
{ text: "Get Directions", href: "https://maps.app.goo.gl/" },
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
|
||||
Reference in New Issue
Block a user