From 0b5149896788b52bb9ab4f6bbbd5a2987193a326 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 02:02:18 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4b13001..7bc056f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,5 +1,5 @@ -import type { Metadata } from "next"; -import { Halant } from "next/font/google"; +
import type { Metadata } from "next";
+import { DM_Sans } from "next/font/google";
 import { Inter } from "next/font/google";
 import "./globals.css";
 import "@/lib/gsap-setup";
@@ -7,20 +7,30 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
 import Tag from "@/tag/Tag";
 import { getVisualEditScript } from "@/utils/visual-edit-script";
 
-const halant = Halant({
-  variable: "--font-halant",
-  subsets: ["latin"],
-  weight: ["300", "400", "500", "600", "700"],
+const dmSans = DM_Sans({
+  variable: "--font-dm-sans",  subsets: ["latin"],
 });
 
 const inter = Inter({
-  variable: "--font-inter",
-  subsets: ["latin"],
+  variable: "--font-inter",  subsets: ["latin"],
 });
 
 export const metadata: Metadata = {
-  title: "Webild components 2",
-  description: "Generated by create next app",
+  title: "Stickeropia | High-Quality Custom Stickers & Decals",  description: "Discover durable, vibrant, and uniquely designed high-quality stickers for every passion. Personalize your world with Stickeropia's premium vinyl decals.",  keywords: "stickers, custom stickers, vinyl decals, high quality stickers, sticker shop, personalized stickers, durable stickers, waterproof stickers",  openGraph: {
+    title: "Stickeropia | High-Quality Custom Stickers & Decals",    description: "Discover durable, vibrant, and uniquely designed high-quality stickers for every passion. Personalize your world with Stickeropia's premium vinyl decals.",    url: "https://www.stickeropia.com",    siteName: "Stickeropia",    images: [
+      {
+        url: "http://img.b2bpic.net/free-photo/young-woman-smiling-while-posing_176474-95622.jpg",        alt: "Collection of vibrant stickers"
+      }
+    ],
+    type: "website"
+  },
+  twitter: {
+    card: "summary_large_image",    title: "Stickeropia | High-Quality Custom Stickers & Decals",    description: "Discover durable, vibrant, and uniquely designed high-quality stickers for every passion. Personalize your world with Stickeropia's premium vinyl decals.",    images: ["http://img.b2bpic.net/free-photo/young-woman-smiling-while-posing_176474-95622.jpg"]
+  },
+  robots: {
+    index: true,
+    follow: true
+  }
 };
 
 export default function RootLayout({
@@ -32,7 +42,7 @@ export default function RootLayout({
     
       
         
           
           {children}
@@ -46,3 +56,4 @@ export default function RootLayout({
     
   );
 }
+
\ No newline at end of file -- 2.49.1 From 744839b7def84597cace1c43312d17a1d3adb182 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 02:02:19 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2566a19..a0bbbe7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,17 +151,17 @@ export default function HomePage() { Date: Thu, 26 Mar 2026 02:02:19 +0000 Subject: [PATCH 3/3] Update src/app/products/page.tsx --- src/app/products/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 20d8ad8..84d5496 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -73,17 +73,17 @@ export default function ProductsPage() {