diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9addf02..24d5db2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -17,11 +17,14 @@ 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, diff --git a/src/app/page.tsx b/src/app/page.tsx index af6c888..df2d7d7 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, Quote } from 'lucide-react'; +import { MapPin } from 'lucide-react'; export default function LandingPage() { return ( @@ -29,7 +29,7 @@ export default function LandingPage() {