Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-14 08:00:58 +00:00
4 changed files with 52 additions and 20 deletions

View File

@@ -87,7 +87,7 @@ export default function AboutPage() {
description="KaalChhaya Pictures represents the intersection of luxury and accessibility. We believe premium quality shouldn't be complicated. Founded in 2020, we curate the finest products from around the world to bring you an elevated shopping experience. Each item in our collection is personally selected for its craftsmanship, design excellence, and lasting value."
tag="About KaalChhaya"
tagIcon={Sparkles}
imageSrc="http://img.b2bpic.net/free-photo/content-model-walking-with-bags_23-2147669890.jpg"
imageSrc="http://img.b2bpic.net/free-photo/content-model-walking-with-bags_23-2147669890.jpg?_wi=2"
imageAlt="KaalChhaya Pictures Luxury Retail Space"
mediaAnimation="blur-reveal"
metrics={[

View File

@@ -1,28 +1,58 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Mulish } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Mulish } from "next/font/google";
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "KaalChhaya Pictures - Premium Luxury Retail",
description: "Discover curated collections of high-quality luxury products for modern professionals. Experience seamless shopping with premium items and exceptional service.",
keywords: "luxury retail, premium products, online shopping, designer items, curated collections, high-quality goods",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "KaalChhaya Pictures - Premium Luxury Retail",
description: "Handpicked collections of premium, high-quality products designed for discerning customers.",
type: "website",
siteName: "KaalChhaya Pictures",
images: [
{
url: "http://img.b2bpic.net/free-photo/vertical-decorative-vases-with-protea-billbergia-flowers-with-chinese-folding-fans_181624-37950.jpg",
alt: "KaalChhaya Pictures Premium Collection",
},
],
},
twitter: {
card: "summary_large_image",
title: "KaalChhaya Pictures - Premium Luxury Retail",
description: "Discover luxury products curated for modern professionals.",
images: [
"http://img.b2bpic.net/free-photo/vertical-decorative-vases-with-protea-billbergia-flowers-with-chinese-folding-fans_181624-37950.jpg",
],
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -31,7 +61,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${mulish.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +75,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -120,7 +120,7 @@ export default function HomePage() {
name: "Luxury Leather Crossbody",
price: "$289.00",
variant: "Premium Italian Leather",
imageSrc: "http://img.b2bpic.net/free-photo/two-blank-envelopes-against-white-background_23-2147936759.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-blank-envelopes-against-white-background_23-2147936759.jpg?_wi=1",
imageAlt: "Luxury Leather Crossbody Bag",
},
{
@@ -128,7 +128,7 @@ export default function HomePage() {
name: "Minimalist Watch Collection",
price: "$199.00",
variant: "Stainless Steel",
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409258.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409258.jpg?_wi=1",
imageAlt: "Premium Minimalist Timepiece",
},
{
@@ -136,7 +136,7 @@ export default function HomePage() {
name: "Designer Sunglasses",
price: "$249.00",
variant: "UV Protected Lenses",
imageSrc: "http://img.b2bpic.net/free-photo/pink-blue-petaled-flowers-arrangement_122409-86.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pink-blue-petaled-flowers-arrangement_122409-86.jpg?_wi=1",
imageAlt: "Modern Designer Eyewear",
},
]}
@@ -160,7 +160,7 @@ export default function HomePage() {
description="KaalChhaya Pictures represents the intersection of luxury and accessibility. We believe premium quality shouldn't be complicated. Founded in 2020, we curate the finest products from around the world to bring you an elevated shopping experience. Each item in our collection is personally selected for its craftsmanship, design excellence, and lasting value."
tag="About KaalChhaya"
tagIcon={Sparkles}
imageSrc="http://img.b2bpic.net/free-photo/content-model-walking-with-bags_23-2147669890.jpg"
imageSrc="http://img.b2bpic.net/free-photo/content-model-walking-with-bags_23-2147669890.jpg?_wi=1"
imageAlt="KaalChhaya Pictures Luxury Retail Space"
mediaAnimation="blur-reveal"
metrics={[

View File

@@ -92,7 +92,7 @@ export default function ShopPage() {
name: "Luxury Leather Crossbody",
price: "$289.00",
variant: "Premium Italian Leather",
imageSrc: "http://img.b2bpic.net/free-photo/two-blank-envelopes-against-white-background_23-2147936759.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-blank-envelopes-against-white-background_23-2147936759.jpg?_wi=2",
imageAlt: "Luxury Leather Crossbody Bag",
},
{
@@ -100,7 +100,7 @@ export default function ShopPage() {
name: "Minimalist Watch Collection",
price: "$199.00",
variant: "Stainless Steel",
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409258.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409258.jpg?_wi=2",
imageAlt: "Premium Minimalist Timepiece",
},
{
@@ -108,7 +108,7 @@ export default function ShopPage() {
name: "Designer Sunglasses",
price: "$249.00",
variant: "UV Protected Lenses",
imageSrc: "http://img.b2bpic.net/free-photo/pink-blue-petaled-flowers-arrangement_122409-86.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pink-blue-petaled-flowers-arrangement_122409-86.jpg?_wi=2",
imageAlt: "Modern Designer Eyewear",
},
{
@@ -116,7 +116,7 @@ export default function ShopPage() {
name: "Premium Silk Scarf",
price: "$159.00",
variant: "Italian Silk",
imageSrc: "http://img.b2bpic.net/free-photo/two-blank-envelopes-against-white-background_23-2147936759.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-blank-envelopes-against-white-background_23-2147936759.jpg?_wi=3",
imageAlt: "Luxe Silk Accessory",
},
{
@@ -124,7 +124,7 @@ export default function ShopPage() {
name: "Leather Wallet Elite",
price: "$179.00",
variant: "Genuine Leather",
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409258.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409258.jpg?_wi=3",
imageAlt: "Premium Leather Wallet",
},
{
@@ -132,7 +132,7 @@ export default function ShopPage() {
name: "Designer Briefcase",
price: "$399.00",
variant: "Handcrafted Leather",
imageSrc: "http://img.b2bpic.net/free-photo/pink-blue-petaled-flowers-arrangement_122409-86.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pink-blue-petaled-flowers-arrangement_122409-86.jpg?_wi=3",
imageAlt: "Professional Leather Briefcase",
},
]}