5 Commits

Author SHA1 Message Date
22876cf2f8 Update src/app/page.tsx 2026-03-06 14:51:35 +00:00
65ebd0b8f6 Update src/app/layout.tsx 2026-03-06 14:51:34 +00:00
edd38c962c Merge version_1 into main
Merge version_1 into main
2026-03-06 14:48:43 +00:00
57cbd105e1 Merge version_1 into main
Merge version_1 into main
2026-03-06 14:47:52 +00:00
a88eb3a8b9 Merge version_1 into main
Merge version_1 into main
2026-03-06 14:46:33 +00:00
2 changed files with 12 additions and 49 deletions

View File

@@ -1,56 +1,20 @@
import type { Metadata } from "next"; import type { Metadata } from 'next';
import { Halant } from "next/font/google"; import './globals.css';
import { Inter } from "next/font/google";
import { Raleway } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const raleway = Raleway({
variable: "--font-raleway", subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Rama Traders - Fabric Manufacturer & Supplier in Raipur", description: "Premium quality fabrics and textiles from trusted local manufacturer in Raipur. Cotton, suit fabric, dress materials. Wholesale pricing, fast delivery, 5-star rated.", keywords: "fabric supplier Raipur, cloth manufacturer Raipur, wholesale fabric, textile supplier, cotton fabric, suit fabric, dress material, fabric wholesaler, local fabric store", metadataBase: new URL("https://ramatraders.local"), title: 'Rama Traders - Trusted Fabric Manufacturer in Raipur',
alternates: { description: 'High-quality fabrics and textiles for retailers and businesses. Premium materials, competitive wholesale pricing, and fast supply from your local trusted supplier in Raipur.',
canonical: "https://ramatraders.local"},
openGraph: {
title: "Rama Traders - Quality Fabric Supplier in Raipur", description: "Premium fabrics and textiles from Raipur's trusted manufacturer. Wholesale pricing, fast local delivery, 5-star customer reviews.", url: "https://ramatraders.local", siteName: "Rama Traders", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/human-hand-cutting-christmas-paper_329181-6207.jpg", alt: "Premium fabric collection from Rama Traders"},
],
},
twitter: {
card: "summary_large_image", title: "Rama Traders - Fabric Supplier Raipur", description: "High-quality fabrics, wholesale prices, trusted by local retailers. Call 08319914499", images: ["http://img.b2bpic.net/free-photo/human-hand-cutting-christmas-paper_329181-6207.jpg"],
},
robots: {
index: true,
follow: true,
},
}; };
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body>
<body {children}
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
@@ -1419,7 +1383,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -51,8 +51,8 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
buttons={[ buttons={[
{ text: "Call Now", href: "tel:08319914499" }, { text: "Get Quote Now", href: "#contact" },
{ text: "Get Quote", href: "#contact" } { text: "Call Now", href: "tel:08319914499" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ mediaItems={[