Update src/app/page.tsx
This commit is contained in:
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
href: "#reviews",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-hand-holding-cell-phone-white-background_1150-6840.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-hand-holding-cell-phone-white-background_1150-6840.jpg?_wi=1"
|
||||
imageAlt="Modern Smartphone"
|
||||
/>
|
||||
</div>
|
||||
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "Titan Pro X",
|
||||
price: "$899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-paper-sheet-mobile-phone_23-2148196556.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-paper-sheet-mobile-phone_23-2148196556.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
||||
id: "4",
|
||||
name: "Budget Swift",
|
||||
price: "$299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5248.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5248.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
||||
title: "Top Performance Flagships",
|
||||
description: "The ultimate contenders for 2026.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-paper-sheet-mobile-phone_23-2148196556.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-paper-sheet-mobile-phone_23-2148196556.jpg?_wi=2",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
@@ -151,14 +151,14 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-holding-cell-phone-white-background_1150-6840.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-holding-cell-phone-white-background_1150-6840.jpg?_wi=2",
|
||||
imageAlt: "smartphone close up studio",
|
||||
},
|
||||
{
|
||||
title: "Budget Student Picks",
|
||||
description: "Best value for performance.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5248.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5248.jpg?_wi=2",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
@@ -171,7 +171,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-paper-sheet-mobile-phone_23-2148196556.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-paper-sheet-mobile-phone_23-2148196556.jpg?_wi=3",
|
||||
imageAlt: "smartphone studio isolated",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user