From 1c52f3e69dbf4c3e66ed20bdd27e79d57917aff0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 20:23:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b96ecdc..3d062dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,9 +49,9 @@ export default function LandingPage() { { text: "Get Started", href: "#contact" } ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/office-tools-colored-surface_23-2148182122.jpg", imageAlt: "Brand Identity Project" }, - { imageSrc: "http://img.b2bpic.net/free-photo/photographer-working-his-studio-with-photo-strips_23-2148424398.jpg", imageAlt: "Campaign Design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-wearing-sunglasses_23-2149536986.jpg", imageAlt: "Event Branding" } + { imageSrc: "http://img.b2bpic.net/free-photo/office-tools-colored-surface_23-2148182122.jpg?_wi=1", imageAlt: "Brand Identity Project" }, + { imageSrc: "http://img.b2bpic.net/free-photo/photographer-working-his-studio-with-photo-strips_23-2148424398.jpg?_wi=1", imageAlt: "Campaign Design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-wearing-sunglasses_23-2149536986.jpg?_wi=1", imageAlt: "Event Branding" } ]} autoplayDelay={5000} showDimOverlay={true} @@ -65,7 +65,7 @@ export default function LandingPage() { description="Founded in 2015" subdescription="Trusted by 200+ global brands" icon={Sparkles} - imageSrc="http://img.b2bpic.net/free-photo/office-tools-colored-surface_23-2148182122.jpg" + imageSrc="http://img.b2bpic.net/free-photo/office-tools-colored-surface_23-2148182122.jpg?_wi=2" imageAlt="Dsgn Arts Studios Team" mediaAnimation="slide-up" useInvertedBackground={false} @@ -79,16 +79,16 @@ export default function LandingPage() { tag="SERVICES" features={[ { - title: "Brand Identity", description: "Complete visual identity systems including logos, typography, color palettes, and brand guidelines that define your unique market position", imageSrc: "http://img.b2bpic.net/free-photo/office-tools-colored-surface_23-2148182122.jpg", imageAlt: "Brand Identity Service" + title: "Brand Identity", description: "Complete visual identity systems including logos, typography, color palettes, and brand guidelines that define your unique market position", imageSrc: "http://img.b2bpic.net/free-photo/office-tools-colored-surface_23-2148182122.jpg?_wi=3", imageAlt: "Brand Identity Service" }, { - title: "Campaigns", description: "Integrated marketing campaigns from concept to execution, combining strategic thinking with compelling visual storytelling", imageSrc: "http://img.b2bpic.net/free-photo/photographer-working-his-studio-with-photo-strips_23-2148424398.jpg", imageAlt: "Campaign Design Service" + title: "Campaigns", description: "Integrated marketing campaigns from concept to execution, combining strategic thinking with compelling visual storytelling", imageSrc: "http://img.b2bpic.net/free-photo/photographer-working-his-studio-with-photo-strips_23-2148424398.jpg?_wi=2", imageAlt: "Campaign Design Service" }, { - title: "Events", description: "Experiential branding and event design that creates memorable touchpoints between your brand and audience", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-wearing-sunglasses_23-2149536986.jpg", imageAlt: "Event Branding Service" + title: "Events", description: "Experiential branding and event design that creates memorable touchpoints between your brand and audience", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-wearing-sunglasses_23-2149536986.jpg?_wi=2", imageAlt: "Event Branding Service" }, { - title: "Corporate", description: "Enterprise-level branding solutions for large organizations including brand strategy, implementation, and ongoing stewardship", imageSrc: "http://img.b2bpic.net/free-photo/office-tools-colored-surface_23-2148182122.jpg", imageAlt: "Corporate Branding Service" + title: "Corporate", description: "Enterprise-level branding solutions for large organizations including brand strategy, implementation, and ongoing stewardship", imageSrc: "http://img.b2bpic.net/free-photo/office-tools-colored-surface_23-2148182122.jpg?_wi=4", imageAlt: "Corporate Branding Service" } ]} textboxLayout="default" @@ -106,15 +106,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "DSGN ARTS", name: "TechFlow Brand Identity", price: "Brand Strategy + Visual System", rating: 5, - reviewCount: "Enterprise", imageSrc: "http://img.b2bpic.net/free-photo/office-tools-colored-surface_23-2148182122.jpg", imageAlt: "TechFlow Brand Project" + reviewCount: "Enterprise", imageSrc: "http://img.b2bpic.net/free-photo/office-tools-colored-surface_23-2148182122.jpg?_wi=5", imageAlt: "TechFlow Brand Project" }, { id: "2", brand: "DSGN ARTS", name: "Sustainify Campaign", price: "Integrated Marketing Campaign", rating: 5, - reviewCount: "Multi-channel", imageSrc: "http://img.b2bpic.net/free-photo/photographer-working-his-studio-with-photo-strips_23-2148424398.jpg", imageAlt: "Sustainify Campaign Project" + reviewCount: "Multi-channel", imageSrc: "http://img.b2bpic.net/free-photo/photographer-working-his-studio-with-photo-strips_23-2148424398.jpg?_wi=3", imageAlt: "Sustainify Campaign Project" }, { id: "3", brand: "DSGN ARTS", name: "Innovation Summit 2024", price: "Event Design & Branding", rating: 5, - reviewCount: "5000+ attendees", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-wearing-sunglasses_23-2149536986.jpg", imageAlt: "Innovation Summit Event Project" + reviewCount: "5000+ attendees", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-wearing-sunglasses_23-2149536986.jpg?_wi=3", imageAlt: "Innovation Summit Event Project" } ]} textboxLayout="default" -- 2.49.1