From c88af9f2e8755c4e20007ebf111ce61d9a97abc8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 14:28:35 +0000 Subject: [PATCH 1/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 82 +++++++++++++++++++++++-------------------- 1 file changed, 43 insertions(+), 39 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index c145211..513d4af 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -24,19 +24,21 @@ export default function BlogPage() { headingFontWeight="extrabold" > - + {isLoading ? (
@@ -53,32 +55,34 @@ export default function BlogPage() { carouselMode="buttons" /> )} - - + + ); From 71fd6d2d84156e62d4bba1c6add274b2929a6b0d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 14:28:35 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 1383 +------------------------------------------- 1 file changed, 3 insertions(+), 1380 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 324d496..816a1b8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,8 +1,6 @@ import type { Metadata } from "next"; import { Rubik } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; const rubik = Rubik({ variable: "--font-rubik", subsets: ["latin"], @@ -13,9 +11,9 @@ export const metadata: Metadata = { openGraph: { title: "ChimiC\"h\"angaCo | Authentic & Delicious Chimichangas", description: "Savor the authentic taste of Mexico with our perfectly fried, flavor-packed chimichangas.", url: "/", siteName: "ChimiC\"h\"angaCo", images: [ { - url: "https://img.b2bpic.net/free-photo/front-view-sliced-shaurma-delicious-meat-sandwich-inside-brown-plate-dark-space_140725-95362.jpg", alt: "Delicious crispy chimichanga on a plate" }, + url: "https://img.b2bpic.net/free-photo/front-view-sliced-shaurma-delicious-meat-sandwich-inside-brown-plate-dark-space_140725-95362.jpg", alt: "Delicious crispy chimichanga on a plate"}, ], - type: "website" }, + type: "website"}, twitter: { card: "summary_large_image", title: "ChimiC\"h\"angaCo | Authentic & Delicious Chimichangas", description: "Savor the authentic taste of Mexico with our perfectly fried, flavor-packed chimichangas.", images: ["https://img.b2bpic.net/free-photo/front-view-sliced-shaurma-delicious-meat-sandwich-inside-brown-plate-dark-space_140725-95362.jpg"], }, @@ -32,1381 +30,7 @@ export default function RootLayout({ }>) { return ( - - - - {children} - -