Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-03 19:58:44 +00:00

View File

@@ -50,11 +50,11 @@ export default function LandingPage() {
variant: "rotated-rays-static"}}
carouselItems={[
{ id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-mussels-side-view_140725-9154.jpg" },
{ id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-vegetables-lemon-slices_140725-6207.jpg" },
{ id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/salmon-meat-fillet-steak_1203-9032.jpg" },
{ id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/sliced-eggplants-fried-tasty-round-plate-rustic-wooden-desk_179666-720.jpg" },
{ id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-sliced-fish-with-seasonings-tomatoes-cheese-dark-seafood-color-photo-snack-meat-ripe-salad_140725-92962.jpg" },
{ id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/fried-spicy-basil-leaft-with-century-egg-pork_1203-7371.jpg" },
{ id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-vegetables-lemon-slices_140725-6207.jpg?_wi=1" },
{ id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/salmon-meat-fillet-steak_1203-9032.jpg?_wi=1" },
{ id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/sliced-eggplants-fried-tasty-round-plate-rustic-wooden-desk_179666-720.jpg?_wi=1" },
{ id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-sliced-fish-with-seasonings-tomatoes-cheese-dark-seafood-color-photo-snack-meat-ripe-salad_140725-92962.jpg?_wi=1" },
{ id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/fried-spicy-basil-leaft-with-century-egg-pork_1203-7371.jpg?_wi=1" },
]}
/>
</div>
@@ -67,15 +67,15 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", name: "Signature Grilled Tilapia", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-vegetables-lemon-slices_140725-6207.jpg", imageAlt: "Grilled Tilapia"},
id: "p1", name: "Signature Grilled Tilapia", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-vegetables-lemon-slices_140725-6207.jpg?_wi=2", imageAlt: "Grilled Tilapia"},
{
id: "p2", name: "Fresh Garden Side Salad", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/salmon-meat-fillet-steak_1203-9032.jpg", imageAlt: "Fresh Garden Salad"},
id: "p2", name: "Fresh Garden Side Salad", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/salmon-meat-fillet-steak_1203-9032.jpg?_wi=2", imageAlt: "Fresh Garden Salad"},
{
id: "p3", name: "Crispy Fried Plantains", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/sliced-eggplants-fried-tasty-round-plate-rustic-wooden-desk_179666-720.jpg", imageAlt: "Fried Plantains"},
id: "p3", name: "Crispy Fried Plantains", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/sliced-eggplants-fried-tasty-round-plate-rustic-wooden-desk_179666-720.jpg?_wi=2", imageAlt: "Fried Plantains"},
{
id: "p4", name: "Tilapia Rice Platter", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-sliced-fish-with-seasonings-tomatoes-cheese-dark-seafood-color-photo-snack-meat-ripe-salad_140725-92962.jpg", imageAlt: "Tilapia Rice Platter"},
id: "p4", name: "Tilapia Rice Platter", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-sliced-fish-with-seasonings-tomatoes-cheese-dark-seafood-color-photo-snack-meat-ripe-salad_140725-92962.jpg?_wi=2", imageAlt: "Tilapia Rice Platter"},
{
id: "p5", name: "Traditional Cassava Side", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/fried-spicy-basil-leaft-with-century-egg-pork_1203-7371.jpg", imageAlt: "Traditional Cassava"},
id: "p5", name: "Traditional Cassava Side", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/fried-spicy-basil-leaft-with-century-egg-pork_1203-7371.jpg?_wi=2", imageAlt: "Traditional Cassava"},
{
id: "p6", name: "Zesty Lemon-Herb Fish", price: "$13.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-sliced-fish-with-onion-rings-dark-seafood-color-salad-meat-snack_140725-92959.jpg", imageAlt: "Zesty Lemon-Herb Fish"},
]}