Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-09 20:27:45 +00:00
2 changed files with 1383 additions and 16 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -54,19 +54,19 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8581.jpg", imageAlt: "Bright NYC convenience store interior with neon lights"
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8581.jpg?_wi=1", imageAlt: "Bright NYC convenience store interior with neon lights"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/long-exposure-street-city_107420-95732.jpg", imageAlt: "Convenience store exterior glowing at night"
imageSrc: "http://img.b2bpic.net/free-photo/long-exposure-street-city_107420-95732.jpg?_wi=1", imageAlt: "Convenience store exterior glowing at night"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/couple-shopping-food_53876-30645.jpg", imageAlt: "Organized candy and snacks display"
imageSrc: "http://img.b2bpic.net/free-photo/couple-shopping-food_53876-30645.jpg?_wi=1", imageAlt: "Organized candy and snacks display"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-healthy-life-composition-with-fruit-juice_23-2147914177.jpg", imageAlt: "Fully stocked cold beverage refrigerator"
imageSrc: "http://img.b2bpic.net/free-photo/modern-healthy-life-composition-with-fruit-juice_23-2147914177.jpg?_wi=1", imageAlt: "Fully stocked cold beverage refrigerator"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-watering-plants-home_23-2149383649.jpg", imageAlt: "Premium everyday essentials shelf"
imageSrc: "http://img.b2bpic.net/free-photo/woman-watering-plants-home_23-2149383649.jpg?_wi=1", imageAlt: "Premium everyday essentials shelf"
}
]}
className="h-screen"
@@ -103,15 +103,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Premium", name: "Snacks & Candy", price: "From $2.99", rating: 5,
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/couple-shopping-food_53876-30645.jpg", imageAlt: "Premium snacks and candy collection"
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/couple-shopping-food_53876-30645.jpg?_wi=2", imageAlt: "Premium snacks and candy collection"
},
{
id: "2", brand: "Refreshment", name: "Cold Drinks", price: "From $3.49", rating: 5,
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/modern-healthy-life-composition-with-fruit-juice_23-2147914177.jpg", imageAlt: "Cold beverages and energy drinks"
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/modern-healthy-life-composition-with-fruit-juice_23-2147914177.jpg?_wi=2", imageAlt: "Cold beverages and energy drinks"
},
{
id: "3", brand: "Essentials", name: "Everyday Items", price: "From $4.99", rating: 5,
reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/woman-watering-plants-home_23-2149383649.jpg", imageAlt: "Household and daily essentials"
reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/woman-watering-plants-home_23-2149383649.jpg?_wi=2", imageAlt: "Household and daily essentials"
},
{
id: "4", brand: "Specialty", name: "Accessories", price: "From $1.99", rating: 5,
@@ -133,11 +133,11 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Always Spotless", description: "Customers consistently mention how clean and organized our store is. We maintain premium standards every single day.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8581.jpg", imageAlt: "Spotless clean store interior"
title: "Always Spotless", description: "Customers consistently mention how clean and organized our store is. We maintain premium standards every single day.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8581.jpg?_wi=2", imageAlt: "Spotless clean store interior"
},
{
id: 2,
title: "Huge Selection", description: "From candy to essentials, there's always something new to try. Our carefully curated inventory means you'll find what you need.", imageSrc: "http://img.b2bpic.net/free-photo/couple-shopping-food_53876-30645.jpg", imageAlt: "Premium product selection display"
title: "Huge Selection", description: "From candy to essentials, there's always something new to try. Our carefully curated inventory means you'll find what you need.", imageSrc: "http://img.b2bpic.net/free-photo/couple-shopping-food_53876-30645.jpg?_wi=3", imageAlt: "Premium product selection display"
},
{
id: 3,
@@ -145,7 +145,7 @@ export default function LandingPage() {
},
{
id: 4,
title: "Open Late", description: "Your go-to stop when the rest of the city shuts down. We're here for you, 24/7, when you need us most.", imageSrc: "http://img.b2bpic.net/free-photo/long-exposure-street-city_107420-95732.jpg", imageAlt: "Store exterior glowing late night"
title: "Open Late", description: "Your go-to stop when the rest of the city shuts down. We're here for you, 24/7, when you need us most.", imageSrc: "http://img.b2bpic.net/free-photo/long-exposure-street-city_107420-95732.jpg?_wi=2", imageAlt: "Store exterior glowing late night"
}
]}
className="py-16 md:py-20"
@@ -193,10 +193,10 @@ export default function LandingPage() {
animationType="slide-up"
metrics={[
{
id: "1", value: "24/7", title: "Always Open", description: "Round-the-clock availability", imageSrc: "http://img.b2bpic.net/free-photo/long-exposure-street-city_107420-95732.jpg", imageAlt: "Store glowing at night"
id: "1", value: "24/7", title: "Always Open", description: "Round-the-clock availability", imageSrc: "http://img.b2bpic.net/free-photo/long-exposure-street-city_107420-95732.jpg?_wi=3", imageAlt: "Store glowing at night"
},
{
id: "2", value: "5000+", title: "Satisfied Customers", description: "Growing neighborhood loyalty", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8581.jpg", imageAlt: "Customer-filled store interior"
id: "2", value: "5000+", title: "Satisfied Customers", description: "Growing neighborhood loyalty", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8581.jpg?_wi=3", imageAlt: "Customer-filled store interior"
}
]}
className="py-16 md:py-20"
@@ -215,15 +215,15 @@ export default function LandingPage() {
products={[
{
id: "feat-1", brand: "Energy", name: "Premium Energy Drinks", price: "$3.99", rating: 5,
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/modern-healthy-life-composition-with-fruit-juice_23-2147914177.jpg", imageAlt: "Premium energy drink selection"
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/modern-healthy-life-composition-with-fruit-juice_23-2147914177.jpg?_wi=3", imageAlt: "Premium energy drink selection"
},
{
id: "feat-2", brand: "Sweets", name: "Gourmet Candy Selection", price: "$4.49", rating: 5,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/couple-shopping-food_53876-30645.jpg", imageAlt: "Gourmet candy collection"
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/couple-shopping-food_53876-30645.jpg?_wi=4", imageAlt: "Gourmet candy collection"
},
{
id: "feat-3", brand: "Essentials", name: "Late-Night Snacks", price: "$2.99", rating: 5,
reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-photo/woman-watering-plants-home_23-2149383649.jpg", imageAlt: "Late-night snack essentials"
reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-photo/woman-watering-plants-home_23-2149383649.jpg?_wi=3", imageAlt: "Late-night snack essentials"
}
]}
className="py-16 md:py-20"