7 Commits

Author SHA1 Message Date
9980318e30 Update theme colors 2026-03-06 14:17:52 +00:00
b3265bd2b6 Update theme colors 2026-03-06 14:17:41 +00:00
24b7e8fe32 Update src/app/page.tsx 2026-03-06 14:11:27 +00:00
2aabaea8f9 Update src/app/layout.tsx 2026-03-06 14:11:26 +00:00
42bedded7e Merge version_1 into main
Merge version_1 into main
2026-03-06 14:10:02 +00:00
c0cec5bd76 Merge version_1 into main
Merge version_1 into main
2026-03-06 14:09:07 +00:00
161fceedff Merge version_1 into main
Merge version_1 into main
2026-03-06 14:07:55 +00:00
3 changed files with 11 additions and 46 deletions

View File

@@ -1,54 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const manrope = Manrope({
variable: "--font-manrope", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Phil and Kay Stores | Fashion Shop Nairobi | Quality Clothes & Accessories", description: "Quality kids and adult fashion, shoes, and accessories in Nairobi. Visit Phil and Kay Stores on Moi Avenue. Open daily until 7 PM. Call 0746 120062.", keywords: "fashion store Nairobi, clothes shop Moi Avenue, kids fashion Nairobi, shoes Nairobi, fashion accessories, retail store Kenya", openGraph: {
title: "Phil and Kay Stores | Fashion Shop Nairobi", description: "Your one-stop shop for quality kids and adult fashion in Nairobi", siteName: "Phil and Kay Stores", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/outdoor-sunny-lifestyle-portrait-happy-exited-couple-elegant-girls-having-fun-together-street-stylish-vintage-outfits-pastel-sweaters-sunglasses-matching-accessories-family-time_291049-1482.jpg", alt: "Phil and Kay Stores Fashion Display"},
],
},
twitter: {
card: "summary_large_image", title: "Phil and Kay Stores | Fashion Shop Nairobi", description: "Quality fashion for kids and adults on Moi Avenue, Nairobi", images: ["http://img.b2bpic.net/free-photo/outdoor-sunny-lifestyle-portrait-happy-exited-couple-elegant-girls-having-fun-together-street-stylish-vintage-outfits-pastel-sweaters-sunglasses-matching-accessories-family-time_291049-1482.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Phil & Kay Stores - Quality Fashion in Nairobi", description: "Your one-stop shop for quality kids and adult clothes, shoes, and accessories in Nairobi"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1416,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
imageAlt="Phil and Kay Stores fashion display"
mediaAnimation="slide-up"
buttons={[
{ text: "Call Now", href: "tel:0746120062" },
{ text: "Shop Now", href: "#categories" },
{ text: "Get Directions", href: "#location" },
]}
buttonAnimation="slide-up"

View File

@@ -12,13 +12,13 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #FF7B05;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #FF7B05;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);