From 9ea08464242c204bff7a7c8fbf0441b32ad7b75f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:20:49 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 810216e..1a06a3d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,35 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Studio Collective | Premium Creative Design Agency", - description: "Luxury creative studio transforming brands through exceptional design, branding, and creative direction for discerning clients worldwide.", - keywords: "creative studio, luxury branding, design agency, brand identity, creative direction, portfolio", - robots: { + title: "Studio Collective | Premium Creative Design Agency", description: "Luxury creative studio transforming brands through exceptional design, branding, and creative direction for discerning clients worldwide.", keywords: "creative studio, luxury branding, design agency, brand identity, creative direction, portfolio", robots: { index: true, follow: true, }, openGraph: { - title: "Studio Collective | Premium Creative Design", - description: "Transformative creative work for discerning clients. Branding, design, and creative direction that elevates brands.", - type: "website", - siteName: "Studio Collective", - images: [ + title: "Studio Collective | Premium Creative Design", description: "Transformative creative work for discerning clients. Branding, design, and creative direction that elevates brands.", type: "website", siteName: "Studio Collective", images: [ { - url: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994346.jpg", - alt: "Studio Collective portfolio showcase", - }, + url: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994346.jpg", alt: "Studio Collective portfolio showcase"}, ], }, twitter: { - card: "summary_large_image", - title: "Studio Collective | Premium Creative Studio", - description: "Luxury creative work for brands that demand excellence", - images: ["http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994346.jpg"], + card: "summary_large_image", title: "Studio Collective | Premium Creative Studio", description: "Luxury creative work for brands that demand excellence", images: ["http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994346.jpg"], }, }; -- 2.49.1 From e21482a2cfa2dcfbb5171c79f3d39a6b4f05b8b0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:20:49 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 110 ++++++++++------------------------------------- 1 file changed, 23 insertions(+), 87 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 79aad5b..73bceb6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,35 +64,17 @@ export default function HomePage() { background={{ variant: "plain" }} carouselItems={[ { - id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994346.jpg", - imageAlt: "Brand Identity Project", - }, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994346.jpg", imageAlt: "Brand Identity Project"}, { - id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk_23-2150440910.jpg", - imageAlt: "Visual Design System", - }, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk_23-2150440910.jpg", imageAlt: "Visual Design System"}, { - id: "3", - imageSrc: "http://img.b2bpic.net/free-vector/mandala-cards-premium-golden-style_1017-8498.jpg", - imageAlt: "Luxury Packaging Design", - }, + id: "3", imageSrc: "http://img.b2bpic.net/free-vector/mandala-cards-premium-golden-style_1017-8498.jpg", imageAlt: "Luxury Packaging Design"}, { - id: "4", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg", - imageAlt: "Digital Interface Design", - }, + id: "4", imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg", imageAlt: "Digital Interface Design"}, { - id: "5", - imageSrc: "http://img.b2bpic.net/free-psd/creative-marketing-agency-social-media-story-design-template_47987-33977.jpg", - imageAlt: "Campaign Creative", - }, + id: "5", imageSrc: "http://img.b2bpic.net/free-psd/creative-marketing-agency-social-media-story-design-template_47987-33977.jpg", imageAlt: "Campaign Creative"}, { - id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797722.jpg", - imageAlt: "Environmental Branding", - }, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797722.jpg", imageAlt: "Environmental Branding"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -104,10 +86,7 @@ export default function HomePage() {