From e13adc0816c15dd18ead6034bf3a80a4c4ffbab1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:05:28 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cec6b48..68797f3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -119,42 +119,42 @@ export default function AboutPage() { id: "1", name: "Alex Morgan", role: "Creative Director", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-choosing-cloths-menswear-shop_1303-30869.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-choosing-cloths-menswear-shop_1303-30869.jpg?_wi=2", imageAlt: "creative director professional headshot portrait", }, { id: "2", name: "Jordan Blake", role: "Brand Strategist", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg?_wi=2", imageAlt: "brand strategist professional man portrait", }, { id: "3", name: "Casey Rivera", role: "UI/UX Designer", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-touching-her-face_1098-3321.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-touching-her-face_1098-3321.jpg?_wi=2", imageAlt: "ui ux designer woman professional portrait", }, { id: "4", name: "Taylor Kim", role: "Lead Developer", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1702.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1702.jpg?_wi=2", imageAlt: "software developer man professional portrait", }, { id: "5", name: "Morgan Hayes", role: "Illustrator", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-tablet_23-2149927579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-tablet_23-2149927579.jpg?_wi=2", imageAlt: "digital illustrator artist woman portrait", }, { id: "6", name: "Quinn Foster", role: "Project Manager", - imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21368.jpg?_wi=2", imageAlt: "project manager professional woman portrait", }, ]} @@ -173,7 +173,7 @@ export default function AboutPage() { title: "Strategic Discovery", description: "We begin by understanding your business goals, target audience, and market position. Deep research informs every creative decision we make.", tag: "Phase 1", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-notes_23-2148128334.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-notes_23-2148128334.jpg?_wi=3", imageAlt: "creative direction visual strategy brainstorm", }, { @@ -181,7 +181,7 @@ export default function AboutPage() { title: "Creative Design", description: "Our talented designers craft compelling visuals that resonate with your audience. Each element is purposeful and aligned with your brand vision.", tag: "Phase 2", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-representation-blue-plastic-tableware-waste-young-woman_23-2148763387.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-representation-blue-plastic-tableware-waste-young-woman_23-2148763387.jpg?_wi=3", imageAlt: "digital illustration art graphic design", }, { @@ -189,7 +189,7 @@ export default function AboutPage() { title: "Expert Execution", description: "From development to deployment, we ensure every detail is perfect. Our team works collaboratively to bring your vision to life with excellence.", tag: "Phase 3", - imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207983.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207983.jpg?_wi=2", imageAlt: "creative office workspace collaboration", }, ]} -- 2.49.1 From 813645f0076a061aba8e9364788ec383d61ae669 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:05:29 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6e73a94..83eba78 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -74,7 +74,7 @@ export default function ContactPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207983.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207983.jpg?_wi=3" imageAlt="creative office workspace collaboration" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From b8b5b22e4855fc51de31a7638e7651fad826f1b0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:05:29 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 52 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 44 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 590a34c..a594ecd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,58 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Public_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 { Public_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 publicSans = Public_Sans({ variable: "--font-public-sans", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "OwnSelf Illustrations | Creative Agency & Brand Design", + description: "Premium creative studio specializing in brand identity, website design, and digital visuals for startups and modern businesses.", + keywords: "brand design, creative agency, web design, branding, digital design, startup design, visual identity", + robots: { + index: true, + follow: true, + }, + openGraph: { + title: "OwnSelf Illustrations | Creative Agency", + description: "Premium design solutions for ambitious startups and modern businesses.", + siteName: "OwnSelf Illustrations", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg", + alt: "OwnSelf Illustrations - Creative Studio", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "OwnSelf Illustrations | Creative Agency", + description: "Premium brand identity, web design, and digital visuals.", + images: [ + "http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg", + ], + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +61,9 @@ export default function RootLayout({ return ( - + {children}