7 Commits

Author SHA1 Message Date
505320ecf3 Update src/app/page.tsx 2026-03-04 08:48:18 +00:00
3f35de3f77 Merge version_2 into main
Merge version_2 into main
2026-03-04 08:47:13 +00:00
ac20674faf Update src/app/page.tsx 2026-03-04 08:47:09 +00:00
129ac4f738 Update src/app/layout.tsx 2026-03-04 08:47:09 +00:00
616d4a709c Merge version_1 into main
Merge version_1 into main
2026-03-04 08:44:43 +00:00
610cac72ab Merge version_1 into main
Merge version_1 into main
2026-03-04 08:43:22 +00:00
8ab58655fb Merge version_1 into main
Merge version_1 into main
2026-03-04 08:41:49 +00:00
2 changed files with 7 additions and 48 deletions

View File

@@ -1,59 +1,20 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { DM_Sans } from "next/font/google";
import { Halant } 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 dmSans = DM_Sans({ const inter = Inter({ subsets: ["latin"] });
variable: "--font-dm-sans", subsets: ["latin"],
});
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Furniture Store Badlapur | Premium Designs & Same-Day Delivery", description: "Furniture Zone - Premium furniture store in Badlapur with 4.8★ rating. Bedroom, sofa, dining sets & custom furniture. Same-day delivery available. Call 079725 14636", keywords: "furniture store Badlapur, sofa sets Badlapur, bedroom furniture, modular kitchen, custom furniture, furniture delivery Badlapur", metadataBase: new URL("https://furniturezone.local"), title: "Furniture Zone Badlapur Premium Furniture Store", description: "Premium Furniture Store in Badlapur Modern Designs for Every Home. Same-Day Delivery | Customized Furniture | Trusted by 63+ Happy Customers"};
alternates: {
canonical: "https://furniturezone.local"
},
openGraph: {
title: "Furniture Zone - Premium Furniture Store in Badlapur", description: "Discover premium furniture collections with 4.8★ rating. Custom designs, same-day delivery, and affordable pricing. Shop now!", type: "website", siteName: "Furniture Zone", images: [
{
url: "http://img.b2bpic.net/free-photo/chic-mid-century-modern-luxury-aesthetics-living-room-with-gray-velvet-couch-blue-rug_53876-134091.jpg", alt: "Premium Furniture at Furniture Zone"
}
]
},
twitter: {
card: "summary_large_image", title: "Furniture Zone - Badlapur's Trusted Furniture Store", description: "Premium furniture with 4.8★ rating. Bedroom, sofa, dining sets & custom designs. Same-day delivery available.", images: ["http://img.b2bpic.net/free-photo/chic-mid-century-modern-luxury-aesthetics-living-room-with-gray-velvet-couch-blue-rug_53876-134091.jpg"]
},
robots: {
index: true,
follow: true
}
};
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={`${dmSans.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1421,7 +1382,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -183,8 +183,7 @@ export default function LandingPage() {
<div id="final-cta" data-section="final-cta"> <div id="final-cta" data-section="final-cta">
<InlineImageSplitTextAbout <InlineImageSplitTextAbout
heading={[ heading={[
{ type: "text", content: "Visit Furniture Zone Today or" }, { type: "text", content: "Transform Your Home Today Call for Exclusive Deals" }
{ type: "text", content: "Call Now for Best Deals" }
]} ]}
useInvertedBackground={true} useInvertedBackground={true}
buttons={[ buttons={[