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,58 +1,28 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Roboto } from "next/font/google";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const roboto = Roboto({
variable: "--font-roboto", subsets: ["latin"],
weight: ["100", "300", "400", "500", "700", "900"],
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
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"),
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,
},
};
title: "Create Next App", description: "Generated by create next app"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable}`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1420,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -185,7 +185,7 @@ export default function LandingPage() {
<ContactFaq
ctaTitle="Ready to Transform Your Space?"
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}
faqs={[
{