From dc821f64861eb44e7db81fa52fa9a1ceb73ee5dc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:37:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d00386f..8e920f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,9 +50,9 @@ export default function LandingPage() { { text: "See Our Work", href: "#features" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780700.jpg", imageAlt: "Luxury Office" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-motion-blur-messy-light-trail-black-background_23-2148055596.jpg", imageAlt: "Abstract Gold" }, - { imageSrc: "http://img.b2bpic.net/free-photo/desk-supplies-composition-top-view_23-2149511862.jpg", imageAlt: "Professional Desk" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780700.jpg?_wi=1", imageAlt: "Luxury Office" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-motion-blur-messy-light-trail-black-background_23-2148055596.jpg?_wi=1", imageAlt: "Abstract Gold" }, + { imageSrc: "http://img.b2bpic.net/free-photo/desk-supplies-composition-top-view_23-2149511862.jpg?_wi=1", imageAlt: "Professional Desk" }, ]} mediaAnimation="blur-reveal" /> @@ -87,9 +87,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Brand Strategy", description: "Defining your market identity with authority and gold-standard metrics.", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780700.jpg", imageAlt: "Strategy" }, - { title: "Digital Design", description: "High-end UI/UX craft that bridges luxury and performance.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-motion-blur-messy-light-trail-black-background_23-2148055596.jpg", imageAlt: "Design" }, - { title: "Creative Consulting", description: "Expert advice to steer your vision toward long-term success.", imageSrc: "http://img.b2bpic.net/free-photo/desk-supplies-composition-top-view_23-2149511862.jpg", imageAlt: "Consulting" }, + { title: "Brand Strategy", description: "Defining your market identity with authority and gold-standard metrics.", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780700.jpg?_wi=2", imageAlt: "Strategy" }, + { title: "Digital Design", description: "High-end UI/UX craft that bridges luxury and performance.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-motion-blur-messy-light-trail-black-background_23-2148055596.jpg?_wi=2", imageAlt: "Design" }, + { title: "Creative Consulting", description: "Expert advice to steer your vision toward long-term success.", imageSrc: "http://img.b2bpic.net/free-photo/desk-supplies-composition-top-view_23-2149511862.jpg?_wi=2", imageAlt: "Consulting" }, ]} title="Premium Services" description="Tailored solutions for discerning clients seeking perfection." -- 2.49.1