Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-10 09:53:29 +00:00
2 changed files with 1371 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -51,8 +51,8 @@ export default function LandingPage() {
background={{ variant: "noiseDiagonalGradient" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-food-with-rice-tomatoes_23-2148294987.jpg", imageAlt: "Fresh Sri Lankan curry rice meal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086038.jpg", imageAlt: "Delicious fried chicken kottu" },
{ imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-dish-with-rice-chicken-close-up_23-2148294955.jpg", imageAlt: "Chicken rice and curry" }
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086038.jpg?_wi=1", imageAlt: "Delicious fried chicken kottu" },
{ imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-dish-with-rice-chicken-close-up_23-2148294955.jpg?_wi=1", imageAlt: "Chicken rice and curry" }
]}
buttons={[
{ text: "Call Now - 077 928 0375", href: "tel:0779280375" },
@@ -84,8 +84,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "1", name: "Fried Chicken Kottu", price: "Rs 350", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086038.jpg", imageAlt: "Fried Chicken Kottu Roti", initialQuantity: 1 },
{ id: "2", name: "Chicken Rice & Curry", price: "Rs 400", imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-dish-with-rice-chicken-close-up_23-2148294955.jpg", imageAlt: "Chicken Rice and Curry", initialQuantity: 1 },
{ id: "1", name: "Fried Chicken Kottu", price: "Rs 350", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086038.jpg?_wi=2", imageAlt: "Fried Chicken Kottu Roti", initialQuantity: 1 },
{ id: "2", name: "Chicken Rice & Curry", price: "Rs 400", imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-dish-with-rice-chicken-close-up_23-2148294955.jpg?_wi=2", imageAlt: "Chicken Rice and Curry", initialQuantity: 1 },
{ id: "3", name: "Crispy Fried Chicken", price: "Rs 450", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-made-with-chicken-chili-basil-with-tomato-lime-kaffir-lime-leaves-garlic_1150-25718.jpg", imageAlt: "Crispy Fried Chicken", initialQuantity: 1 }
]}
gridVariant="three-columns-all-equal-width"