Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -53,15 +53,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Priya Singh", handle: "Local Customer", testimonial: "Best staff and best service. Almost every item is available here. They really care about their customers!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/schoolgirl-showing-positive-gesture_1163-905.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/schoolgirl-showing-positive-gesture_1163-905.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Rajesh Kumar", handle: "Regular Shopper", testimonial: "Good store with many grocery items and household products. Great prices compared to other shops!", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Meera Patel", handle: "Delivery Customer", testimonial: "Convenient location and helpful staff. Love the quick delivery service they offer!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-3110.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-3110.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -97,19 +97,19 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Groceries", description: "Quality vegetables, fruits, and fresh produce daily", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-mix-wooden-bucket_114579-18579.jpg", imageAlt: "Fresh groceries display", buttonIcon: ArrowRight,
|
||||
title: "Fresh Groceries", description: "Quality vegetables, fruits, and fresh produce daily", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-mix-wooden-bucket_114579-18579.jpg?_wi=1", imageAlt: "Fresh groceries display", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Snacks & Packaged Foods", description: "Wide variety of popular snacks and packaged items", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-kind-snacks-as-nuts-crackers-cookies-bowls-white-wooden-surface-horizontal_176474-951.jpg", imageAlt: "Snacks and packaged foods", buttonIcon: ArrowRight,
|
||||
title: "Snacks & Packaged Foods", description: "Wide variety of popular snacks and packaged items", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-kind-snacks-as-nuts-crackers-cookies-bowls-white-wooden-surface-horizontal_176474-951.jpg?_wi=1", imageAlt: "Snacks and packaged foods", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Beverages", description: "Refreshing drinks and beverages for your family", imageSrc: "http://img.b2bpic.net/free-vector/family-shopping-design_1284-34952.jpg", imageAlt: "Beverage selection", buttonIcon: ArrowRight,
|
||||
title: "Beverages", description: "Refreshing drinks and beverages for your family", imageSrc: "http://img.b2bpic.net/free-vector/family-shopping-design_1284-34952.jpg?_wi=1", imageAlt: "Beverage selection", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Household Items", description: "Essential cleaning and household supplies", imageSrc: "http://img.b2bpic.net/free-photo/front-view-eco-friendly-cleaning-brushes-basket-with-solution_23-2148818472.jpg", imageAlt: "Household products", buttonIcon: ArrowRight,
|
||||
title: "Household Items", description: "Essential cleaning and household supplies", imageSrc: "http://img.b2bpic.net/free-photo/front-view-eco-friendly-cleaning-brushes-basket-with-solution_23-2148818472.jpg?_wi=1", imageAlt: "Household products", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
@@ -135,19 +135,19 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Wide Variety of Groceries", description: "Complete selection of all daily essentials and specialty items", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-mix-wooden-bucket_114579-18579.jpg", imageAlt: "Wide product selection", buttonIcon: Check,
|
||||
title: "Wide Variety of Groceries", description: "Complete selection of all daily essentials and specialty items", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-mix-wooden-bucket_114579-18579.jpg?_wi=2", imageAlt: "Wide product selection", buttonIcon: Check,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Affordable Everyday Prices", description: "Best prices on all your favorite grocery items", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-kind-snacks-as-nuts-crackers-cookies-bowls-white-wooden-surface-horizontal_176474-951.jpg", imageAlt: "Affordable pricing", buttonIcon: Check,
|
||||
title: "Affordable Everyday Prices", description: "Best prices on all your favorite grocery items", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-kind-snacks-as-nuts-crackers-cookies-bowls-white-wooden-surface-horizontal_176474-951.jpg?_wi=2", imageAlt: "Affordable pricing", buttonIcon: Check,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Convenient Location", description: "Located in Model Town Phase-3, easy to reach from anywhere in Bathinda", imageSrc: "http://img.b2bpic.net/free-photo/front-view-eco-friendly-cleaning-brushes-basket-with-solution_23-2148818472.jpg", imageAlt: "Store location", buttonIcon: MapPin,
|
||||
title: "Convenient Location", description: "Located in Model Town Phase-3, easy to reach from anywhere in Bathinda", imageSrc: "http://img.b2bpic.net/free-photo/front-view-eco-friendly-cleaning-brushes-basket-with-solution_23-2148818472.jpg?_wi=2", imageAlt: "Store location", buttonIcon: MapPin,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Home Delivery Available", description: "Fast and reliable delivery service right to your doorstep", imageSrc: "http://img.b2bpic.net/free-vector/family-shopping-design_1284-34952.jpg", imageAlt: "Delivery service", buttonIcon: Truck,
|
||||
title: "Home Delivery Available", description: "Fast and reliable delivery service right to your doorstep", imageSrc: "http://img.b2bpic.net/free-vector/family-shopping-design_1284-34952.jpg?_wi=2", imageAlt: "Delivery service", buttonIcon: Truck,
|
||||
buttonHref: "#"
|
||||
}
|
||||
]}
|
||||
@@ -170,22 +170,22 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Priya Singh", handle: "@priyasingh_bathinda", testimonial: "Best staff and best service. Almost every item is available here. They really care about their customers and it shows!", imageSrc: "http://img.b2bpic.net/free-photo/schoolgirl-showing-positive-gesture_1163-905.jpg", imageAlt: "Priya Singh"
|
||||
id: "1", name: "Priya Singh", handle: "@priyasingh_bathinda", testimonial: "Best staff and best service. Almost every item is available here. They really care about their customers and it shows!", imageSrc: "http://img.b2bpic.net/free-photo/schoolgirl-showing-positive-gesture_1163-905.jpg?_wi=2", imageAlt: "Priya Singh"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Rajesh Kumar", handle: "@rajesh_kumar_shop", testimonial: "Good store with many grocery items and household products. Great prices compared to other shops nearby!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageAlt: "Rajesh Kumar"
|
||||
id: "2", name: "Rajesh Kumar", handle: "@rajesh_kumar_shop", testimonial: "Good store with many grocery items and household products. Great prices compared to other shops nearby!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=2", imageAlt: "Rajesh Kumar"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Meera Patel", handle: "@meera_patel_home", testimonial: "Convenient location and helpful staff. Love the quick delivery service they offer to our neighborhood!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-3110.jpg", imageAlt: "Meera Patel"
|
||||
id: "3", name: "Meera Patel", handle: "@meera_patel_home", testimonial: "Convenient location and helpful staff. Love the quick delivery service they offer to our neighborhood!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-3110.jpg?_wi=2", imageAlt: "Meera Patel"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Vikram Singh", handle: "@vikram_family_shop", testimonial: "My family has been shopping here for months. Quality products, friendly service, and always fresh stock!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-woman-posing-white-background_231208-1813.jpg", imageAlt: "Vikram Singh"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Sneha Gupta", handle: "@sneha_bathinda", testimonial: "The best local grocery store in Model Town. Reasonable prices and they deliver on time every time!", imageSrc: "http://img.b2bpic.net/free-photo/schoolgirl-showing-positive-gesture_1163-905.jpg", imageAlt: "Sneha Gupta"
|
||||
id: "5", name: "Sneha Gupta", handle: "@sneha_bathinda", testimonial: "The best local grocery store in Model Town. Reasonable prices and they deliver on time every time!", imageSrc: "http://img.b2bpic.net/free-photo/schoolgirl-showing-positive-gesture_1163-905.jpg?_wi=3", imageAlt: "Sneha Gupta"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Amit Sharma", handle: "@amit_shopping", testimonial: "Finally a store that cares about quality and customer satisfaction. Highly recommend to all neighbors!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageAlt: "Amit Sharma"
|
||||
id: "6", name: "Amit Sharma", handle: "@amit_shopping", testimonial: "Finally a store that cares about quality and customer satisfaction. Highly recommend to all neighbors!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=3", imageAlt: "Amit Sharma"
|
||||
}
|
||||
]}
|
||||
speed={40}
|
||||
|
||||
Reference in New Issue
Block a user