Update src/app/page.tsx
This commit is contained in:
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
handle: "@sarah_street",
|
||||
testimonial: "Fits like nothing else I own.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-grayscale-shot-small-bird-sitting-ventilation-system-wall-with-writings_181624-58322.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-grayscale-shot-small-bird-sitting-ventilation-system-wall-with-writings_181624-58322.jpg?_wi=1",
|
||||
imageAlt: "urban grainy cctv footage",
|
||||
},
|
||||
{
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
handle: "@mike_tech",
|
||||
testimonial: "Durable as hell. Built for the city.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-walking-with-his-two-kids-night-city_1353-146.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-walking-with-his-two-kids-night-city_1353-146.jpg?_wi=1",
|
||||
imageAlt: "urban grainy cctv footage",
|
||||
},
|
||||
{
|
||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
handle: "@jules_fit",
|
||||
testimonial: "This design is completely unique.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-night-city_23-2149285662.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-night-city_23-2149285662.jpg?_wi=1",
|
||||
imageAlt: "urban grainy cctv footage",
|
||||
},
|
||||
{
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
handle: "@kev_core",
|
||||
testimonial: "The fabric quality is industry-leading.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-posing_23-2148916390.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-posing_23-2148916390.jpg?_wi=1",
|
||||
imageAlt: "urban grainy cctv footage",
|
||||
},
|
||||
{
|
||||
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
handle: "@luna_wear",
|
||||
testimonial: "Finally, streetwear with a real voice.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-city-night_23-2149024755.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-city-night_23-2149024755.jpg?_wi=1",
|
||||
imageAlt: "urban grainy cctv footage",
|
||||
},
|
||||
]}
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
href: "#vault",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-grayscale-shot-small-bird-sitting-ventilation-system-wall-with-writings_181624-58322.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-grayscale-shot-small-bird-sitting-ventilation-system-wall-with-writings_181624-58322.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-glimmers-light-flares_23-2151871966.jpg",
|
||||
@@ -152,28 +152,28 @@ export default function LandingPage() {
|
||||
name: "Ghost-Tech Hoodie",
|
||||
price: "$120",
|
||||
variant: "Oversized",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-walking-with-his-two-kids-night-city_1353-146.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-walking-with-his-two-kids-night-city_1353-146.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Midnight Cargo",
|
||||
price: "$145",
|
||||
variant: "Blackout",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-night-city_23-2149285662.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-night-city_23-2149285662.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Urban Grid Tee",
|
||||
price: "$45",
|
||||
variant: "Raw Cotton",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-posing_23-2148916390.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-posing_23-2148916390.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Rooftop Jacket",
|
||||
price: "$210",
|
||||
variant: "Tech-Shell",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-city-night_23-2149024755.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-city-night_23-2149024755.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
|
||||
Reference in New Issue
Block a user