Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-05 07:00:19 +00:00
2 changed files with 6 additions and 9 deletions

View File

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

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 } from 'lucide-react';
import { MapPin, Quote } 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: "/" },
{ name: "Home", id: "home" },
{ name: "Phones", id: "services" },
{ name: "Offers", id: "offers" },
{ name: "Reviews", id: "testimonials" },
@@ -152,7 +152,7 @@ export default function LandingPage() {
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Subscribe"
buttonText="Get Exclusive Offers & Deals"
termsText="By subscribing, you'll get exclusive offers and updates."
/>
</div>