Update src/app/page.tsx
This commit is contained in:
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
handle: "@ahmedtech",
|
||||
testimonial: "Excellent service and mint condition iPhone. Been using for 6 months, zero issues.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150084001.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150084001.jpg?_wi=1",
|
||||
imageAlt: "luxury tech retail display",
|
||||
},
|
||||
{
|
||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
handle: "@saratech",
|
||||
testimonial: "Staff at the Karama branch were super helpful. Honest advice, no pressure.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-phone-case-white-surface_187299-47253.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-phone-case-white-surface_187299-47253.jpg?_wi=1",
|
||||
imageAlt: "luxury tech retail display",
|
||||
},
|
||||
{
|
||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
||||
handle: "@johndubai",
|
||||
testimonial: "Fast, reliable, and way better than buying new. Will come back for upgrades.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/opened-notebook-near-glasses-plant_23-2147768912.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/opened-notebook-near-glasses-plant_23-2147768912.jpg?_wi=1",
|
||||
imageAlt: "luxury tech retail display",
|
||||
},
|
||||
{
|
||||
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
||||
handle: "@fatimatech",
|
||||
testimonial: "Mint condition MacBook Pro! Best value in Sharjah, highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-clay-phone-perspective-view-dark-background_187299-35338.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-clay-phone-perspective-view-dark-background_187299-35338.jpg?_wi=1",
|
||||
imageAlt: "luxury tech retail display",
|
||||
},
|
||||
{
|
||||
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
handle: "@rahulp",
|
||||
testimonial: "Very knowledgeable staff. Helped me pick the right device for my design work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722697.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722697.jpg?_wi=1",
|
||||
imageAlt: "luxury tech retail display",
|
||||
},
|
||||
]}
|
||||
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
||||
href: "#reviews",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150084001.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150084001.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-showing-mobile-phone_23-2147959061.jpg",
|
||||
@@ -170,25 +170,25 @@ export default function LandingPage() {
|
||||
id: "p1",
|
||||
name: "iPhone 15 Pro",
|
||||
price: "AED 3,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-phone-case-white-surface_187299-47253.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-phone-case-white-surface_187299-47253.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "MacBook Pro M2",
|
||||
price: "AED 4,899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/opened-notebook-near-glasses-plant_23-2147768912.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/opened-notebook-near-glasses-plant_23-2147768912.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "iPad Pro 12.9",
|
||||
price: "AED 2,599",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-clay-phone-perspective-view-dark-background_187299-35338.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-clay-phone-perspective-view-dark-background_187299-35338.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Apple Watch S9",
|
||||
price: "AED 1,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722697.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722697.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
|
||||
Reference in New Issue
Block a user