Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d78f53639 | |||
| 21cf4b7fe3 | |||
| bed83d0094 |
@@ -17,14 +17,11 @@ const inter = Inter({
|
|||||||
export const metadata: Metadata = {
|
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"),
|
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: {
|
alternates: {
|
||||||
canonical: "https://sadguruobiles.example.com"
|
canonical: "https://sadguruobiles.example.com"},
|
||||||
},
|
|
||||||
openGraph: {
|
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: {
|
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: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
follow: true,
|
follow: true,
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import { MapPin } from 'lucide-react';
|
import { MapPin, Quote } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "home" },
|
||||||
{ name: "Phones", id: "services" },
|
{ name: "Phones", id: "services" },
|
||||||
{ name: "Offers", id: "offers" },
|
{ name: "Offers", id: "offers" },
|
||||||
{ name: "Reviews", id: "testimonials" },
|
{ name: "Reviews", id: "testimonials" },
|
||||||
@@ -152,7 +152,7 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
buttonText="Subscribe"
|
buttonText="Get Exclusive Offers & Deals"
|
||||||
termsText="By subscribing, you'll get exclusive offers and updates."
|
termsText="By subscribing, you'll get exclusive offers and updates."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user