Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b9542a1ed | |||
| e1f9f9562f | |||
| c2be9c4ed8 |
@@ -1,18 +1,11 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Montserrat, Inter } from "next/font/google";
|
import { Montserrat } from "next/font/google";
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
const montserrat = Montserrat({
|
const montserrat = Montserrat({ subsets: ["latin"] });
|
||||||
subsets: ["latin"],
|
|
||||||
variable: "--font-montserrat", weight: ["400", "500", "600", "700", "800", "900"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
subsets: ["latin"],
|
|
||||||
variable: "--font-inter"});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@@ -21,9 +14,7 @@ export default function RootLayout({
|
|||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<body className={`${montserrat.variable} ${inter.variable} font-sans`}>
|
<body className={montserrat.className}>{children}
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
|||||||
logoText="Noble Graphic"
|
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."
|
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={[
|
buttons={[
|
||||||
{ text: "Get Free Quote", href: "tel:+918698265253" },
|
{ text: "Call Now", href: "tel:+918698265253" },
|
||||||
{ text: "Get a Quote" }
|
{ text: "Get a Quote" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -217,7 +217,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Need Professional Printing Today?"
|
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}
|
tagIcon={Phone}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user