Update src/app/page.tsx
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user