Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a57fb6f943 | |||
| dc723f7784 | |||
| b438710b05 | |||
| 2443905a07 |
@@ -1,17 +1,9 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Geist, Geist_Mono } from "next/font/google";
|
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
const geist = Geist({
|
|
||||||
variable: "--font-geist-sans", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const geistMono = Geist_Mono({
|
|
||||||
variable: "--font-geist-mono", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "J N Boys PG - Student Housing in Shivamogga", description: "Comfortable and affordable PG accommodation for students and professionals in Shivamogga, near Bapuji Nagar."};
|
title: "J N Boys PG - Student Hostel in Shivamogga", description: "Affordable and comfortable PG accommodation for boys in Shivamogga"
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@@ -20,7 +12,7 @@ export default function RootLayout({
|
|||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
<body>
|
||||||
{children}
|
{children}
|
||||||
|
|
||||||
<script
|
<script
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MediaAbout
|
<MediaAbout
|
||||||
title="Your Home Away From Home"
|
title="Your Home Away From Home"
|
||||||
description="J N Boys PG provides comfortable and affordable accommodation for boys in Shivamogga. Ideal for students and working professionals seeking a peaceful and safe place to stay. Our rooms are spacious, clean, and well-maintained, creating a friendly and comfortable living environment where every resident feels at home."
|
description="24/7 Security • All-Inclusive Pricing • Prime Location. J N Boys PG provides comfortable and affordable accommodation for boys in Shivamogga. Ideal for students and working professionals seeking a peaceful and safe place to stay. Our rooms are spacious, clean, and well-maintained, creating a friendly and comfortable living environment where every resident feels at home."
|
||||||
tag="About J N Boys PG"
|
tag="About J N Boys PG"
|
||||||
tagIcon={Building2}
|
tagIcon={Building2}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -193,8 +193,8 @@ export default function LandingPage() {
|
|||||||
title="Ready to Join J N Boys PG?"
|
title="Ready to Join J N Boys PG?"
|
||||||
description="Reach out to us for room availability, pricing details, or any questions. We're here to help you find your perfect home away from home in Shivamogga."
|
description="Reach out to us for room availability, pricing details, or any questions. We're here to help you find your perfect home away from home in Shivamogga."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Message on WhatsApp", href: "https://wa.me/919999999999" },
|
{ text: "Contact WhatsApp", href: "https://wa.me/919999999999" },
|
||||||
{ text: "Call +91-9999-999999", href: "tel:+919999999999" }
|
{ text: "Call Now", href: "tel:+919999999999" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user