diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6a54ffe..9322cc1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a02c995..ef174f4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( - + {children}