Update src/app/page.tsx
This commit is contained in:
@@ -47,11 +47,11 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-city-street-night_23-2150840677.jpg", imageAlt: "dramatic black and white street photography" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/silhouette-people-city_23-2149211300.jpg", imageAlt: "street photography vertical shot" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-night-streets-city_23-2149001265.jpg", imageAlt: "street photography horizontal architectural" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-beard-man-black-leather-jacket-india-model-posed-outdoor-streets-city_627829-12733.jpg", imageAlt: "black and white street candid" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sportsman-warming-up-before-running_23-2147757979.jpg", imageAlt: "architectural detail street photography" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-sustainable-mobility_23-2149290912.jpg", imageAlt: "city crowd street photography" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/silhouette-people-city_23-2149211300.jpg?_wi=1", imageAlt: "street photography vertical shot" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-night-streets-city_23-2149001265.jpg?_wi=1", imageAlt: "street photography horizontal architectural" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-beard-man-black-leather-jacket-india-model-posed-outdoor-streets-city_627829-12733.jpg?_wi=1", imageAlt: "black and white street candid" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sportsman-warming-up-before-running_23-2147757979.jpg?_wi=1", imageAlt: "architectural detail street photography" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-sustainable-mobility_23-2149290912.jpg?_wi=1", imageAlt: "city crowd street photography" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -82,15 +82,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "City Shadows", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-people-city_23-2149211300.jpg"},
|
||||
id: "p1", name: "City Shadows", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-people-city_23-2149211300.jpg?_wi=2"},
|
||||
{
|
||||
id: "p2", name: "Neon Dreams", price: "$175", imageSrc: "http://img.b2bpic.net/free-photo/man-night-streets-city_23-2149001265.jpg"},
|
||||
id: "p2", name: "Neon Dreams", price: "$175", imageSrc: "http://img.b2bpic.net/free-photo/man-night-streets-city_23-2149001265.jpg?_wi=2"},
|
||||
{
|
||||
id: "p3", name: "Platform Silence", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-beard-man-black-leather-jacket-india-model-posed-outdoor-streets-city_627829-12733.jpg"},
|
||||
id: "p3", name: "Platform Silence", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-beard-man-black-leather-jacket-india-model-posed-outdoor-streets-city_627829-12733.jpg?_wi=2"},
|
||||
{
|
||||
id: "p4", name: "Urban Grid", price: "$200", imageSrc: "http://img.b2bpic.net/free-photo/sportsman-warming-up-before-running_23-2147757979.jpg"},
|
||||
id: "p4", name: "Urban Grid", price: "$200", imageSrc: "http://img.b2bpic.net/free-photo/sportsman-warming-up-before-running_23-2147757979.jpg?_wi=2"},
|
||||
{
|
||||
id: "p5", name: "Midnight Rain", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-sustainable-mobility_23-2149290912.jpg"},
|
||||
id: "p5", name: "Midnight Rain", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-sustainable-mobility_23-2149290912.jpg?_wi=2"},
|
||||
{
|
||||
id: "p6", name: "Street Pulse", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/man-cafe-looking-camera_23-2147775895.jpg"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user