Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 09:54:47 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
@@ -48,11 +48,11 @@ export default function LandingPage() {
description="Affordable homemade lunch, takeaway, and delivery. Serving office workers, students, and families with authentic Sri Lankan cuisine prepared with care since 2010."
tag="4.7 Rating • 23+ Reviews"
tagIcon={Star}
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "radial-gradient" }}
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?_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" }
{ 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" }
]}
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?_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: "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: "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"