diff --git a/src/app/page.tsx b/src/app/page.tsx index 139e61c..7d5cf5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,11 +20,11 @@ const navItems = [ const pizzaProducts = [ { id: "1", brand: "Teddy's Classic", name: "Classic Pepperoni", price: "Large", rating: 5, - reviewCount: "950+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cooked-pizza-with-different-seasonings-dark-blue-desk_140725-80918.jpg?_wi=1", imageAlt: "Classic Pepperoni Pizza" + reviewCount: "950+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cooked-pizza-with-different-seasonings-dark-blue-desk_140725-80918.jpg", imageAlt: "Classic Pepperoni Pizza" }, { id: "2", brand: "Teddy's Premium", name: "Cheese Deluxe", price: "Large", rating: 5, - reviewCount: "880+", imageSrc: "http://img.b2bpic.net/free-photo/sliced-pizza-with-mushrooms-cheese_140725-7058.jpg?_wi=1", imageAlt: "Cheese Deluxe Pizza" + reviewCount: "880+", imageSrc: "http://img.b2bpic.net/free-photo/sliced-pizza-with-mushrooms-cheese_140725-7058.jpg", imageAlt: "Cheese Deluxe Pizza" }, { id: "3", brand: "Teddy's Favorite", name: "Sausage & Mushroom", price: "Large", rating: 5, @@ -110,7 +110,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmall" - background="circleGradient" + background="none" cardStyle="layered-gradient" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -127,16 +127,16 @@ export default function LandingPage() { tag="Family Favorite" tagIcon={Heart} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg", imageAlt: "Fresh hand-tossed pizza with melted cheese" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cooked-pizza-with-different-seasonings-dark-blue-desk_140725-80918.jpg?_wi=2", imageAlt: "Classic Pepperoni Pizza" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cooked-pizza-with-different-seasonings-dark-blue-desk_140725-80918.jpg", imageAlt: "Classic Pepperoni Pizza" }, { - imageSrc: "http://img.b2bpic.net/free-photo/sliced-pizza-with-mushrooms-cheese_140725-7058.jpg?_wi=2", imageAlt: "Cheese Deluxe Pizza" + imageSrc: "http://img.b2bpic.net/free-photo/sliced-pizza-with-mushrooms-cheese_140725-7058.jpg", imageAlt: "Cheese Deluxe Pizza" } ]} buttons={[