From 30a2337f0b8e75d7f6d5f6bbed717f20e5f1f55c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 06:27:41 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2ba240f..fb94f2c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Libre_Baskerville } from "next/font/google"; export const metadata: Metadata = { - title: 'Golden Sweets Corner | Authentic Traditional Mithai in Baghra', - description: 'Golden Sweets Corner offers the most authentic, handcrafted Indian mithai in Baghra, UP. Experience pure desi ghee goodness in every bite.', + title: 'Golden Sweets | Authentic Flavors of Tradition', + description: 'Experience the legacy of pure, handcrafted Indian sweets at Golden Sweets Corner, Baghra. Every bite carries the richness of heritage and fresh ingredients.', openGraph: { "title": "Golden Sweets Corner", "description": "Traditional Indian sweets made with pure ingredients.", -- 2.49.1 From 13c63a67aadcca74d820b8b3910d3e0085809bdb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 06:27:41 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 459 ++++++++++++++--------------------------------- 1 file changed, 132 insertions(+), 327 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d26171a..72445dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,344 +16,149 @@ import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1