Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-05 06:58:41 +00:00
2 changed files with 8 additions and 5 deletions

View File

@@ -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,

View File

@@ -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() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "home" },
{ name: "Home", id: "/" },
{ name: "Phones", id: "services" },
{ name: "Offers", id: "offers" },
{ name: "Reviews", id: "testimonials" },