5 Commits

Author SHA1 Message Date
f1d00ee45a Merge version_3 into main
Merge version_3 into main
2026-05-02 22:22:19 +00:00
ca838a65fa Update src/app/page.tsx 2026-05-02 22:22:13 +00:00
09e88eb9fa Merge version_2 into main
Merge version_2 into main
2026-05-02 22:20:00 +00:00
a57eb3d0ee Update src/app/page.tsx 2026-05-02 22:19:54 +00:00
4d17ea391a Merge version_1 into main
Merge version_1 into main
2026-05-02 22:17:47 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
mediaAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/sustainable-living-person-holding-groceries-shopping-bag_482257-121614.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-grocery-store_23-2148238139.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/medium-shot-woman-posing-grocery-store_23-2148238139.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/happy-male-model-african-american-man-holds-fresh-produce_482257-115892.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-family-holding-paper-shopping-bag_171337-2324.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-eyeglasses-holding-shopping-bags_23-2147823601.jpg", alt: "Customer 5" },
@@ -105,9 +105,9 @@ export default function LandingPage() {
products={[
{ id: "p1", name: "Whole Chicken", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chef-covering-raw-fish-slices-with-flour-fresh-vegetables-wood-board-flour-bowl-knife-kitchen-table-free-space_179666-46853.jpg" },
{ id: "p2", name: "Chicken Breast", price: "$5.49", imageSrc: "http://img.b2bpic.net/free-photo/fresh-chicken-meat-portions-cooking-barbecuing-with-fresh-seasoning-raw-uncooked-chicken-leg-cutting-board_1150-37844.jpg" },
{ id: "p3", name: "Drumsticks", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/supermarket-worker-organizing-position-meat-department_342744-1068.jpg" },
{ id: "p3", name: "Drumsticks", price: "$3.99", imageSrc: "http://img.b2bpic.net/supermarket-worker-organizing-position-meat-department_342744-1068.jpg" },
{ id: "p4", name: "Chicken Wings", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/assortment-frozen-food-table_23-2148969442.jpg" },
{ id: "p5", name: "Minced Chicken", price: "$6.20", imageSrc: "http://img.b2bpic.net/free-photo/bearded-meat-seller-dressed-fleece-shirt-serving-fresh-cut-meat-market_613910-16218.jpg" },
{ id: "p5", name: "Minced Chicken", price: "$6.20", imageSrc: "http://img.b2bpic.net/bearded-meat-seller-dressed-fleece-shirt-serving-fresh-cut-meat-market_613910-16218.jpg" },
{ id: "p6", name: "Chicken Thighs", price: "$5.10", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-greens-wooden-cutting-board-sackcloth_114579-52612.jpg" },
]}
title="Our Daily Fresh Selection"
@@ -148,7 +148,7 @@ export default function LandingPage() {
avatars={[
{ src: "http://img.b2bpic.net/free-photo/young-african-american-girl-holding-paper-bag-groceries-from-supermarket-very-happy-pointing-with-hand-finger_839833-5328.jpg", alt: "Sarah" },
{ src: "http://img.b2bpic.net/free-photo/portrait-young-guy-admiring-natural-delicious-tomato-camera_482257-115890.jpg", alt: "John" },
{ src: "http://img.b2bpic.net/free-photo/retail-grocery-shopping-delivery-concept-friendly-handsome-salesman-made-box-with-groceries-deli_1258-59939.jpg", alt: "Mark" },
{ src: "http://img.b2bpic.net/retail-grocery-shopping-delivery-concept-friendly-handsome-salesman-made-box-with-groceries-deli_1258-59939.jpg", alt: "Mark" },
{ src: "http://img.b2bpic.net/free-photo/man-holding-brown-paper-bag-full-fruits-vegetable-showing-thumb-up-sign_23-2147855412.jpg", alt: "Anna" },
{ src: "http://img.b2bpic.net/free-photo/happy-family-choosing-groceries_171337-2389.jpg", alt: "Elena" },
]}
@@ -165,6 +165,7 @@ export default function LandingPage() {
{ id: "f1", title: "Where is the meat sourced?", content: "Our meat is sourced from certified ethical farms." },
{ id: "f2", title: "Is the meat organic?", content: "We offer organic options daily." },
{ id: "f3", title: "How do I place an order?", content: "Visit us in store or use our mobile app." },
{ id: "f4", title: "Shipping costs (Free Delivery Over $50)", content: "We offer free local delivery on all orders over $50, with standard shipping available for a flat rate of $5.99." }
]}
title="Frequently Asked Questions"
faqsAnimation="slide-up"
@@ -191,4 +192,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}