Merge version_1 into main #1
@@ -62,7 +62,7 @@ export default function AboutPage() {
|
||||
tag="Our Foundation"
|
||||
tagIcon={Home}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-working-while-pregnant_23-2149248036.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-working-while-pregnant_23-2149248036.jpg?_wi=2"
|
||||
imageAlt="Nest Interiors Design Team"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -160,7 +160,7 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hardworking-partners-working-office_329181-15270.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hardworking-partners-working-office_329181-15270.jpg?_wi=2"
|
||||
imageAlt="Design consultation meeting"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -49,7 +49,7 @@ export default function ContactPage() {
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hardworking-partners-working-office_329181-15270.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hardworking-partners-working-office_329181-15270.jpg?_wi=5"
|
||||
imageAlt="interior designer consultation meeting client discussion"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Nunito_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 { Nunito_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 nunitoSans = Nunito_Sans({
|
||||
variable: "--font-nunito-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Nest Interiors | Premium Interior Design Studio UAE",
|
||||
description: "Transform your living and working spaces with Nest Interiors, a premium interior design studio in the UAE specializing in residential, commercial, and renovation design.",
|
||||
keywords: "interior design UAE, premium interior design, home design Dubai, office interior design, commercial interior design, space renovation",
|
||||
metadataBase: new URL("https://nestinteriors.ae"),
|
||||
alternates: {
|
||||
canonical: "https://nestinteriors.ae",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Nest Interiors | Premium Interior Design Studio UAE",
|
||||
description: "Transforming spaces, elevating lifestyles. Premium interior design for homes, offices, and commercial spaces in the UAE.",
|
||||
url: "https://nestinteriors.ae",
|
||||
siteName: "Nest Interiors",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/living-room-with-blue-sofa-lamp-with-gold-leaf-it_123827-23880.jpg",
|
||||
alt: "Nest Interiors Premium Interior Design",
|
||||
},
|
||||
],
|
||||
type: "website",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Nest Interiors | Premium Interior Design Studio UAE",
|
||||
description: "Transform your space with Nest Interiors. Premium interior design for residential and commercial projects.",
|
||||
images: ["http://img.b2bpic.net/free-photo/living-room-with-blue-sofa-lamp-with-gold-leaf-it_123827-23880.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${nunitoSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${nunitoSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -91,7 +91,7 @@ export default function HomePage() {
|
||||
tag="Our Story"
|
||||
tagIcon={Home}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-working-while-pregnant_23-2149248036.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-working-while-pregnant_23-2149248036.jpg?_wi=1"
|
||||
imageAlt="Nest Interiors Design Studio"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -196,35 +196,35 @@ export default function HomePage() {
|
||||
id: "res-1",
|
||||
name: "Modern Penthouse Retreat",
|
||||
price: "Residential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346551.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346551.jpg?_wi=1",
|
||||
imageAlt: "Luxury penthouse interior design",
|
||||
},
|
||||
{
|
||||
id: "res-2",
|
||||
name: "Contemporary Villa Design",
|
||||
price: "Residential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692365.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692365.jpg?_wi=1",
|
||||
imageAlt: "Elegant villa interior design",
|
||||
},
|
||||
{
|
||||
id: "com-1",
|
||||
name: "Upscale Restaurant Interior",
|
||||
price: "Commercial",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-table-with-elegant-setting-restaurant-hall-evening_181624-24706.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-table-with-elegant-setting-restaurant-hall-evening_181624-24706.jpg?_wi=1",
|
||||
imageAlt: "Fine dining restaurant interior",
|
||||
},
|
||||
{
|
||||
id: "com-2",
|
||||
name: "Corporate Office Space",
|
||||
price: "Commercial",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone_107420-65778.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone_107420-65778.jpg?_wi=1",
|
||||
imageAlt: "Modern office interior design",
|
||||
},
|
||||
{
|
||||
id: "ren-1",
|
||||
name: "Apartment Transformation",
|
||||
price: "Renovation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-with-paper-tablet-office_23-2147668750.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-with-paper-tablet-office_23-2147668750.jpg?_wi=1",
|
||||
imageAlt: "Apartment renovation project",
|
||||
},
|
||||
]}
|
||||
@@ -249,7 +249,7 @@ export default function HomePage() {
|
||||
handle: "Dubai, UAE",
|
||||
testimonial: "Nest Interiors transformed our villa into a masterpiece. Their attention to detail and understanding of our lifestyle made the entire process seamless and enjoyable. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg?_wi=1",
|
||||
imageAlt: "Fatima Al Mansouri",
|
||||
},
|
||||
{
|
||||
@@ -258,7 +258,7 @@ export default function HomePage() {
|
||||
handle: "Abu Dhabi, UAE",
|
||||
testimonial: "We hired Nest Interiors for our office renovation. They delivered a workspace that is both aesthetically stunning and incredibly functional. Our team loves the new environment!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1",
|
||||
imageAlt: "Mohammed Al Mazrouei",
|
||||
},
|
||||
{
|
||||
@@ -267,7 +267,7 @@ export default function HomePage() {
|
||||
handle: "Sharjah, UAE",
|
||||
testimonial: "Working with Nest Interiors was a dream. They listened to our vision, offered expert suggestions, and executed everything flawlessly. Our home is now our sanctuary!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-posing_23-2149429384.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-posing_23-2149429384.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
@@ -276,7 +276,7 @@ export default function HomePage() {
|
||||
handle: "Dubai, UAE",
|
||||
testimonial: "From concept to completion, Nest Interiors exceeded our expectations. Their professionalism, creativity, and problem-solving skills are unmatched. Thank you for bringing our restaurant to life!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg?_wi=1",
|
||||
imageAlt: "Ahmed Al Ketbi",
|
||||
},
|
||||
{
|
||||
@@ -285,7 +285,7 @@ export default function HomePage() {
|
||||
handle: "Dubai, UAE",
|
||||
testimonial: "Nest Interiors created a home that perfectly reflects our family's personality and lifestyle. Every corner is thoughtfully designed. We couldn't be happier!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-disgusted-young-man-trendy-suit-grimacing-upset-looking-left-standing-against-whit_1258-165923.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-disgusted-young-man-trendy-suit-grimacing-upset-looking-left-standing-against-whit_1258-165923.jpg?_wi=1",
|
||||
imageAlt: "Leila Hassan",
|
||||
},
|
||||
{
|
||||
@@ -294,7 +294,7 @@ export default function HomePage() {
|
||||
handle: "Abu Dhabi, UAE",
|
||||
testimonial: "Excellent professionalism and stunning design work. The team made the entire renovation process smooth and stress-free. Our office is now a space we're truly proud of!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg?_wi=1",
|
||||
imageAlt: "Aisha Al Suwaidi",
|
||||
},
|
||||
]}
|
||||
@@ -346,7 +346,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hardworking-partners-working-office_329181-15270.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hardworking-partners-working-office_329181-15270.jpg?_wi=1"
|
||||
imageAlt="Design consultation meeting"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -75,35 +75,35 @@ export default function PortfolioPage() {
|
||||
id: "res-1",
|
||||
name: "Modern Penthouse Retreat",
|
||||
price: "Residential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346551.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346551.jpg?_wi=2",
|
||||
imageAlt: "Luxury penthouse interior design",
|
||||
},
|
||||
{
|
||||
id: "res-2",
|
||||
name: "Contemporary Villa Design",
|
||||
price: "Residential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692365.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692365.jpg?_wi=2",
|
||||
imageAlt: "Elegant villa interior design",
|
||||
},
|
||||
{
|
||||
id: "com-1",
|
||||
name: "Upscale Restaurant Interior",
|
||||
price: "Commercial",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-table-with-elegant-setting-restaurant-hall-evening_181624-24706.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-table-with-elegant-setting-restaurant-hall-evening_181624-24706.jpg?_wi=2",
|
||||
imageAlt: "Fine dining restaurant interior",
|
||||
},
|
||||
{
|
||||
id: "com-2",
|
||||
name: "Corporate Office Space",
|
||||
price: "Commercial",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone_107420-65778.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone_107420-65778.jpg?_wi=2",
|
||||
imageAlt: "Modern office interior design",
|
||||
},
|
||||
{
|
||||
id: "ren-1",
|
||||
name: "Apartment Transformation",
|
||||
price: "Renovation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-with-paper-tablet-office_23-2147668750.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-with-paper-tablet-office_23-2147668750.jpg?_wi=2",
|
||||
imageAlt: "Apartment renovation project",
|
||||
},
|
||||
]}
|
||||
@@ -128,7 +128,7 @@ export default function PortfolioPage() {
|
||||
handle: "Dubai, UAE",
|
||||
testimonial: "Nest Interiors transformed our villa into a masterpiece. Their attention to detail and understanding of our lifestyle made the entire process seamless and enjoyable. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg?_wi=2",
|
||||
imageAlt: "Fatima Al Mansouri",
|
||||
},
|
||||
{
|
||||
@@ -137,7 +137,7 @@ export default function PortfolioPage() {
|
||||
handle: "Abu Dhabi, UAE",
|
||||
testimonial: "We hired Nest Interiors for our office renovation. They delivered a workspace that is both aesthetically stunning and incredibly functional. Our team loves the new environment!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2",
|
||||
imageAlt: "Mohammed Al Mazrouei",
|
||||
},
|
||||
{
|
||||
@@ -146,7 +146,7 @@ export default function PortfolioPage() {
|
||||
handle: "Sharjah, UAE",
|
||||
testimonial: "Working with Nest Interiors was a dream. They listened to our vision, offered expert suggestions, and executed everything flawlessly. Our home is now our sanctuary!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-posing_23-2149429384.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-posing_23-2149429384.jpg?_wi=2",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
@@ -155,7 +155,7 @@ export default function PortfolioPage() {
|
||||
handle: "Dubai, UAE",
|
||||
testimonial: "From concept to completion, Nest Interiors exceeded our expectations. Their professionalism, creativity, and problem-solving skills are unmatched. Thank you for bringing our restaurant to life!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg?_wi=2",
|
||||
imageAlt: "Ahmed Al Ketbi",
|
||||
},
|
||||
{
|
||||
@@ -164,7 +164,7 @@ export default function PortfolioPage() {
|
||||
handle: "Dubai, UAE",
|
||||
testimonial: "Nest Interiors created a home that perfectly reflects our family's personality and lifestyle. Every corner is thoughtfully designed. We couldn't be happier!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-disgusted-young-man-trendy-suit-grimacing-upset-looking-left-standing-against-whit_1258-165923.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-disgusted-young-man-trendy-suit-grimacing-upset-looking-left-standing-against-whit_1258-165923.jpg?_wi=2",
|
||||
imageAlt: "Leila Hassan",
|
||||
},
|
||||
{
|
||||
@@ -173,7 +173,7 @@ export default function PortfolioPage() {
|
||||
handle: "Abu Dhabi, UAE",
|
||||
testimonial: "Excellent professionalism and stunning design work. The team made the entire renovation process smooth and stress-free. Our office is now a space we're truly proud of!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg?_wi=2",
|
||||
imageAlt: "Aisha Al Suwaidi",
|
||||
},
|
||||
]}
|
||||
@@ -191,7 +191,7 @@ export default function PortfolioPage() {
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hardworking-partners-working-office_329181-15270.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hardworking-partners-working-office_329181-15270.jpg?_wi=4"
|
||||
imageAlt="Design consultation meeting"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -199,7 +199,7 @@ export default function ServicesPage() {
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hardworking-partners-working-office_329181-15270.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hardworking-partners-working-office_329181-15270.jpg?_wi=3"
|
||||
imageAlt="Design consultation meeting"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user