3 Commits

Author SHA1 Message Date
1b9542a1ed Update src/app/page.tsx 2026-03-04 09:00:55 +00:00
e1f9f9562f Update src/app/layout.tsx 2026-03-04 09:00:54 +00:00
c2be9c4ed8 Merge version_2 into main
Merge version_2 into main
2026-03-04 08:52:34 +00:00
2 changed files with 6 additions and 15 deletions

View File

@@ -1,18 +1,11 @@
import type { Metadata } from "next";
import { Montserrat, Inter } from "next/font/google";
import { Montserrat } from "next/font/google";
import "./globals.css";
const montserrat = Montserrat({
subsets: ["latin"],
variable: "--font-montserrat", weight: ["400", "500", "600", "700", "800", "900"],
});
const inter = Inter({
subsets: ["latin"],
variable: "--font-inter"});
const montserrat = Montserrat({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Noble Graphic | Professional Printing Services in Nashik", description: "Professional printing services in Nashik - Digital & Offset Printing, Visiting Cards, Flyers, Banners, and Business Stationery with Fast Turnaround and Competitive Pricing"};
title: "Noble Graphic | Professional Printing Services in Nashik", description: "High-quality digital and offset printing services in Nashik. Fast turnaround, competitive pricing. Business cards, flyers, banners, and more."};
export default function RootLayout({
children,
@@ -21,9 +14,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={`${montserrat.variable} ${inter.variable} font-sans`}>
{children}
<body className={montserrat.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
logoText="Noble Graphic"
description="Professional printing services in Nashik for all your business and personal printing needs. High-quality digital and offset printing with fast turnaround and competitive pricing."
buttons={[
{ text: "Get Free Quote", href: "tel:+918698265253" },
{ text: "Call Now", href: "tel:+918698265253" },
{ text: "Get a Quote" }
]}
buttonAnimation="slide-up"
@@ -217,7 +217,7 @@ export default function LandingPage() {
<ContactCenter
tag="Get in Touch"
title="Need Professional Printing Today?"
description="Contact us now for a free quote or to discuss your printing requirements. We're here to help with fast service and competitive pricing."
description="Get Your Free Quote in Minutes"
tagIcon={Phone}
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}