Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-06 23:50:03 +00:00

View File

@@ -135,25 +135,25 @@ export default function LandingPage() {
id: "1",
name: "iPhone 15",
price: "₹79,999",
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-white-screen_187299-46602.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-white-screen_187299-46602.jpg?_wi=1",
},
{
id: "2",
name: "Samsung TV",
price: "₹45,000",
imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170095.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170095.jpg?_wi=1",
},
{
id: "3",
name: "Laptop",
price: "₹65,000",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722699.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722699.jpg?_wi=1",
},
{
id: "4",
name: "Headphones",
price: "₹2,999",
imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170101.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170101.jpg?_wi=1",
},
{
id: "5",
@@ -220,7 +220,7 @@ export default function LandingPage() {
button: {
text: "Get Started",
},
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-white-screen_187299-46602.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-white-screen_187299-46602.jpg?_wi=2",
},
{
id: "p2",
@@ -235,7 +235,7 @@ export default function LandingPage() {
button: {
text: "Upgrade Now",
},
imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170095.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170095.jpg?_wi=2",
},
]}
/>
@@ -254,28 +254,28 @@ export default function LandingPage() {
name: "John Doe",
handle: "@johndoe",
testimonial: "Excellent service and fast delivery!",
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-white-screen_187299-46602.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-white-screen_187299-46602.jpg?_wi=3",
},
{
id: "t2",
name: "Jane Smith",
handle: "@janesmith",
testimonial: "High quality products, very satisfied.",
imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170095.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170095.jpg?_wi=3",
},
{
id: "t3",
name: "Alice Brown",
handle: "@aliceb",
testimonial: "The best shopping experience ever.",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722699.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722699.jpg?_wi=2",
},
{
id: "t4",
name: "Bob Wilson",
handle: "@bobwilson",
testimonial: "Reliable and great prices.",
imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170101.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170101.jpg?_wi=2",
},
]}
/>