Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-12 20:09:35 +00:00
6 changed files with 61 additions and 26 deletions

View File

@@ -97,7 +97,7 @@ export default function AboutPage() {
description:
"Our instructors bring years of professional experience in sewing, tailoring, and embroidery to every tutorial.",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-woman-working-with-sewing-pattern_1163-2050.jpg",
"http://img.b2bpic.net/free-photo/portrait-woman-working-with-sewing-pattern_1163-2050.jpg?_wi=2",
imageAlt: "Expert Teaching",
button: {
text: "Meet Instructors",

View File

@@ -1,28 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Public_Sans } 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 { Public_Sans } 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 publicSans = Public_Sans({
variable: "--font-public-sans",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "OkNeppo - Learn Sewing, Tailoring & Embroidery Online",
description: "Master sewing, tailoring, and machine skills with OkNeppo's expert tutorials, training programs, and YouTube guides designed for beginners. Start your sewing journey today!",
keywords: "sewing tutorials, tailoring lessons, embroidery guide, sewing machine basics, learn stitching online, beginner sewing, tailoring courses",
metadataBase: new URL("https://okneppo.com"),
alternates: {
canonical: "https://okneppo.com",
},
openGraph: {
title: "OkNeppo - Learn Sewing & Tailoring the Easy Way",
description: "Expert-led sewing tutorials, tailoring training, and embroidery guides for beginners. Subscribe on YouTube and WhatsApp for daily tips.",
url: "https://okneppo.com",
siteName: "OkNeppo",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/portrait-woman-working-with-sewing-pattern_1163-2050.jpg",
alt: "OkNeppo Sewing Education",
},
],
},
twitter: {
card: "summary_large_image",
title: "OkNeppo - Learn Sewing & Tailoring Online",
description: "Master sewing skills with expert tutorials and training programs on OkNeppo.",
images: ["http://img.b2bpic.net/free-photo/portrait-woman-working-with-sewing-pattern_1163-2050.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -31,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${publicSans.variable} ${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${publicSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -59,7 +59,7 @@ export default function HomePage() {
href: "https://wa.me/1234567890",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-working-with-sewing-pattern_1163-2050.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-working-with-sewing-pattern_1163-2050.jpg?_wi=1"
imageAlt="OkNeppo Sewing Studio"
showDimOverlay={true}
/>
@@ -108,7 +108,7 @@ export default function HomePage() {
description:
"Master the fundamentals of operating a sewing machine, threading, and basic stitch techniques for beginners.",
imageSrc:
"http://img.b2bpic.net/free-photo/making-pasta_23-2147985254.jpg",
"http://img.b2bpic.net/free-photo/making-pasta_23-2147985254.jpg?_wi=1",
imageAlt: "Sewing Machine Tutorial",
button: {
text: "Watch Tutorial",
@@ -120,7 +120,7 @@ export default function HomePage() {
description:
"Learn essential hand stitches, embroidery basics, and how to create beautiful decorative patterns with needle and thread.",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-woman-crocheting-high-angle_23-2148754112.jpg",
"http://img.b2bpic.net/free-photo/close-up-woman-crocheting-high-angle_23-2148754112.jpg?_wi=1",
imageAlt: "Hand Stitching Guide",
button: {
text: "Watch Tutorial",
@@ -132,7 +132,7 @@ export default function HomePage() {
description:
"Discover professional tailoring techniques, pattern cutting, measurements, and how to fit garments perfectly.",
imageSrc:
"http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543697.jpg",
"http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543697.jpg?_wi=1",
imageAlt: "Tailoring Basics",
button: {
text: "Watch Tutorial",
@@ -144,7 +144,7 @@ export default function HomePage() {
description:
"Keep your sewing machine in perfect condition with our maintenance guide, troubleshooting tips, and repair hacks.",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-worker-near-metalworking-machine_176420-4653.jpg",
"http://img.b2bpic.net/free-photo/portrait-worker-near-metalworking-machine_176420-4653.jpg?_wi=1",
imageAlt: "Machine Maintenance",
button: {
text: "Watch Tutorial",

View File

@@ -47,7 +47,7 @@ export default function TrainingPage() {
{
title: "Beginner Sewing Essentials",
description: "A comprehensive course covering sewing machine operation, basic stitches, fabric selection, and simple project creation for absolute beginners.",
imageSrc: "http://img.b2bpic.net/free-photo/making-pasta_23-2147985254.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/making-pasta_23-2147985254.jpg?_wi=3",
imageAlt: "Beginner Sewing Training",
button: {
text: "Enroll Now",
@@ -57,7 +57,7 @@ export default function TrainingPage() {
{
title: "Professional Tailoring Training",
description: "Master advanced tailoring techniques including pattern making, custom fitting, garment alterations, and professional finishing methods.",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543697.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543697.jpg?_wi=3",
imageAlt: "Professional Tailoring Course",
button: {
text: "Join Course",
@@ -67,7 +67,7 @@ export default function TrainingPage() {
{
title: "Embroidery & Decorative Arts",
description: "Explore creative embroidery techniques, hand stitching art, decorative designs, and personalization methods for custom creations.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-crocheting-high-angle_23-2148754112.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-crocheting-high-angle_23-2148754112.jpg?_wi=3",
imageAlt: "Embroidery Training",
button: {
text: "Start Learning",

View File

@@ -47,7 +47,7 @@ export default function TutorialsPage() {
{
title: "Sewing Machine Basics",
description: "Master the fundamentals of operating a sewing machine, threading, and basic stitch techniques for beginners.",
imageSrc: "http://img.b2bpic.net/free-photo/making-pasta_23-2147985254.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/making-pasta_23-2147985254.jpg?_wi=2",
imageAlt: "Sewing Machine Tutorial",
button: {
text: "Watch Tutorial",
@@ -57,7 +57,7 @@ export default function TutorialsPage() {
{
title: "Basic Stitching Techniques",
description: "Learn essential hand stitches, embroidery basics, and how to create beautiful decorative patterns with needle and thread.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-crocheting-high-angle_23-2148754112.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-crocheting-high-angle_23-2148754112.jpg?_wi=2",
imageAlt: "Hand Stitching Guide",
button: {
text: "Watch Tutorial",
@@ -67,7 +67,7 @@ export default function TutorialsPage() {
{
title: "Tailoring & Fitting",
description: "Discover professional tailoring techniques, pattern cutting, measurements, and how to fit garments perfectly.",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543697.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543697.jpg?_wi=2",
imageAlt: "Tailoring Basics",
button: {
text: "Watch Tutorial",
@@ -77,7 +77,7 @@ export default function TutorialsPage() {
{
title: "Machine Maintenance & Repair",
description: "Keep your sewing machine in perfect condition with our maintenance guide, troubleshooting tips, and repair hacks.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-near-metalworking-machine_176420-4653.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-near-metalworking-machine_176420-4653.jpg?_wi=2",
imageAlt: "Machine Maintenance",
button: {
text: "Watch Tutorial",

View File

@@ -50,7 +50,7 @@ export default function YouTubePage() {
{
title: "Sewing Machine Basics",
description: "Master the fundamentals of operating a sewing machine, threading, and basic stitch techniques for beginners.",
imageSrc: "http://img.b2bpic.net/free-photo/making-pasta_23-2147985254.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/making-pasta_23-2147985254.jpg?_wi=4",
imageAlt: "Sewing Machine Tutorial",
button: {
text: "Watch Playlist",
@@ -60,7 +60,7 @@ export default function YouTubePage() {
{
title: "Basic Stitching Techniques",
description: "Learn essential hand stitches, embroidery basics, and how to create beautiful decorative patterns with needle and thread.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-crocheting-high-angle_23-2148754112.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-crocheting-high-angle_23-2148754112.jpg?_wi=4",
imageAlt: "Hand Stitching Guide",
button: {
text: "Watch Playlist",
@@ -70,7 +70,7 @@ export default function YouTubePage() {
{
title: "Tailoring & Fitting",
description: "Discover professional tailoring techniques, pattern cutting, measurements, and how to fit garments perfectly.",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543697.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543697.jpg?_wi=4",
imageAlt: "Tailoring Basics",
button: {
text: "Watch Playlist",
@@ -80,7 +80,7 @@ export default function YouTubePage() {
{
title: "Machine Maintenance & Repair",
description: "Keep your sewing machine in perfect condition with our maintenance guide, troubleshooting tips, and repair hacks.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-near-metalworking-machine_176420-4653.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-near-metalworking-machine_176420-4653.jpg?_wi=3",
imageAlt: "Machine Maintenance",
button: {
text: "Watch Playlist",