Update src/app/page.tsx
This commit is contained in:
@@ -54,10 +54,10 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/creative-desktop-with-laptop-coffee-stationery-pink-grey-table-top-view-flat-lay_501050-658.jpg", imageAlt: "Minimalist workspace" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-marketing-planning-trategy-graph_53876-121052.jpg", imageAlt: "Brand identity project" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-business-card_23-2149277802.jpg", imageAlt: "Digital product design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mixed-race-women-coworkers-discuss-ideas-project-share-opinion-with-each-other-prepare-presentation-architectural-sketches-new-building-pose-desktop-with-papers-around_273609-50602.jpg", imageAlt: "Marketing campaign" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/gold-foil-business-card-template_79603-1477.jpg", imageAlt: "Packaging design" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-marketing-planning-trategy-graph_53876-121052.jpg?_wi=1", imageAlt: "Brand identity project" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-business-card_23-2149277802.jpg?_wi=1", imageAlt: "Digital product design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mixed-race-women-coworkers-discuss-ideas-project-share-opinion-with-each-other-prepare-presentation-architectural-sketches-new-building-pose-desktop-with-papers-around_273609-50602.jpg?_wi=1", imageAlt: "Marketing campaign" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/gold-foil-business-card-template_79603-1477.jpg?_wi=1", imageAlt: "Packaging design" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -85,13 +85,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Strategic Research", description: "Deep market analysis and audience insights inform every design decision we make.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/business-marketing-planning-trategy-graph_53876-121052.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-business-card_23-2149277802.jpg" }
|
||||
title: "Strategic Research", description: "Deep market analysis and audience insights inform every design decision we make.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/business-marketing-planning-trategy-graph_53876-121052.jpg?_wi=2" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-business-card_23-2149277802.jpg?_wi=2" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Minimal Design Systems", description: "Elegant, purposeful systems that scale your brand across all touchpoints with consistency.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mixed-race-women-coworkers-discuss-ideas-project-share-opinion-with-each-other-prepare-presentation-architectural-sketches-new-building-pose-desktop-with-papers-around_273609-50602.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/gold-foil-business-card-template_79603-1477.jpg" }
|
||||
title: "Minimal Design Systems", description: "Elegant, purposeful systems that scale your brand across all touchpoints with consistency.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mixed-race-women-coworkers-discuss-ideas-project-share-opinion-with-each-other-prepare-presentation-architectural-sketches-new-building-pose-desktop-with-papers-around_273609-50602.jpg?_wi=2" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/gold-foil-business-card-template_79603-1477.jpg?_wi=2" }
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
|
||||
Reference in New Issue
Block a user