Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-12 21:45:42 +00:00
5 changed files with 71 additions and 43 deletions

View File

@@ -64,7 +64,7 @@ export default function AboutPage() {
testimonial:
"Webild Studios completely transformed our online presence. Their attention to detail and understanding of our business needs resulted in a website that truly reflects our brand.",
imageSrc:
"http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg",
"http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg?_wi=2",
imageAlt: "Sarah Chen",
},
{
@@ -74,7 +74,7 @@ export default function AboutPage() {
testimonial:
"Within 3 months of launching our new website, we saw a 150% increase in online sales. The team at Webild made the entire process seamless and collaborative.",
imageSrc:
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg",
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg?_wi=2",
imageAlt: "Marcus Johnson",
},
{
@@ -84,7 +84,7 @@ export default function AboutPage() {
testimonial:
"The customer support is exceptional. They didn't just build our website—they became a true partner in our growth. Highly recommended for any growing business.",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-cute-girl-holding-her-camera_23-2148316012.jpg",
"http://img.b2bpic.net/free-photo/portrait-cute-girl-holding-her-camera_23-2148316012.jpg?_wi=2",
imageAlt: "Elena Rodriguez",
},
{
@@ -94,7 +94,7 @@ export default function AboutPage() {
testimonial:
"Professional, responsive, and results-driven. Webild Studios delivered our platform on time and within budget. Their technical expertise is outstanding.",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg",
"http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg?_wi=2",
imageAlt: "David Kim",
},
{
@@ -104,7 +104,7 @@ export default function AboutPage() {
testimonial:
"They understood our vision immediately and brought it to life in ways we didn't even imagine possible. Worth every penny of the investment.",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-beautiful-caucasian-woman-office-looking-camera_23-2148187145.jpg",
"http://img.b2bpic.net/free-photo/smiling-beautiful-caucasian-woman-office-looking-camera_23-2148187145.jpg?_wi=2",
imageAlt: "Jessica Martinez",
},
{
@@ -114,7 +114,7 @@ export default function AboutPage() {
testimonial:
"Fast turnaround, excellent communication, beautiful results. This is the agency you want working on your digital presence.",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-smiley-businessman_23-2148746289.jpg",
"http://img.b2bpic.net/free-photo/portrait-smiley-businessman_23-2148746289.jpg?_wi=2",
imageAlt: "Thomas Anderson",
},
];
@@ -183,7 +183,7 @@ export default function AboutPage() {
icon: Smartphone,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104929.jpg"
imageSrc="http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104929.jpg?_wi=2"
imageAlt="Webild Studios design team collaborating"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -206,7 +206,7 @@ export default function AboutPage() {
title: "Custom Website Design",
tags: ["Design", "Development"],
imageSrc:
"http://img.b2bpic.net/free-vector/modern-web-design-concept-with-flat-design_23-2147858436.jpg",
"http://img.b2bpic.net/free-vector/modern-web-design-concept-with-flat-design_23-2147858436.jpg?_wi=3",
imageAlt: "Custom website design example",
},
{
@@ -214,7 +214,7 @@ export default function AboutPage() {
title: "E-Commerce Solutions",
tags: ["E-Commerce", "Integration"],
imageSrc:
"http://img.b2bpic.net/free-vector/flat-beauty-product-catalog_52683-71336.jpg",
"http://img.b2bpic.net/free-vector/flat-beauty-product-catalog_52683-71336.jpg?_wi=3",
imageAlt: "E-commerce platform showcase",
},
{
@@ -222,7 +222,7 @@ export default function AboutPage() {
title: "Brand Strategy & Identity",
tags: ["Branding", "Strategy"],
imageSrc:
"http://img.b2bpic.net/free-photo/colleagues-looking-tablet-discussing-new-ideas-office_176420-1724.jpg",
"http://img.b2bpic.net/free-photo/colleagues-looking-tablet-discussing-new-ideas-office_176420-1724.jpg?_wi=3",
imageAlt: "Brand identity development process",
},
{
@@ -230,7 +230,7 @@ export default function AboutPage() {
title: "Performance Optimization",
tags: ["Speed", "SEO"],
imageSrc:
"http://img.b2bpic.net/free-photo/multiethnic-team-female-entrepreneurs-discussing-business-strategy_482257-123854.jpg",
"http://img.b2bpic.net/free-photo/multiethnic-team-female-entrepreneurs-discussing-business-strategy_482257-123854.jpg?_wi=3",
imageAlt: "Website performance metrics dashboard",
},
]}

View File

@@ -1,28 +1,54 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Mulish } from "next/font/google";
import { Inter } 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 { Mulish } from "next/font/google";
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Web Design Agency | Custom Website Solutions | Webild Studios",
description: "Award-winning web design agency specializing in custom websites, e-commerce, and digital branding. Fast, responsive, SEO-optimized solutions for growing businesses.",
keywords: "web design, web development, custom websites, e-commerce, digital agency, responsive design, SEO",
metadataBase: new URL("https://webild-studios.com"),
alternates: {
canonical: "https://webild-studios.com",
},
openGraph: {
title: "Webild Studios - Web Design Agency",
description: "Custom web design and development for businesses ready to stand out online.",
url: "https://webild-studios.com",
siteName: "Webild Studios",
type: "website",
},
twitter: {
card: "summary_large_image",
title: "Webild Studios - Web Design Agency",
description: "Custom web design and development for businesses ready to stand out online.",
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -31,7 +57,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${mulish.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +71,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -129,7 +129,7 @@ export default function HomePage() {
icon: Smartphone,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104929.jpg"
imageSrc="http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150104929.jpg?_wi=1"
imageAlt="Webild Studios design team collaborating"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -151,28 +151,28 @@ export default function HomePage() {
id: "1",
title: "Custom Website Design",
tags: ["Design", "Development"],
imageSrc: "http://img.b2bpic.net/free-vector/modern-web-design-concept-with-flat-design_23-2147858436.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/modern-web-design-concept-with-flat-design_23-2147858436.jpg?_wi=1",
imageAlt: "Custom website design example",
},
{
id: "2",
title: "E-Commerce Solutions",
tags: ["E-Commerce", "Integration"],
imageSrc: "http://img.b2bpic.net/free-vector/flat-beauty-product-catalog_52683-71336.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/flat-beauty-product-catalog_52683-71336.jpg?_wi=1",
imageAlt: "E-commerce platform showcase",
},
{
id: "3",
title: "Brand Strategy & Identity",
tags: ["Branding", "Strategy"],
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-looking-tablet-discussing-new-ideas-office_176420-1724.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-looking-tablet-discussing-new-ideas-office_176420-1724.jpg?_wi=1",
imageAlt: "Brand identity development process",
},
{
id: "4",
title: "Performance Optimization",
tags: ["Speed", "SEO"],
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-female-entrepreneurs-discussing-business-strategy_482257-123854.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-female-entrepreneurs-discussing-business-strategy_482257-123854.jpg?_wi=1",
imageAlt: "Website performance metrics dashboard",
},
]}
@@ -195,28 +195,28 @@ export default function HomePage() {
id: "1",
name: "TechFlow SaaS Platform",
price: "Complex",
imageSrc: "http://img.b2bpic.net/free-vector/business-development-landing-page_52683-10495.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/business-development-landing-page_52683-10495.jpg?_wi=1",
imageAlt: "TechFlow SaaS platform website design",
},
{
id: "2",
name: "Luxe Boutique E-Commerce",
price: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32402.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32402.jpg?_wi=1",
imageAlt: "Luxe boutique e-commerce website",
},
{
id: "3",
name: "LocalCafe Restaurants",
price: "Complete",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-french-food-world-tourism-day_23-2149114060.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-french-food-world-tourism-day_23-2149114060.jpg?_wi=1",
imageAlt: "LocalCafe restaurant website with reservations",
},
{
id: "4",
name: "FinServe Financial Tools",
price: "Enterprise",
imageSrc: "http://img.b2bpic.net/free-photo/empty-business-entrepreneur-office-setup-home-with-personal-computer_482257-91126.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-business-entrepreneur-office-setup-home-with-personal-computer_482257-91126.jpg?_wi=1",
imageAlt: "FinServe financial tools platform",
},
]}
@@ -241,7 +241,7 @@ export default function HomePage() {
name: "Sarah Chen",
handle: "CEO, TechFlow Inc",
testimonial: "Webild Studios completely transformed our online presence. Their attention to detail and understanding of our business needs resulted in a website that truly reflects our brand.",
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg?_wi=1",
imageAlt: "Sarah Chen",
},
{
@@ -249,7 +249,7 @@ export default function HomePage() {
name: "Marcus Johnson",
handle: "Owner, Luxe Boutique",
testimonial: "Within 3 months of launching our new website, we saw a 150% increase in online sales. The team at Webild made the entire process seamless and collaborative.",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg?_wi=1",
imageAlt: "Marcus Johnson",
},
{
@@ -257,7 +257,7 @@ export default function HomePage() {
name: "Elena Rodriguez",
handle: "Marketing Director, LocalCafe",
testimonial: "The customer support is exceptional. They didn't just build our website—they became a true partner in our growth. Highly recommended for any growing business.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-girl-holding-her-camera_23-2148316012.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-girl-holding-her-camera_23-2148316012.jpg?_wi=1",
imageAlt: "Elena Rodriguez",
},
{
@@ -265,7 +265,7 @@ export default function HomePage() {
name: "David Kim",
handle: "CFO, FinServe Solutions",
testimonial: "Professional, responsive, and results-driven. Webild Studios delivered our platform on time and within budget. Their technical expertise is outstanding.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg?_wi=1",
imageAlt: "David Kim",
},
{
@@ -273,7 +273,7 @@ export default function HomePage() {
name: "Jessica Martinez",
handle: "Founder, GrowthLabs",
testimonial: "They understood our vision immediately and brought it to life in ways we didn't even imagine possible. Worth every penny of the investment.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-caucasian-woman-office-looking-camera_23-2148187145.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-caucasian-woman-office-looking-camera_23-2148187145.jpg?_wi=1",
imageAlt: "Jessica Martinez",
},
{
@@ -281,7 +281,7 @@ export default function HomePage() {
name: "Thomas Anderson",
handle: "Operations Manager, BuildCo",
testimonial: "Fast turnaround, excellent communication, beautiful results. This is the agency you want working on your digital presence.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businessman_23-2148746289.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businessman_23-2148746289.jpg?_wi=1",
imageAlt: "Thomas Anderson",
},
]}

View File

@@ -93,7 +93,7 @@ export default function PortfolioPage() {
name: "TechFlow SaaS Platform",
price: "Complex",
imageSrc:
"http://img.b2bpic.net/free-vector/business-development-landing-page_52683-10495.jpg",
"http://img.b2bpic.net/free-vector/business-development-landing-page_52683-10495.jpg?_wi=2",
imageAlt: "TechFlow SaaS platform website design",
},
{
@@ -101,7 +101,7 @@ export default function PortfolioPage() {
name: "Luxe Boutique E-Commerce",
price: "Premium",
imageSrc:
"http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32402.jpg",
"http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32402.jpg?_wi=2",
imageAlt: "Luxe boutique e-commerce website",
},
{
@@ -109,7 +109,7 @@ export default function PortfolioPage() {
name: "LocalCafe Restaurants",
price: "Complete",
imageSrc:
"http://img.b2bpic.net/free-photo/traditional-french-food-world-tourism-day_23-2149114060.jpg",
"http://img.b2bpic.net/free-photo/traditional-french-food-world-tourism-day_23-2149114060.jpg?_wi=2",
imageAlt: "LocalCafe restaurant website with reservations",
},
{
@@ -117,7 +117,7 @@ export default function PortfolioPage() {
name: "FinServe Financial Tools",
price: "Enterprise",
imageSrc:
"http://img.b2bpic.net/free-photo/empty-business-entrepreneur-office-setup-home-with-personal-computer_482257-91126.jpg",
"http://img.b2bpic.net/free-photo/empty-business-entrepreneur-office-setup-home-with-personal-computer_482257-91126.jpg?_wi=2",
imageAlt: "FinServe financial tools platform",
},
]}

View File

@@ -89,28 +89,28 @@ export default function ServicesPage() {
id: "1",
title: "Custom Website Design",
tags: ["Design", "Development"],
imageSrc: "http://img.b2bpic.net/free-vector/modern-web-design-concept-with-flat-design_23-2147858436.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/modern-web-design-concept-with-flat-design_23-2147858436.jpg?_wi=2",
imageAlt: "Custom website design example",
},
{
id: "2",
title: "E-Commerce Solutions",
tags: ["E-Commerce", "Integration"],
imageSrc: "http://img.b2bpic.net/free-vector/flat-beauty-product-catalog_52683-71336.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/flat-beauty-product-catalog_52683-71336.jpg?_wi=2",
imageAlt: "E-commerce platform showcase",
},
{
id: "3",
title: "Brand Strategy & Identity",
tags: ["Branding", "Strategy"],
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-looking-tablet-discussing-new-ideas-office_176420-1724.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-looking-tablet-discussing-new-ideas-office_176420-1724.jpg?_wi=2",
imageAlt: "Brand identity development process",
},
{
id: "4",
title: "Performance Optimization",
tags: ["Speed", "SEO"],
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-female-entrepreneurs-discussing-business-strategy_482257-123854.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-female-entrepreneurs-discussing-business-strategy_482257-123854.jpg?_wi=2",
imageAlt: "Website performance metrics dashboard",
},
]}