Update src/app/page.tsx

This commit is contained in:
2026-04-06 16:37:05 +00:00
parent f25d9cf227
commit 9a38ae2532

View File

@@ -70,27 +70,27 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780700.jpg",
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",
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",
imageSrc: "http://img.b2bpic.net/free-photo/desk-supplies-composition-top-view_23-2149511862.jpg?_wi=1",
imageAlt: "Professional Desk",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780700.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780700.jpg?_wi=2",
imageAlt: "Luxury Office 2",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-motion-blur-messy-light-trail-black-background_23-2148055596.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-motion-blur-messy-light-trail-black-background_23-2148055596.jpg?_wi=2",
imageAlt: "Abstract Gold 2",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/desk-supplies-composition-top-view_23-2149511862.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/desk-supplies-composition-top-view_23-2149511862.jpg?_wi=2",
imageAlt: "Professional Desk 2",
},
]}
@@ -147,37 +147,37 @@ export default function LandingPage() {
{
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",
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780700.jpg?_wi=3",
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",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-motion-blur-messy-light-trail-black-background_23-2148055596.jpg?_wi=3",
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",
imageSrc: "http://img.b2bpic.net/free-photo/desk-supplies-composition-top-view_23-2149511862.jpg?_wi=3",
imageAlt: "Consulting",
},
{
title: "Performance Optimization",
description: "Speed and precision integrated into every digital asset.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780700.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780700.jpg?_wi=4",
imageAlt: "Optimization",
},
{
title: "Content Production",
description: "Elite assets created to showcase your vision to the world.",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-motion-blur-messy-light-trail-black-background_23-2148055596.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-motion-blur-messy-light-trail-black-background_23-2148055596.jpg?_wi=4",
imageAlt: "Content",
},
{
title: "Global Logistics",
description: "Seamless execution across all channels and borders.",
imageSrc: "http://img.b2bpic.net/free-photo/desk-supplies-composition-top-view_23-2149511862.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/desk-supplies-composition-top-view_23-2149511862.jpg?_wi=4",
imageAlt: "Logistics",
},
]}