From 96966ad1643ada2c6a202f8ee3c83071c9e5505a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:54:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e032e9d..cecacc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1