Update src/app/page.tsx
This commit is contained in:
@@ -72,37 +72,37 @@ export default function HomePage() {
|
||||
{
|
||||
id: "1",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/abstract-blur-supermarket_1339-5842.jpg",
|
||||
"http://img.b2bpic.net/free-photo/abstract-blur-supermarket_1339-5842.jpg?_wi=1",
|
||||
imageAlt: "Premium supermarket interior with organized shelves",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-copy-space-broccoli-with-bell-peppers-basket-wooden-background_141793-49580.jpg",
|
||||
"http://img.b2bpic.net/free-photo/top-view-copy-space-broccoli-with-bell-peppers-basket-wooden-background_141793-49580.jpg?_wi=1",
|
||||
imageAlt: "Fresh produce section with vibrant vegetables and fruits",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/joyful-little-girl-sitting-shopping-cart_171337-2373.jpg",
|
||||
"http://img.b2bpic.net/free-photo/joyful-little-girl-sitting-shopping-cart_171337-2373.jpg?_wi=1",
|
||||
imageAlt: "Imported products and international grocery items",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/baked-breads-buns-kept-shelf_1170-2304.jpg",
|
||||
"http://img.b2bpic.net/free-photo/baked-breads-buns-kept-shelf_1170-2304.jpg?_wi=1",
|
||||
imageAlt: "Fresh bakery items and bread selection",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-examining-organic-pantry-supplies_482257-76526.jpg",
|
||||
"http://img.b2bpic.net/free-photo/man-examining-organic-pantry-supplies_482257-76526.jpg?_wi=1",
|
||||
imageAlt: "Clean checkout area with friendly staff",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/elegant-women-with-shopping-bags-city_1157-26762.jpg",
|
||||
"http://img.b2bpic.net/free-photo/elegant-women-with-shopping-bags-city_1157-26762.jpg?_wi=1",
|
||||
imageAlt: "Springs Store DHA storefront in DHA Karachi",
|
||||
},
|
||||
]}
|
||||
@@ -205,7 +205,7 @@ export default function HomePage() {
|
||||
price: "Weekly Fresh",
|
||||
variant: "Vegetables, Fruits, Organic",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/peppers-woode-tray-with-zucchini-garlics_114579-6109.jpg",
|
||||
"http://img.b2bpic.net/free-photo/peppers-woode-tray-with-zucchini-garlics_114579-6109.jpg?_wi=1",
|
||||
imageAlt: "Fresh vegetables and fruits",
|
||||
},
|
||||
{
|
||||
@@ -214,7 +214,7 @@ export default function HomePage() {
|
||||
price: "Premium Selection",
|
||||
variant: "International Brands, Specialty",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fresh-organic-vegetables-crate-market-stall_23-2147916200.jpg",
|
||||
"http://img.b2bpic.net/free-photo/fresh-organic-vegetables-crate-market-stall_23-2147916200.jpg?_wi=1",
|
||||
imageAlt: "International imported grocery items",
|
||||
},
|
||||
{
|
||||
@@ -223,7 +223,7 @@ export default function HomePage() {
|
||||
price: "Daily Fresh Baked",
|
||||
variant: "Bread, Pastries, Cakes",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/spanics-sandwich_1398-5161.jpg",
|
||||
"http://img.b2bpic.net/free-photo/spanics-sandwich_1398-5161.jpg?_wi=1",
|
||||
imageAlt: "Fresh baked goods and bread",
|
||||
},
|
||||
{
|
||||
@@ -232,7 +232,7 @@ export default function HomePage() {
|
||||
price: "Safe & Quality",
|
||||
variant: "Formula, Diapers, Care",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall-interior_1203-7843.jpg",
|
||||
"http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall-interior_1203-7843.jpg?_wi=1",
|
||||
imageAlt: "Baby care and formula products",
|
||||
},
|
||||
{
|
||||
@@ -241,7 +241,7 @@ export default function HomePage() {
|
||||
price: "Trusted Brands",
|
||||
variant: "Skincare, Makeup, Personal Care",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-eco-friendly-cleaning-products-set-with-soap-cotton-swabs_23-2148818490.jpg",
|
||||
"http://img.b2bpic.net/free-photo/front-view-eco-friendly-cleaning-products-set-with-soap-cotton-swabs_23-2148818490.jpg?_wi=1",
|
||||
imageAlt: "Cosmetics and beauty products",
|
||||
},
|
||||
{
|
||||
@@ -250,7 +250,7 @@ export default function HomePage() {
|
||||
price: "Health & Wellness",
|
||||
variant: "Medicines, Supplements, Health",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/african-american-pharmacist-cashier-working-drugstore-hospital-pharmacy-african-healthcare_627829-14275.jpg",
|
||||
"http://img.b2bpic.net/free-photo/african-american-pharmacist-cashier-working-drugstore-hospital-pharmacy-african-healthcare_627829-14275.jpg?_wi=1",
|
||||
imageAlt: "Pharmacy and health products",
|
||||
},
|
||||
]}
|
||||
@@ -285,7 +285,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Access to 1000+ imported products from around the world. Premium brands and specialty items not found elsewhere in DHA.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-shopping-grocery-store_1303-17248.jpg",
|
||||
"http://img.b2bpic.net/free-photo/woman-shopping-grocery-store_1303-17248.jpg?_wi=1",
|
||||
imageAlt: "Display of imported premium brands",
|
||||
},
|
||||
{
|
||||
@@ -294,7 +294,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Spotlessly maintained shopping environment with organized aisles, proper temperature control, and hygienic product handling.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-looking-drinks-refrigerator-while-holding-vegetable-basket-grocery-store_662251-1460.jpg",
|
||||
"http://img.b2bpic.net/free-photo/woman-looking-drinks-refrigerator-while-holding-vegetable-basket-grocery-store_662251-1460.jpg?_wi=1",
|
||||
imageAlt: "Clean organized supermarket aisles",
|
||||
},
|
||||
{
|
||||
@@ -303,7 +303,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Our dedicated team is trained to assist you with product selection, availability queries, and personalized recommendations.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delivery-man-giving-groceries-order-customer_23-2149950066.jpg",
|
||||
"http://img.b2bpic.net/free-photo/delivery-man-giving-groceries-order-customer_23-2149950066.jpg?_wi=1",
|
||||
imageAlt: "Helpful store staff assisting customers",
|
||||
},
|
||||
{
|
||||
@@ -312,7 +312,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Daily fresh-baked bread, pastries, and prepared items made in-store with the finest ingredients.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delicious-types-bread-basket-long-shot_23-2148361874.jpg",
|
||||
"http://img.b2bpic.net/free-photo/delicious-types-bread-basket-long-shot_23-2148361874.jpg?_wi=1",
|
||||
imageAlt: "Fresh bakery display with baked goods",
|
||||
},
|
||||
{
|
||||
@@ -321,7 +321,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Convenient parking in Bukhari Commercial Area Phase 6. Safe and easy access for all customers.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/empty-urban-road-through-modern-city_1359-1037.jpg",
|
||||
"http://img.b2bpic.net/free-photo/empty-urban-road-through-modern-city_1359-1037.jpg?_wi=1",
|
||||
imageAlt: "Store parking area",
|
||||
},
|
||||
{
|
||||
@@ -330,7 +330,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Located in the heart of DHA Karachi for easy access. Open daily from 8 AM to 11 PM for your convenience.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1122.jpg",
|
||||
"http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1122.jpg?_wi=1",
|
||||
imageAlt: "Springs Store storefront location",
|
||||
},
|
||||
]}
|
||||
@@ -361,7 +361,7 @@ export default function HomePage() {
|
||||
"Springs Store is my go-to place for imported groceries. The quality is exceptional and the staff is so helpful. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-young-woman-pointing-camera_74855-4351.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-young-woman-pointing-camera_74855-4351.jpg?_wi=1",
|
||||
imageAlt: "Fatima Khan customer testimonial",
|
||||
},
|
||||
{
|
||||
@@ -372,7 +372,7 @@ export default function HomePage() {
|
||||
"Best supermarket in DHA. Clean, organized, and they always have what I'm looking for. Love the fresh bakery section!",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg",
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg?_wi=1",
|
||||
imageAlt: "Ahmed Hassan customer testimonial",
|
||||
},
|
||||
{
|
||||
@@ -383,7 +383,7 @@ export default function HomePage() {
|
||||
"I've been shopping at Springs for years. The consistency in quality and customer service is unmatched. Truly a premium experience.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg",
|
||||
"http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg?_wi=1",
|
||||
imageAlt: "Saira Malik customer testimonial",
|
||||
},
|
||||
{
|
||||
@@ -394,7 +394,7 @@ export default function HomePage() {
|
||||
"Great variety of imported products at reasonable prices. The store is always clean and well-stocked. Foodpanda delivery is super fast too!",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg",
|
||||
"http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg?_wi=1",
|
||||
imageAlt: "Imran Ali customer testimonial",
|
||||
},
|
||||
{
|
||||
@@ -405,7 +405,7 @@ export default function HomePage() {
|
||||
"Perfect for all my grocery shopping needs. From fresh produce to specialty items, Springs has everything. Friendly staff makes it even better.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg?_wi=1",
|
||||
imageAlt: "Hina Rauf customer testimonial",
|
||||
},
|
||||
{
|
||||
@@ -416,7 +416,7 @@ export default function HomePage() {
|
||||
"Been a loyal customer for 3 years. Springs Store is reliable, clean, and offers premium quality. Worth every visit!",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg",
|
||||
"http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg?_wi=1",
|
||||
imageAlt: "Usman Khan customer testimonial",
|
||||
},
|
||||
]}
|
||||
@@ -466,7 +466,7 @@ export default function HomePage() {
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-hotel-review-concept-background_52683-10791.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-hotel-review-concept-background_52683-10791.jpg?_wi=1"
|
||||
imageAlt="Springs Store DHA storefront"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user