Merge version_1 into main #1
@@ -45,7 +45,7 @@ export default function AboutPage() {
|
||||
description="Led by visionary architects and engineers"
|
||||
subdescription="Est. 2005 | Global Practice"
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173721.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173721.jpg?_wi=2"
|
||||
imageAlt="Professional architecture team collaboration"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -43,7 +43,7 @@ export default function ContactPage() {
|
||||
description="We'd love to discuss your architectural vision. Reach out to our team for a consultation and let's create something extraordinary together."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-705.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-705.jpg?_wi=4"
|
||||
imageAlt="Contact us for architectural services"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -1,24 +1,60 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Luxury Civil Architecture | Premium Design Studio",
|
||||
description: "Transform visionary architectural designs into timeless structures. Premium civil architecture firm specializing in luxury residential and commercial projects.",
|
||||
keywords: "civil architecture, architectural design, luxury buildings, commercial architecture, residential design, engineering",
|
||||
metadataBase: new URL("https://architecturalexcellence.com"),
|
||||
alternates: {
|
||||
canonical: "https://architecturalexcellence.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Luxury Civil Architecture | Premium Design Studio",
|
||||
description: "Transform visionary architectural designs into timeless structures. Premium civil architecture firm specializing in luxury residential and commercial projects.",
|
||||
siteName: "Architectural Excellence",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-705.jpg",
|
||||
alt: "modern luxury building architecture exterior",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Luxury Civil Architecture | Premium Design Studio",
|
||||
description: "Transform visionary architectural designs into timeless structures.",
|
||||
images: ["http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-705.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +63,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${openSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +77,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -46,7 +46,7 @@ export default function HomePage() {
|
||||
description="Transform visionary designs into timeless structures. We specialize in premium civil architecture that merges aesthetic sophistication with engineering precision."
|
||||
tag="Premium Design Studio"
|
||||
tagIcon={Building2}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-705.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-705.jpg?_wi=1"
|
||||
imageAlt="Luxury modern building architecture"
|
||||
showBlur={true}
|
||||
showDimOverlay={true}
|
||||
@@ -65,7 +65,7 @@ export default function HomePage() {
|
||||
description="Led by visionary architects and engineers"
|
||||
subdescription="Est. 2005 | Global Practice"
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173721.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173721.jpg?_wi=1"
|
||||
imageAlt="Professional architecture team collaboration"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -82,21 +82,21 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Metropolitan Tower",
|
||||
description: "A 42-story luxury residential complex featuring innovative sustainable design and panoramic city views.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-apartment-building-with-balconies_181624-33175.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-apartment-building-with-balconies_181624-33175.jpg?_wi=1",
|
||||
imageAlt: "Metropolitan Tower luxury residential building",
|
||||
button: { text: "View Project", href: "#" }
|
||||
},
|
||||
{
|
||||
title: "Serenity Estates",
|
||||
description: "An exclusive gated community with 15 custom-designed villas, combining minimalist aesthetics with premium comfort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-billboard-template-building-city_23-2148197259.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-billboard-template-building-city_23-2148197259.jpg?_wi=1",
|
||||
imageAlt: "Serenity Estates luxury residential villas",
|
||||
button: { text: "View Project", href: "#" }
|
||||
},
|
||||
{
|
||||
title: "Corporate Headquarters",
|
||||
description: "A state-of-the-art commercial building designed with smart building technology and sustainable materials.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tall-building-city_181624-17272.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tall-building-city_181624-17272.jpg?_wi=1",
|
||||
imageAlt: "Corporate headquarters modern office building",
|
||||
button: { text: "View Project", href: "#" }
|
||||
}
|
||||
@@ -140,7 +140,7 @@ export default function HomePage() {
|
||||
role: "Developer",
|
||||
company: "Metropolitan Estates Inc.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg?_wi=1",
|
||||
imageAlt: "David Torres testimonial"
|
||||
},
|
||||
{
|
||||
@@ -149,7 +149,7 @@ export default function HomePage() {
|
||||
role: "CEO",
|
||||
company: "Urban Development Co.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg?_wi=1",
|
||||
imageAlt: "Amelia Brooks testimonial"
|
||||
},
|
||||
{
|
||||
@@ -158,7 +158,7 @@ export default function HomePage() {
|
||||
role: "Project Manager",
|
||||
company: "Global Constructions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-angry-expression_1194-1680.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-angry-expression_1194-1680.jpg?_wi=1",
|
||||
imageAlt: "Robert Campbell testimonial"
|
||||
},
|
||||
{
|
||||
@@ -167,7 +167,7 @@ export default function HomePage() {
|
||||
role: "COO",
|
||||
company: "Prime Real Estate Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-confident-cute-girl-office-outfit_140725-161288.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-confident-cute-girl-office-outfit_140725-161288.jpg?_wi=1",
|
||||
imageAlt: "Victoria Laurent testimonial"
|
||||
},
|
||||
{
|
||||
@@ -204,7 +204,7 @@ export default function HomePage() {
|
||||
description="We'd love to discuss your architectural vision. Reach out to our team for a consultation and let's create something extraordinary together."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-705.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-705.jpg?_wi=2"
|
||||
imageAlt="Contact us for architectural services"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -81,7 +81,7 @@ export default function ProjectsPage() {
|
||||
{
|
||||
title: "Metropolitan Tower",
|
||||
description: "A 42-story luxury residential complex featuring innovative sustainable design, vertical gardens, and panoramic city views. This flagship project demonstrates our expertise in high-rise residential architecture.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-apartment-building-with-balconies_181624-33175.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-apartment-building-with-balconies_181624-33175.jpg?_wi=2",
|
||||
imageAlt: "Metropolitan Tower luxury residential building",
|
||||
button: {
|
||||
text: "View Details",
|
||||
@@ -91,7 +91,7 @@ export default function ProjectsPage() {
|
||||
{
|
||||
title: "Serenity Estates",
|
||||
description: "An exclusive gated community with 15 custom-designed villas, each tailored to the owner's preferences. The development combines minimalist aesthetics with premium comfort and privacy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-billboard-template-building-city_23-2148197259.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-billboard-template-building-city_23-2148197259.jpg?_wi=2",
|
||||
imageAlt: "Serenity Estates luxury residential villas",
|
||||
button: {
|
||||
text: "View Details",
|
||||
@@ -101,7 +101,7 @@ export default function ProjectsPage() {
|
||||
{
|
||||
title: "Corporate Headquarters",
|
||||
description: "A state-of-the-art commercial building equipped with smart building technology, collaborative workspaces, and sustainable materials. Designed to enhance productivity and environmental responsibility.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tall-building-city_181624-17272.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tall-building-city_181624-17272.jpg?_wi=2",
|
||||
imageAlt: "Corporate headquarters modern office building",
|
||||
button: {
|
||||
text: "View Details",
|
||||
@@ -129,7 +129,7 @@ export default function ProjectsPage() {
|
||||
role: "Developer",
|
||||
company: "Metropolitan Estates Inc.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg?_wi=2",
|
||||
imageAlt: "David Torres testimonial",
|
||||
},
|
||||
{
|
||||
@@ -138,7 +138,7 @@ export default function ProjectsPage() {
|
||||
role: "CEO",
|
||||
company: "Urban Development Co.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg?_wi=2",
|
||||
imageAlt: "Amelia Brooks testimonial",
|
||||
},
|
||||
{
|
||||
@@ -147,7 +147,7 @@ export default function ProjectsPage() {
|
||||
role: "Project Manager",
|
||||
company: "Global Constructions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-angry-expression_1194-1680.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-angry-expression_1194-1680.jpg?_wi=2",
|
||||
imageAlt: "Robert Campbell testimonial",
|
||||
},
|
||||
{
|
||||
@@ -156,7 +156,7 @@ export default function ProjectsPage() {
|
||||
role: "COO",
|
||||
company: "Prime Real Estate Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-confident-cute-girl-office-outfit_140725-161288.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-confident-cute-girl-office-outfit_140725-161288.jpg?_wi=2",
|
||||
imageAlt: "Victoria Laurent testimonial",
|
||||
},
|
||||
]}
|
||||
@@ -175,7 +175,7 @@ export default function ProjectsPage() {
|
||||
description="Interested in our project delivery approach? Let's discuss how we can transform your vision into reality. Connect with our team to explore collaboration opportunities."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-705.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-705.jpg?_wi=3"
|
||||
imageAlt="Architectural excellence contact"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -48,21 +48,21 @@ export default function ServicesPage() {
|
||||
id: "1",
|
||||
name: "Master Planning",
|
||||
price: "Urban Vision",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-apartment-building-with-balconies_181624-33175.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-apartment-building-with-balconies_181624-33175.jpg?_wi=3",
|
||||
imageAlt: "Master planning urban design"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Residential Design",
|
||||
price: "Living Spaces",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-billboard-template-building-city_23-2148197259.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-billboard-template-building-city_23-2148197259.jpg?_wi=3",
|
||||
imageAlt: "Residential architectural design"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Commercial Buildings",
|
||||
price: "Corporate Excellence",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tall-building-city_181624-17272.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tall-building-city_181624-17272.jpg?_wi=3",
|
||||
imageAlt: "Commercial building architecture"
|
||||
}
|
||||
]}
|
||||
@@ -82,21 +82,21 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Metropolitan Tower",
|
||||
description: "A 42-story luxury residential complex featuring innovative sustainable design and panoramic city views.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-apartment-building-with-balconies_181624-33175.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-apartment-building-with-balconies_181624-33175.jpg?_wi=4",
|
||||
imageAlt: "Metropolitan Tower luxury residential building",
|
||||
button: { text: "View Project", href: "#" }
|
||||
},
|
||||
{
|
||||
title: "Serenity Estates",
|
||||
description: "An exclusive gated community with 15 custom-designed villas, combining minimalist aesthetics with premium comfort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-billboard-template-building-city_23-2148197259.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-billboard-template-building-city_23-2148197259.jpg?_wi=4",
|
||||
imageAlt: "Serenity Estates luxury residential villas",
|
||||
button: { text: "View Project", href: "#" }
|
||||
},
|
||||
{
|
||||
title: "Corporate Headquarters",
|
||||
description: "A state-of-the-art commercial building designed with smart building technology and sustainable materials.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tall-building-city_181624-17272.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tall-building-city_181624-17272.jpg?_wi=4",
|
||||
imageAlt: "Corporate headquarters modern office building",
|
||||
button: { text: "View Project", href: "#" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user