From 21cf4b7fe30ec61e3146785d624853ff6acd7570 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:00:13 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 24d5db2..9addf02 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -17,14 +17,11 @@ const inter = Inter({ export const metadata: Metadata = { title: "Sadguru Mobiles - Best Mobile Phones & Deals in Sagara", description: "Best mobile phone store in Sagara, Karnataka. Latest smartphones at lowest prices. 4.5★ rated by 462+ customers. Instant service, lucky coupons, and great deals.", keywords: "mobile shop Sagara, best mobile store, smartphones Sagara, mobile accessories, phone deals", metadataBase: new URL("https://sadguruobiles.example.com"), alternates: { - canonical: "https://sadguruobiles.example.com" - }, + canonical: "https://sadguruobiles.example.com"}, openGraph: { - title: "Sadguru Mobiles - Best Mobile Deals in Sagara", description: "Latest smartphones, best prices, instant service. 4.5★ rating from 462+ happy customers.", url: "https://sadguruobiles.example.com", siteName: "Sadguru Mobiles", type: "website" - }, + title: "Sadguru Mobiles - Best Mobile Deals in Sagara", description: "Latest smartphones, best prices, instant service. 4.5★ rating from 462+ happy customers.", url: "https://sadguruobiles.example.com", siteName: "Sadguru Mobiles", type: "website"}, twitter: { - card: "summary", title: "Sadguru Mobiles - Best Mobile Deals in Sagara", description: "Latest smartphones at unbeatable prices. Call now: 088616 41880" - }, + card: "summary", title: "Sadguru Mobiles - Best Mobile Deals in Sagara", description: "Latest smartphones at unbeatable prices. Call now: 088616 41880"}, robots: { index: true, follow: true, -- 2.49.1 From 8d78f53639deb229e64da03f0bb523dcd9d38a38 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:00:14 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df2d7d7..87aadcf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { MapPin } from 'lucide-react'; +import { MapPin, Quote } from 'lucide-react'; export default function LandingPage() { return ( @@ -29,7 +29,7 @@ export default function LandingPage() { -- 2.49.1