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-17 20:54:57 +00:00
3 changed files with 68 additions and 28 deletions

View File

@@ -1,29 +1,67 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import { DM_Sans } 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 { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Crochet by Khushi - Handmade with Love",
description: "Discover beautifully handmade crochet flowers, bouquets, keychains, and custom orders. Premium artisan crafts made with care and creativity for India.",
keywords: "crochet, handmade, flowers, bouquets, custom orders, keychains, artisan gifts, India",
metadataBase: new URL("https://crochetbykhushi.com"),
alternates: {
canonical: "https://crochetbykhushi.com",
},
openGraph: {
title: "Crochet by Khushi - Handmade with Love",
description: "Premium handmade crochet products crafted with passion. Explore our collection of crochet flowers, bouquets, and custom creations.",
url: "https://crochetbykhushi.com",
siteName: "Crochet by Khushi",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/warm-cozy-sweaters_169016-3090.jpg",
alt: "Handmade Crochet by Khushi",
},
],
},
twitter: {
card: "summary_large_image",
title: "Crochet by Khushi - Handmade with Love",
description: "Discover beautifully handmade crochet products made with passion and care.",
images: ["http://img.b2bpic.net/free-photo/warm-cozy-sweaters_169016-3090.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -32,7 +70,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} ${dmSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -44,4 +84,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -69,7 +69,7 @@ export default function HomePage() {
handle: "@priya_loves_crochet",
testimonial: "The quality is exceptional! Each piece feels so special and made with genuine love. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-tea-winter-day_329181-5769.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-tea-winter-day_329181-5769.jpg?_wi=1",
imageAlt: "young woman smiling portrait professional"
},
{
@@ -77,7 +77,7 @@ export default function HomePage() {
handle: "@anjali_gifts",
testimonial: "Perfect gift for my sister! The details are incredible and it arrived beautifully packaged.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-white-female-smiling-camera_181624-9213.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-white-female-smiling-camera_181624-9213.jpg?_wi=1",
imageAlt: "beautiful woman portrait professional photo"
},
{
@@ -85,7 +85,7 @@ export default function HomePage() {
handle: "@neha_collections",
testimonial: "Custom orders are amazing! Khushi brings your ideas to life with such care and creativity.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delivery_23-2149957063.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delivery_23-2149957063.jpg?_wi=1",
imageAlt: "friendly person portrait smiling photo"
},
{
@@ -93,7 +93,7 @@ export default function HomePage() {
handle: "@meera_aesthetics",
testimonial: "Instagram-worthy packaging and absolutely gorgeous crochet work. Worth every penny!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-children-playing-with-soap-bubbles_23-2148843682.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-children-playing-with-soap-bubbles_23-2148843682.jpg?_wi=1",
imageAlt: "young professional portrait photo happy"
}
]}
@@ -142,21 +142,21 @@ From delicate crochet flowers to custom creations, we pour our hearts into makin
id: "flowers",
name: "Crochet Flowers",
price: "₹299 - ₹799",
imageSrc: "http://img.b2bpic.net/free-photo/pink-pom-pom-with-copy-space_23-2149482914.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pink-pom-pom-with-copy-space_23-2149482914.jpg?_wi=1",
imageAlt: "cute handmade crochet flower keychain"
},
{
id: "bouquets",
name: "Flower Bouquets",
price: "₹999 - ₹2499",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-flowers_23-2149591590.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-flowers_23-2149591590.jpg?_wi=1",
imageAlt: "crochet bouquet gift beige pink colors"
},
{
id: "custom",
name: "Custom Orders",
price: "Custom Pricing",
imageSrc: "http://img.b2bpic.net/free-photo/wool-knitting-needles-basket_23-2148859117.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wool-knitting-needles-basket_23-2148859117.jpg?_wi=1",
imageAlt: "crochet custom order personalized gifts"
}
]}
@@ -188,7 +188,7 @@ From delicate crochet flowers to custom creations, we pour our hearts into makin
quote: "I ordered a custom crochet bouquet for my best friend's birthday and she absolutely loved it! The attention to detail is incredible.",
name: "Priya Mehta",
role: "Gift Buyer",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-tea-winter-day_329181-5769.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-tea-winter-day_329181-5769.jpg?_wi=2",
imageAlt: "young woman smiling portrait professional"
},
{
@@ -197,7 +197,7 @@ From delicate crochet flowers to custom creations, we pour our hearts into makin
quote: "Each piece feels so unique and special. You can really tell how much care goes into making these beautiful crochet items.",
name: "Anjali Kapoor",
role: "Collector",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-white-female-smiling-camera_181624-9213.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-white-female-smiling-camera_181624-9213.jpg?_wi=2",
imageAlt: "beautiful woman portrait professional photo"
},
{
@@ -206,7 +206,7 @@ From delicate crochet flowers to custom creations, we pour our hearts into makin
quote: "The custom order experience was fantastic. Khushi listened to my ideas and created exactly what I imagined, with stunning results.",
name: "Neha Singh",
role: "Customization Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delivery_23-2149957063.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delivery_23-2149957063.jpg?_wi=2",
imageAlt: "friendly person portrait smiling photo"
},
{
@@ -215,7 +215,7 @@ From delicate crochet flowers to custom creations, we pour our hearts into makin
quote: "Not only are the products beautiful, but the packaging is Instagram-worthy! I've already recommended to all my friends.",
name: "Meera Desai",
role: "Social Media Influencer",
imageSrc: "http://img.b2bpic.net/free-photo/group-children-playing-with-soap-bubbles_23-2148843682.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-children-playing-with-soap-bubbles_23-2148843682.jpg?_wi=2",
imageAlt: "young professional portrait photo happy"
}
]}

View File

@@ -50,21 +50,21 @@ export default function ProductsPage() {
id: "flowers",
name: "Crochet Flowers",
price: "₹299 - ₹799",
imageSrc: "http://img.b2bpic.net/free-photo/pink-pom-pom-with-copy-space_23-2149482914.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pink-pom-pom-with-copy-space_23-2149482914.jpg?_wi=2",
imageAlt: "cute handmade crochet flower keychain",
},
{
id: "bouquets",
name: "Flower Bouquets",
price: "₹999 - ₹2499",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-flowers_23-2149591590.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-flowers_23-2149591590.jpg?_wi=2",
imageAlt: "crochet bouquet gift beige pink colors",
},
{
id: "custom",
name: "Custom Orders",
price: "Custom Pricing",
imageSrc: "http://img.b2bpic.net/free-photo/wool-knitting-needles-basket_23-2148859117.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wool-knitting-needles-basket_23-2148859117.jpg?_wi=2",
imageAlt: "crochet custom order personalized gifts",
},
]}
@@ -94,7 +94,7 @@ export default function ProductsPage() {
id: "amigurumi",
name: "Cute Amigurumi",
price: "₹199 - ₹499",
imageSrc: "http://img.b2bpic.net/free-photo/wool-knitting-needles-basket_23-2148859117.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wool-knitting-needles-basket_23-2148859117.jpg?_wi=3",
imageAlt: "crochet amigurumi cute stuffed toys",
},
{
@@ -140,7 +140,7 @@ export default function ProductsPage() {
quote: "I ordered a custom crochet bouquet for my best friend's birthday and she absolutely loved it! The attention to detail is incredible.",
name: "Priya Mehta",
role: "Gift Buyer",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-tea-winter-day_329181-5769.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-tea-winter-day_329181-5769.jpg?_wi=3",
imageAlt: "young woman smiling portrait professional",
},
{
@@ -149,7 +149,7 @@ export default function ProductsPage() {
quote: "Each piece feels so unique and special. You can really tell how much care goes into making these beautiful crochet items.",
name: "Anjali Kapoor",
role: "Collector",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-white-female-smiling-camera_181624-9213.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-white-female-smiling-camera_181624-9213.jpg?_wi=3",
imageAlt: "beautiful woman portrait professional photo",
},
{
@@ -158,7 +158,7 @@ export default function ProductsPage() {
quote: "The custom order experience was fantastic. Khushi listened to my ideas and created exactly what I imagined, with stunning results.",
name: "Neha Singh",
role: "Customization Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delivery_23-2149957063.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delivery_23-2149957063.jpg?_wi=3",
imageAlt: "friendly person portrait smiling photo",
},
{
@@ -167,7 +167,7 @@ export default function ProductsPage() {
quote: "Not only are the products beautiful, but the packaging is Instagram-worthy! I've already recommended to all my friends.",
name: "Meera Desai",
role: "Social Media Influencer",
imageSrc: "http://img.b2bpic.net/free-photo/group-children-playing-with-soap-bubbles_23-2148843682.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-children-playing-with-soap-bubbles_23-2148843682.jpg?_wi=3",
imageAlt: "young professional portrait photo happy",
},
]}