Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 27bc1455c0 | |||
| 7291320b54 | |||
| ddf1ed7249 |
@@ -16,11 +16,13 @@ const inter = Inter({
|
|||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Phil and Kay Stores - Fashion Clothes & Accessories in Nairobi", description: "Quality kids and adult clothes, shoes, and fashion accessories in Nairobi. Visit Stanbank House, Moi Avenue. Call 0746 120062 for availability.", keywords: "fashion store Nairobi, clothes shop Moi Avenue, kids clothes Nairobi, shoes and accessories, Phil and Kay Stores", metadataBase: new URL("https://philandkaystores.co.ke"),
|
title: "Phil and Kay Stores - Fashion Clothes & Accessories in Nairobi", description: "Quality kids and adult clothes, shoes, and fashion accessories in Nairobi. Visit Stanbank House, Moi Avenue. Call 0746 120062 for availability.", keywords: "fashion store Nairobi, clothes shop Moi Avenue, kids clothes Nairobi, shoes and accessories, Phil and Kay Stores", metadataBase: new URL("https://philandkaystores.co.ke"),
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://philandkaystores.co.ke"},
|
canonical: "https://philandkaystores.co.ke"
|
||||||
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Phil and Kay Stores - Your Fashion Destination in Nairobi", description: "Quality kids and adult clothes, shoes, and fashion accessories. All under one roof at Stanbank House, Moi Avenue.", url: "https://philandkaystores.co.ke", siteName: "Phil and Kay Stores", type: "website", images: [
|
title: "Phil and Kay Stores - Your Fashion Destination in Nairobi", description: "Quality kids and adult clothes, shoes, and fashion accessories. All under one roof at Stanbank House, Moi Avenue.", url: "https://philandkaystores.co.ke", siteName: "Phil and Kay Stores", type: "website", images: [
|
||||||
{
|
{
|
||||||
url: "http://img.b2bpic.net/free-photo/rows-hangers-with-clothes_23-2147669916.jpg", alt: "Phil and Kay Stores Fashion Shop"},
|
url: "http://img.b2bpic.net/free-photo/rows-hangers-with-clothes_23-2147669916.jpg", alt: "Phil and Kay Stores Fashion Shop"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
|
|||||||
@@ -51,7 +51,8 @@ export default function LandingPage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now", href: "tel:+254746120062" },
|
{ text: "Call Now", href: "tel:+254746120062" },
|
||||||
{
|
{
|
||||||
text: "Get Directions", href: "https://maps.google.com/?q=Stanbank+House+Suite+802+Moi+Avenue+Nairobi"},
|
text: "Get Directions", href: "https://maps.google.com/?q=Stanbank+House+Suite+802+Moi+Avenue+Nairobi"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
@@ -85,16 +86,20 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Quality Clothes", description: "Premium selection of kids and adult fashion items", imageSrc: "http://img.b2bpic.net/free-photo/dancing-team-studio_1303-10936.jpg?_wi=1", imageAlt: "Quality kids and adult clothing", buttonIcon: ShoppingBag,
|
title: "Quality Clothes", description: "Premium selection of kids and adult fashion items", imageSrc: "http://img.b2bpic.net/free-photo/dancing-team-studio_1303-10936.jpg?_wi=1", imageAlt: "Quality kids and adult clothing", buttonIcon: ShoppingBag,
|
||||||
buttonHref: "#categories"},
|
buttonHref: "#categories"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Wide Variety", description: "Shoes, accessories, and fashion items all in one place", imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg?_wi=1", imageAlt: "Fashion accessories collection", buttonIcon: Package,
|
title: "Wide Variety", description: "Shoes, accessories, and fashion items all in one place", imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg?_wi=1", imageAlt: "Fashion accessories collection", buttonIcon: Package,
|
||||||
buttonHref: "#categories"},
|
buttonHref: "#categories"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Affordable Prices", description: "Quality fashion items at prices that fit your budget", imageSrc: "http://img.b2bpic.net/free-photo/laughing-ladies-with-shopping-bags-shopping-street_23-2147950174.jpg?_wi=1", imageAlt: "Stylish adult fashion collection", buttonIcon: Tag,
|
title: "Affordable Prices", description: "Quality fashion items at prices that fit your budget", imageSrc: "http://img.b2bpic.net/free-photo/laughing-ladies-with-shopping-bags-shopping-street_23-2147950174.jpg?_wi=1", imageAlt: "Stylish adult fashion collection", buttonIcon: Tag,
|
||||||
buttonHref: "#categories"},
|
buttonHref: "#categories"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Convenient Location", description: "Easy to find at Stanbank House, Moi Avenue, Nairobi", imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991569.jpg?_wi=1", imageAlt: "Modern shoe collection display", buttonIcon: MapPin,
|
title: "Convenient Location", description: "Easy to find at Stanbank House, Moi Avenue, Nairobi", imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991569.jpg?_wi=1", imageAlt: "Modern shoe collection display", buttonIcon: MapPin,
|
||||||
buttonHref: "#location"},
|
buttonHref: "#location"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -112,13 +117,17 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "kids-clothing-1", name: "Kids Fashion Collection", price: "Call for pricing", variant: "Multiple sizes & colors", imageSrc: "http://img.b2bpic.net/free-photo/dancing-team-studio_1303-10936.jpg?_wi=2", imageAlt: "Kids clothing collection"},
|
id: "kids-clothing-1", name: "Kids Fashion Collection", price: "Call for pricing", variant: "Multiple sizes & colors", imageSrc: "http://img.b2bpic.net/free-photo/dancing-team-studio_1303-10936.jpg?_wi=2", imageAlt: "Kids clothing collection"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "adult-fashion-1", name: "Adult Fashion Selection", price: "Call for pricing", variant: "Casual & formal wear", imageSrc: "http://img.b2bpic.net/free-photo/laughing-ladies-with-shopping-bags-shopping-street_23-2147950174.jpg?_wi=2", imageAlt: "Adult fashion selection"},
|
id: "adult-fashion-1", name: "Adult Fashion Selection", price: "Call for pricing", variant: "Casual & formal wear", imageSrc: "http://img.b2bpic.net/free-photo/laughing-ladies-with-shopping-bags-shopping-street_23-2147950174.jpg?_wi=2", imageAlt: "Adult fashion selection"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "shoes-1", name: "Premium Shoes & Footwear", price: "Call for pricing", variant: "Casual, formal, sports", imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991569.jpg?_wi=2", imageAlt: "Shoes and footwear collection"},
|
id: "shoes-1", name: "Premium Shoes & Footwear", price: "Call for pricing", variant: "Casual, formal, sports", imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991569.jpg?_wi=2", imageAlt: "Shoes and footwear collection"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "accessories-1", name: "Fashion Accessories", price: "Call for pricing", variant: "Belts, bags, jewelry", imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg?_wi=2", imageAlt: "Fashion accessories"},
|
id: "accessories-1", name: "Fashion Accessories", price: "Call for pricing", variant: "Belts, bags, jewelry", imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg?_wi=2", imageAlt: "Fashion accessories"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -135,7 +144,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Visit Us Today", href: "tel:+254746120062"},
|
text: "Visit Us Today", href: "tel:+254746120062"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: "View Our Products", href: "categories"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -147,16 +160,20 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1", icon: Star,
|
id: "1", icon: Star,
|
||||||
title: "Quality Products", value: "100%"},
|
title: "Quality Products", value: "100%"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", icon: Users,
|
id: "2", icon: Users,
|
||||||
title: "Happy Customers", value: "Thousands"},
|
title: "Happy Customers", value: "Thousands"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", icon: Zap,
|
id: "3", icon: Zap,
|
||||||
title: "Fast Service", value: "Always"},
|
title: "Fast Service", value: "Always"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "4", icon: Award,
|
id: "4", icon: Award,
|
||||||
title: "Best Selection", value: "Local"},
|
title: "Best Selection", value: "Local"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -170,9 +187,11 @@ export default function LandingPage() {
|
|||||||
animationType="reveal-blur"
|
animationType="reveal-blur"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call 0746 120062", href: "tel:+254746120062"},
|
text: "Call 0746 120062", href: "tel:+254746120062"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: "Get Directions", href: "https://maps.google.com/?q=Stanbank+House+Suite+802+Moi+Avenue+Nairobi"},
|
text: "Get Directions", href: "https://maps.google.com/?q=Stanbank+House+Suite+802+Moi+Avenue+Nairobi"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -193,9 +212,11 @@ export default function LandingPage() {
|
|||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{ label: "Phone: 0746 120062", href: "tel:+254746120062" },
|
{ label: "Phone: 0746 120062", href: "tel:+254746120062" },
|
||||||
{
|
{
|
||||||
label: "Stanbank House, Suite 802", href: "https://maps.google.com/?q=Stanbank+House+Suite+802+Moi+Avenue+Nairobi"},
|
label: "Stanbank House, Suite 802", href: "https://maps.google.com/?q=Stanbank+House+Suite+802+Moi+Avenue+Nairobi"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Moi Avenue, Nairobi", href: "https://maps.google.com/?q=Stanbank+House+Suite+802+Moi+Avenue+Nairobi"},
|
label: "Moi Avenue, Nairobi", href: "https://maps.google.com/?q=Stanbank+House+Suite+802+Moi+Avenue+Nairobi"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user