Merge version_1 into main #3
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Honestly the best pizza going around.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-eat-pizza-outdoor-cafeteria_273609-44914.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-eat-pizza-outdoor-cafeteria_273609-44914.jpg?_wi=1"},
|
||||
{
|
||||
id: "2", name: "Michael C.", handle: "@michealc", testimonial: "These are the BEST pizzas we have ever eaten.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895433.jpg"},
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-eating-slice-sausage-pizza-restaurant_140725-5031.jpg"},
|
||||
{
|
||||
id: "5", name: "James L.", handle: "@jamesl", testimonial: "The crust is unreal, definitely a hidden gem.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-eat-pizza-outdoor-cafeteria_273609-44914.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-eat-pizza-outdoor-cafeteria_273609-44914.jpg?_wi=2"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Adelaide’s Hidden Pizza Obsession"
|
||||
@@ -107,23 +107,23 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 1,
|
||||
title: "Hand-Crafted Daily", description: "Fresh dough made every morning.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-ingredients_23-2148765305.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-ingredients_23-2148765305.jpg?_wi=1"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-wooden-background_23-2148574221.jpg"}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-wooden-background_23-2148574221.jpg?_wi=1"}
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Premium Ingredients", description: "Only the finest, locally sourced toppings.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-raw-meat-onions-pita-bread_140725-3525.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-raw-meat-onions-pita-bread_140725-3525.jpg?_wi=1"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-ingredients_23-2148765305.jpg"}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-ingredients_23-2148765305.jpg?_wi=2"}
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Detroit Style Focus", description: "Limited daily batches of our signature style.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-wooden-background_23-2148574221.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-wooden-background_23-2148574221.jpg?_wi=2"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-raw-meat-onions-pita-bread_140725-3525.jpg"}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-raw-meat-onions-pita-bread_140725-3525.jpg?_wi=2"}
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -138,13 +138,13 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Classic", name: "Pepperoni", price: "$22", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-ingredients_23-2148765305.jpg"},
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-ingredients_23-2148765305.jpg?_wi=3"},
|
||||
{
|
||||
id: "p2", brand: "Signature", name: "Supreme", price: "$26", rating: 5,
|
||||
reviewCount: "800", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-wooden-background_23-2148574221.jpg"},
|
||||
reviewCount: "800", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-wooden-background_23-2148574221.jpg?_wi=3"},
|
||||
{
|
||||
id: "p3", brand: "Limited", name: "Detroit Style", price: "$28", rating: 5,
|
||||
reviewCount: "500", imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-raw-meat-onions-pita-bread_140725-3525.jpg"},
|
||||
reviewCount: "500", imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-raw-meat-onions-pita-bread_140725-3525.jpg?_wi=3"},
|
||||
]}
|
||||
title="The Favourites"
|
||||
description="A curated selection of our best work."
|
||||
|
||||
Reference in New Issue
Block a user