4 Commits

Author SHA1 Message Date
8695248588 Merge version_3 into main
Merge version_3 into main
2026-04-15 14:18:48 +00:00
0a50f4279a Update src/app/page.tsx 2026-04-15 14:18:42 +00:00
1d1db81a01 Merge version_2 into main
Merge version_2 into main
2026-04-15 14:17:39 +00:00
b25197e098 Update src/app/page.tsx 2026-04-15 14:17:36 +00:00

View File

@@ -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" }}