Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-11 20:15:22 +00:00
5 changed files with 83 additions and 44 deletions

View File

@@ -79,28 +79,28 @@ export default function AboutPage() {
id: "1",
name: "Sarah Mitchell",
role: "Lead Designer & Founder",
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-smiling-desk_23-2148372216.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-smiling-desk_23-2148372216.jpg?_wi=2",
imageAlt: "professional female interior designer portrait",
},
{
id: "2",
name: "James Rodriguez",
role: "Senior Interior Architect",
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2872.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2872.jpg?_wi=2",
imageAlt: "male architect designer professional portrait",
},
{
id: "3",
name: "Emma Chen",
role: "Color & Material Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-laptop_23-2148435579.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-laptop_23-2148435579.jpg?_wi=2",
imageAlt: "asian woman designer professional portrait",
},
{
id: "4",
name: "David Thompson",
role: "Project Manager",
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg?_wi=2",
imageAlt: "male project manager professional portrait",
},
]}

View File

@@ -1,18 +1,22 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Inter_Tight } 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 { Inter_Tight } 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 interTight = Inter_Tight({
variable: "--font-inter-tight",
@@ -20,6 +24,39 @@ const interTight = Inter_Tight({
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export const metadata: Metadata = {
title: "Interior Design Studio | Hybrid Design Services for USA",
description: "Award-winning interior design studio offering residential, commercial, and consultation services. Transform your space with our expert design team.",
keywords: "interior design, interior decorator, home design, commercial interiors, space design USA",
metadataBase: new URL("https://interiordesignstudio.com"),
alternates: {
canonical: "https://interiordesignstudio.com",
},
openGraph: {
title: "Interior Design Studio",
description: "Transform spaces into artistic sanctuaries with expert interior design services.",
url: "https://interiordesignstudio.com",
siteName: "Interior Design Studio",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/side-green-chair_181624-133.jpg",
alt: "modern luxury interior design living room",
},
],
},
twitter: {
card: "summary_large_image",
title: "Interior Design Studio",
description: "Award-winning interior design services transforming residential and commercial spaces.",
images: ["http://img.b2bpic.net/free-photo/side-green-chair_181624-133.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -28,7 +65,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${interTight.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${interTight.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -40,4 +79,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -109,11 +109,11 @@ export default function HomePage() {
icon: Home,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions_1203-735.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions_1203-735.jpg?_wi=1",
imageAlt: "luxury residential interior bedroom design",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-interior-living-room-with-black-sofa_169016-3571.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-interior-living-room-with-black-sofa_169016-3571.jpg?_wi=1",
imageAlt: "modern home living room interior design",
},
],
@@ -124,11 +124,11 @@ export default function HomePage() {
icon: Building2,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-white-frame-plant-vase_23-2148225534.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-white-frame-plant-vase_23-2148225534.jpg?_wi=1",
imageAlt: "modern office interior design professional space",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/confident-business-man-contemplating-his-office_1163-4018.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-business-man-contemplating-his-office_1163-4018.jpg?_wi=1",
imageAlt: "modern corporate office interior design meeting room",
},
],
@@ -139,11 +139,11 @@ export default function HomePage() {
icon: Lightbulb,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153848.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153848.jpg?_wi=1",
imageAlt: "interior designer consultation meeting client",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-teamwork-project_23-2148894074.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-teamwork-project_23-2148894074.jpg?_wi=1",
imageAlt: "design planning meeting mood board materials",
},
],
@@ -154,11 +154,11 @@ export default function HomePage() {
icon: Hammer,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-with-metal-ladder-built-oven-loft-kitchen_169016-69383.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-with-metal-ladder-built-oven-loft-kitchen_169016-69383.jpg?_wi=1",
imageAlt: "before after renovation interior transformation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-big-mirror_1203-1497.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-big-mirror_1203-1497.jpg?_wi=1",
imageAlt: "kitchen renovation modern contemporary design",
},
],
@@ -183,28 +183,28 @@ export default function HomePage() {
id: "1",
name: "Sarah Mitchell",
role: "Lead Designer & Founder",
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-smiling-desk_23-2148372216.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-smiling-desk_23-2148372216.jpg?_wi=1",
imageAlt: "professional female interior designer portrait",
},
{
id: "2",
name: "James Rodriguez",
role: "Senior Interior Architect",
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2872.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2872.jpg?_wi=1",
imageAlt: "male architect designer professional portrait",
},
{
id: "3",
name: "Emma Chen",
role: "Color & Material Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-laptop_23-2148435579.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-laptop_23-2148435579.jpg?_wi=1",
imageAlt: "asian woman designer professional portrait",
},
{
id: "4",
name: "David Thompson",
role: "Project Manager",
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg?_wi=1",
imageAlt: "male project manager professional portrait",
},
]}
@@ -230,7 +230,7 @@ export default function HomePage() {
quote: "The team at Interior Design Studio completely transformed our office space. Their attention to detail and understanding of our brand was remarkable. The new design has boosted our team morale and impressed every client who visits.",
name: "Patricia Gonzalez",
role: "CEO, Corporate Solutions Inc.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-118019.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-118019.jpg?_wi=1",
imageAlt: "professional woman executive business portrait",
},
{
@@ -239,7 +239,7 @@ export default function HomePage() {
quote: "Working with this agency was a dream. They listened to our vision, provided expert recommendations, and delivered beyond our expectations. Our home now feels like a sanctuary that truly represents who we are.",
name: "Michael Torres",
role: "Homeowner, Austin TX",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1625.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1625.jpg?_wi=1",
imageAlt: "happy male homeowner portrait smile",
},
{
@@ -248,7 +248,7 @@ export default function HomePage() {
quote: "As another design professional, I was impressed by their methodology and execution. Their hybrid approach combining virtual and in-person consultation made the process efficient and effective.",
name: "Jennifer Hutchins",
role: "Interior Designer, Seattle WA",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-gorgeous-woman-home_329181-4265.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-gorgeous-woman-home_329181-4265.jpg?_wi=1",
imageAlt: "professional female designer portrait confident",
},
{

View File

@@ -50,11 +50,11 @@ export default function PortfolioPage() {
icon: Home,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions_1203-735.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions_1203-735.jpg?_wi=2",
imageAlt: "luxury residential interior bedroom design",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-interior-living-room-with-black-sofa_169016-3571.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-interior-living-room-with-black-sofa_169016-3571.jpg?_wi=2",
imageAlt: "modern home living room interior design",
},
],
@@ -65,11 +65,11 @@ export default function PortfolioPage() {
icon: Building2,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-white-frame-plant-vase_23-2148225534.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-white-frame-plant-vase_23-2148225534.jpg?_wi=2",
imageAlt: "modern office interior design professional space",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/confident-business-man-contemplating-his-office_1163-4018.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-business-man-contemplating-his-office_1163-4018.jpg?_wi=2",
imageAlt: "modern corporate office interior design meeting room",
},
],
@@ -80,11 +80,11 @@ export default function PortfolioPage() {
icon: Hammer,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-with-metal-ladder-built-oven-loft-kitchen_169016-69383.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-with-metal-ladder-built-oven-loft-kitchen_169016-69383.jpg?_wi=2",
imageAlt: "before after renovation interior transformation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-big-mirror_1203-1497.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-big-mirror_1203-1497.jpg?_wi=2",
imageAlt: "kitchen renovation modern contemporary design",
},
],
@@ -111,7 +111,7 @@ export default function PortfolioPage() {
quote: "The team at Interior Design Studio completely transformed our office space. Their attention to detail and understanding of our brand was remarkable. The new design has boosted our team morale and impressed every client who visits.",
name: "Patricia Gonzalez",
role: "CEO, Corporate Solutions Inc.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-118019.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-118019.jpg?_wi=2",
imageAlt: "professional woman executive business portrait",
},
{
@@ -120,7 +120,7 @@ export default function PortfolioPage() {
quote: "Working with this agency was a dream. They listened to our vision, provided expert recommendations, and delivered beyond our expectations. Our home now feels like a sanctuary that truly represents who we are.",
name: "Michael Torres",
role: "Homeowner, Austin TX",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1625.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1625.jpg?_wi=2",
imageAlt: "happy male homeowner portrait smile",
},
{
@@ -129,7 +129,7 @@ export default function PortfolioPage() {
quote: "As another design professional, I was impressed by their methodology and execution. Their hybrid approach combining virtual and in-person consultation made the process efficient and effective.",
name: "Jennifer Hutchins",
role: "Interior Designer, Seattle WA",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-gorgeous-woman-home_329181-4265.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-gorgeous-woman-home_329181-4265.jpg?_wi=2",
imageAlt: "professional female designer portrait confident",
},
]}

View File

@@ -70,11 +70,11 @@ export default function ServicesPage() {
icon: Home,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions_1203-735.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions_1203-735.jpg?_wi=3",
imageAlt: "luxury residential interior bedroom design",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-interior-living-room-with-black-sofa_169016-3571.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-interior-living-room-with-black-sofa_169016-3571.jpg?_wi=3",
imageAlt: "modern home living room interior design",
},
],
@@ -85,11 +85,11 @@ export default function ServicesPage() {
icon: Building2,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-white-frame-plant-vase_23-2148225534.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-white-frame-plant-vase_23-2148225534.jpg?_wi=3",
imageAlt: "modern office interior design professional space",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/confident-business-man-contemplating-his-office_1163-4018.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-business-man-contemplating-his-office_1163-4018.jpg?_wi=3",
imageAlt: "modern corporate office interior design meeting room",
},
],
@@ -100,11 +100,11 @@ export default function ServicesPage() {
icon: Lightbulb,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153848.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153848.jpg?_wi=2",
imageAlt: "interior designer consultation meeting client",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-teamwork-project_23-2148894074.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-teamwork-project_23-2148894074.jpg?_wi=2",
imageAlt: "design planning meeting mood board materials",
},
],
@@ -115,11 +115,11 @@ export default function ServicesPage() {
icon: Hammer,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-with-metal-ladder-built-oven-loft-kitchen_169016-69383.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-with-metal-ladder-built-oven-loft-kitchen_169016-69383.jpg?_wi=3",
imageAlt: "before after renovation interior transformation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-big-mirror_1203-1497.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-big-mirror_1203-1497.jpg?_wi=3",
imageAlt: "kitchen renovation modern contemporary design",
},
],