4 Commits

Author SHA1 Message Date
de421eb4c9 Update src/app/page.tsx 2026-03-03 16:57:06 +00:00
eafd612df8 Update src/app/page.tsx 2026-03-03 16:50:05 +00:00
6ae44a5696 Update src/app/layout.tsx 2026-03-03 16:50:04 +00:00
7483c137fd Merge version_1 into main
Merge version_1 into main
2026-03-03 16:39:04 +00:00
2 changed files with 23 additions and 7 deletions

View File

@@ -15,19 +15,19 @@ const inter = Inter({
});
export const metadata: Metadata = {
title: "Premium Groom & Men's Wear in Raipur | New Kashish", description: "New Kashish Men's Point: Raipur's trusted destination for sherwani, indo-western, suits & formal wear. Expert fitting, 4,500+ happy grooms, 4.9★ rating. Book your consultation now.", keywords: "groom wear Raipur, sherwani shop Raipur, mens wedding wear Raipur, wedding dress for men Raipur, formal wear Raipur, New Kashish", metadataBase: new URL("https://newkashishmenspoint.com"),
title: "Premium Groom & Men's Wear in Raipur | New Kashish Men's Point", description: "New Kashish Men's Point: Raipur's trusted destination for sherwani, indo-western, suits & formal wear. Expert fitting, 4,500+ happy grooms, 4.9★ rating. Expert tailors, custom fitting, wedding collections. Book your consultation now. Located in Purani Basti.", keywords: "groom wear Raipur, sherwani shop Raipur, mens wedding wear Raipur, wedding dress for men Raipur, formal wear Raipur, New Kashish, Indo-Western wear Raipur, suits tailoring Raipur, custom fitting Raipur", metadataBase: new URL("https://newkashishmenspoint.com"),
alternates: {
canonical: "https://newkashishmenspoint.com"
},
openGraph: {
title: "Premium Groom & Men's Wear in Raipur | New Kashish", description: "Trusted by 4,500+ grooms. Expert sherwani, indo-western, suits & formal wear with perfect fitting. Open in Purani Basti, Raipur.", url: "https://newkashishmenspoint.com", siteName: "New Kashish Men's Point", type: "website", images: [
title: "Premium Groom & Men's Wear in Raipur | New Kashish Men's Point", description: "Trusted by 4,500+ grooms. Expert sherwani, indo-western, suits & formal wear with perfect fitting. Open in Purani Basti, Raipur. 15+ years of excellence.", url: "https://newkashishmenspoint.com", siteName: "New Kashish Men's Point", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/stylish-groom_1157-13809.jpg", alt: "Premium Groom Wear Collection"
}
]
},
twitter: {
card: "summary_large_image", title: "Premium Groom & Men's Wear in Raipur | New Kashish", description: "Book your perfect wedding wear. Sherwani, suits, indo-western. 4.9★ rating, 15+ years serving Raipur.", images: ["http://img.b2bpic.net/free-photo/stylish-groom_1157-13809.jpg"]
card: "summary_large_image", title: "Premium Groom & Men's Wear in Raipur | New Kashish Men's Point", description: "Book your perfect wedding wear. Sherwani, suits, indo-western. 4.9★ rating, 15+ years serving Raipur.", images: ["http://img.b2bpic.net/free-photo/stylish-groom_1157-13809.jpg"]
},
robots: {
index: true,
@@ -42,6 +42,21 @@ export default function RootLayout({
}>) {
return (
<html lang="en" suppressHydrationWarning>
<head>
<script
type="application/ld+json"
dangerouslySetInnerHTML={{
__html: JSON.stringify({
"@context": "https://schema.org", "@type": "LocalBusiness", "name": "New Kashish Men's Point", "image": "http://img.b2bpic.net/free-photo/stylish-groom_1157-13809.jpg", "description": "Premium groom and men's wear shop in Raipur specializing in sherwani, indo-western, suits, and formal wear with expert fitting services.", "address": {
"@type": "PostalAddress", "streetAddress": "Purani Basti", "addressLocality": "Raipur", "addressRegion": "CG", "postalCode": "492001", "addressCountry": "IN"
},
"telephone": "+919876543210", "url": "https://newkashishmenspoint.com", "priceRange": "₹₹₹", "ratingValue": "4.9", "reviewCount": "500+", "geo": {
"@type": "GeoCoordinates", "latitude": "21.2458", "longitude": "81.6304"
}
})
}}
/>
</head>
<ServiceWrapper>
<body
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}

View File

@@ -10,7 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Award, Star, Sparkles, Shield, Store, Users, MapPin, CheckCircle, MessageSquare, Scissors, Zap, Gift, Heart } from 'lucide-react';
import { Award, Star, Sparkles, Shield, Store, Users, MapPin, CheckCircle, MessageSquare, Scissors, Zap, Gift, CircleDollarSign, ArrowLeftRight, Send, House, MessageSquareText, Settings, Heart } from 'lucide-react';
export default function LandingPage() {
return (
@@ -32,7 +32,8 @@ export default function LandingPage() {
{ name: "Collections", id: "collections" },
{ name: "Why Us", id: "why-us" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }
{ name: "Contact", id: "contact" },
{ name: "Visit Store", id: "visit" }
]}
button={{ text: "Get Fitting", href: "contact" }}
brandName="New Kashish"
@@ -249,8 +250,8 @@ export default function LandingPage() {
},
{
title: "Connect", items: [
{ label: "WhatsApp: +91-XXXXXXXXXX", href: "https://wa.me/919876543210" },
{ label: "Call: +91-XXXXXXXXXX", href: "tel:+919876543210" },
{ label: "WhatsApp: +91-9876543210", href: "https://wa.me/919876543210" },
{ label: "Call: +91-9876543210", href: "tel:+919876543210" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" }
]