Merge version_1 into main #4
@@ -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", 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?_wi=1", 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", imageAlt: "Cheese Deluxe Pizza"
|
||||
reviewCount: "880+", imageSrc: "http://img.b2bpic.net/free-photo/sliced-pizza-with-mushrooms-cheese_140725-7058.jpg?_wi=1", imageAlt: "Cheese Deluxe Pizza"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Teddy's Favorite", name: "Sausage & Mushroom", price: "Large", rating: 5,
|
||||
@@ -133,10 +133,10 @@ export default function LandingPage() {
|
||||
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", 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?_wi=2", imageAlt: "Classic Pepperoni Pizza"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-pizza-with-mushrooms-cheese_140725-7058.jpg", imageAlt: "Cheese Deluxe Pizza"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-pizza-with-mushrooms-cheese_140725-7058.jpg?_wi=2", imageAlt: "Cheese Deluxe Pizza"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user