Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dda9dc15f3 | |||
| 1b9542a1ed | |||
| e1f9f9562f | |||
| c2be9c4ed8 |
@@ -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: `
|
||||
|
||||
@@ -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" }}
|
||||
|
||||
Reference in New Issue
Block a user