6 Commits

Author SHA1 Message Date
a113edc3cb Update src/app/page.tsx 2026-03-08 16:37:45 +00:00
b0b7f0a695 Update src/app/layout.tsx 2026-03-08 16:37:44 +00:00
c137840fb5 Merge version_2 into main
Merge version_2 into main
2026-03-08 16:34:51 +00:00
09fa74daae Update src/app/page.tsx 2026-03-08 16:34:47 +00:00
0df6aeeacc Update src/app/layout.tsx 2026-03-08 16:34:47 +00:00
f93f6ef956 Merge version_1 into main
Merge version_1 into main
2026-03-08 16:31:05 +00:00
2 changed files with 13 additions and 44 deletions

View File

@@ -1,57 +1,27 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Halant } from "next/font/google"; import { Geist, Geist_Mono } from "next/font/google";
import { Inter } from "next/font/google";
import { Roboto } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({ const geist = Geist({
variable: "--font-halant", subsets: ["latin"], variable: "--font-geist-sans", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
}); });
const inter = Inter({ const geistMono = Geist_Mono({
variable: "--font-inter", subsets: ["latin"], variable: "--font-geist-mono", subsets: ["latin"],
});
const roboto = Roboto({
variable: "--font-roboto", subsets: ["latin"],
weight: ["100", "300", "400", "500", "700", "900"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Custom Furniture Design Islamabad | Vantage Madera Casa", description: "Award-winning bespoke furniture designers in Islamabad. Custom sofas, dining sets, and artisan wood carving. 4.9/5 rating from 71 reviews. Free design consultation.", keywords: "custom furniture Islamabad, bespoke sofa design, artisan wood carving, furniture manufacturer Rawalpindi, Sage Outlet, handcrafted furniture", metadataBase: new URL("https://vantagemaderacasa.com"), title: "Create Next App", description: "Generated by create next app"};
alternates: {
canonical: "https://vantagemaderacasa.com"},
openGraph: {
title: "Vantage Madera Casa | Award-Winning Custom Furniture Designers", description: "Transform your home with our bespoke furniture. Premium craftsmanship, collaborative design, timely delivery. 4.9/5 Google rating.", url: "https://vantagemaderacasa.com", siteName: "Vantage Madera Casa", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/modern-sofa-living-room_1339-4062.jpg", alt: "Vantage Madera Casa - Custom Furniture Design"},
],
},
twitter: {
card: "summary_large_image", title: "Vantage Madera Casa | Custom Furniture Designers", description: "Bespoke furniture for your dream home. Professional designers, artisan craftsmanship, timely delivery.", images: ["http://img.b2bpic.net/free-photo/modern-sofa-living-room_1339-4062.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={`${geist.variable} ${geistMono.variable}`}>
<body {children}
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
@@ -1420,7 +1390,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -185,7 +185,7 @@ export default function LandingPage() {
<ContactFaq <ContactFaq
ctaTitle="Ready to Transform Your Space?" ctaTitle="Ready to Transform Your Space?"
ctaDescription="Tell us about your dream project and let's create something extraordinary together." ctaDescription="Tell us about your dream project and let's create something extraordinary together."
ctaButton={{ text: "Request a Free Consultation", href: "#" }} ctaButton={{ text: "Book Your Free Design Call", href: "#contact" }}
ctaIcon={Phone} ctaIcon={Phone}
faqs={[ faqs={[
{ {