Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -44,22 +44,22 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg", imageAlt: "Cinematic filmmaking"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg?_wi=1", imageAlt: "Cinematic filmmaking"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lady-red-posing-studio_651396-1333.jpg", imageAlt: "Film production"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lady-red-posing-studio_651396-1333.jpg?_wi=1", imageAlt: "Film production"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-blogger-recording-station_1303-22004.jpg", imageAlt: "Creative direction"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-blogger-recording-station_1303-22004.jpg?_wi=1", imageAlt: "Creative direction"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-woman_23-2148503651.jpg", imageAlt: "Branded content"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-woman_23-2148503651.jpg?_wi=1", imageAlt: "Branded content"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg", imageAlt: "Documentary work"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg?_wi=2", imageAlt: "Documentary work"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-dj-huge-white-headphones-creating-music-mixing-panel-black-white-photo_627829-3781.jpg", imageAlt: "Music video production"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-dj-huge-white-headphones-creating-music-mixing-panel-black-white-photo_627829-3781.jpg?_wi=1", imageAlt: "Music video production"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -79,22 +79,22 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Nomad—A Film", price: "Documentary", imageSrc: "http://img.b2bpic.net/free-photo/lady-red-posing-studio_651396-1333.jpg", imageAlt: "Nomad documentary film"
|
||||
id: "1", name: "Nomad—A Film", price: "Documentary", imageSrc: "http://img.b2bpic.net/free-photo/lady-red-posing-studio_651396-1333.jpg?_wi=2", imageAlt: "Nomad documentary film"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Belong Campaign", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/young-male-blogger-recording-station_1303-22004.jpg", imageAlt: "Belong brand campaign"
|
||||
id: "2", name: "Belong Campaign", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/young-male-blogger-recording-station_1303-22004.jpg?_wi=2", imageAlt: "Belong brand campaign"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Luminous", price: "Music Video", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-woman_23-2148503651.jpg", imageAlt: "Luminous music video"
|
||||
id: "3", name: "Luminous", price: "Music Video", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-woman_23-2148503651.jpg?_wi=2", imageAlt: "Luminous music video"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Kinetic—Brand Identity", price: "Branded Content", imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg", imageAlt: "Kinetic brand identity film"
|
||||
id: "4", name: "Kinetic—Brand Identity", price: "Branded Content", imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg?_wi=3", imageAlt: "Kinetic brand identity film"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Perspectives", price: "Series", imageSrc: "http://img.b2bpic.net/free-photo/african-american-dj-huge-white-headphones-creating-music-mixing-panel-black-white-photo_627829-3781.jpg", imageAlt: "Perspectives documentary series"
|
||||
id: "5", name: "Perspectives", price: "Series", imageSrc: "http://img.b2bpic.net/free-photo/african-american-dj-huge-white-headphones-creating-music-mixing-panel-black-white-photo_627829-3781.jpg?_wi=2", imageAlt: "Perspectives documentary series"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Legacy", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-woman_23-2148503651.jpg", imageAlt: "Legacy commercial production"
|
||||
id: "6", name: "Legacy", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-woman_23-2148503651.jpg?_wi=3", imageAlt: "Legacy commercial production"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -135,7 +135,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Anna Bergström", role: "Creative Director", company: "Acne Studios", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Anna Bergström"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Anna Bergström"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Chen", role: "Brand Director", company: "Kinetic Collective", rating: 5,
|
||||
@@ -147,7 +147,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Mitchell", role: "Executive Producer", company: "Broadcast Media Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "James Mitchell"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "James Mitchell"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user