Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a50f4279a | |||
| 1d1db81a01 |
@@ -12,7 +12,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
|
|||||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
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() {
|
export default function KiyoPage() {
|
||||||
return (
|
return (
|
||||||
@@ -82,6 +82,8 @@ export default function KiyoPage() {
|
|||||||
</div>
|
</div>
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<FeatureCardOne
|
<FeatureCardOne
|
||||||
|
tag="Premium Selection"
|
||||||
|
tagIcon={Sparkles}
|
||||||
title="What We Offer"
|
title="What We Offer"
|
||||||
description="A comprehensive selection of high-quality items for all your household needs."
|
description="A comprehensive selection of high-quality items for all your household needs."
|
||||||
buttons={[{ text: "See Our Selection", href: "#contact" }]}
|
buttons={[{ text: "See Our Selection", href: "#contact" }]}
|
||||||
|
|||||||
Reference in New Issue
Block a user