7 Commits

Author SHA1 Message Date
1b9a69661f Merge version_3 into main
Merge version_3 into main
2026-03-05 12:39:56 +00:00
c319317f94 Update src/app/styles/variables.css 2026-03-05 12:39:52 +00:00
61b0ebcecb Update src/app/services/page.tsx 2026-03-05 12:39:52 +00:00
0585df6102 Update src/app/page.tsx 2026-03-05 12:39:51 +00:00
f1bc1a9394 Update src/app/layout.tsx 2026-03-05 12:39:51 +00:00
e841a65b29 Update src/app/contact/page.tsx 2026-03-05 12:39:50 +00:00
c73e5537c3 Merge version_2 into main
Merge version_2 into main
2026-03-05 12:19:29 +00:00
5 changed files with 17 additions and 65 deletions

View File

@@ -93,4 +93,4 @@ export default function ContactPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -1,67 +1,20 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Public_Sans } from "next/font/google";
import { Inter } from "next/font/google"; import { Inter } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const publicSans = Public_Sans({ const inter = Inter({ subsets: ["latin"] });
variable: "--font-public-sans",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: "PrintHub India - Bulk Printing Services Nationwide", title: "PrintHub India - Bulk Printing Services", description: "Professional bulk printing services across India. Flyers, books, pamphlets, exam copies, and more with premium quality and affordable pricing."};
description: "Professional bulk printing services in India. Flyers, books, pamphlets, exam copies, and more. Affordable pricing, fast delivery, trusted quality. Get instant quote today!",
keywords: "bulk printing India, flyer printing, book printing, exam copy printing, pamphlet printing, nationwide delivery",
metadataBase: new URL("https://printhub-india.com"),
alternates: {
canonical: "https://printhub-india.com"
},
robots: {
index: true,
follow: true
},
openGraph: {
title: "PrintHub India - Bulk Printing Made Simple",
description: "Get high-quality bulk printing with fast nationwide delivery across India. Schools, businesses, and publishers trust us.",
url: "https://printhub-india.com",
siteName: "PrintHub India",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-81.jpg",
alt: "PrintHub India - Professional Printing Press"
}
]
},
twitter: {
card: "summary_large_image",
title: "PrintHub India - Bulk Printing Services",
description: "Professional bulk printing with fast delivery across India",
images: ["http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-81.jpg"]
}
};
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 className={inter.className}>{children}
<body
className={`${publicSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1429,7 +1382,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -241,4 +241,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -107,4 +107,4 @@ export default function ServicesPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f6f0e9; --background: #0a0a0a;
--card: #efe7dd; --card: #1a1a1a;
--foreground: #2b180a; --foreground: #ffffffe6;
--primary-cta: #15479c; --primary-cta: #e6e6e6;
--primary-cta-text: #f6f0e9; --primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd; --secondary-cta: #1a1a1a;
--secondary-cta-text: #2b180a; --secondary-cta-text: #2b180a;
--accent: #ff7b05; --accent: #737373;
--background-accent: #e34400; --background-accent: #737373;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);