Update src/app/page.tsx
This commit is contained in:
@@ -63,35 +63,35 @@ export default function LandingPage() {
|
||||
handle: "@alicedev",
|
||||
testimonial: "The interactive builder is so intuitive. My perfect pizza was ready in minutes!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-smiling-woman-holds-tasty-pizza-indicates-with-thumb-aside-as-shows-place-where-she-bought-it-advertises-pizzeria-wears-red-bandana-white-shirt-isolated-yellow-wall_273609-28924.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-smiling-woman-holds-tasty-pizza-indicates-with-thumb-aside-as-shows-place-where-she-bought-it-advertises-pizzeria-wears-red-bandana-white-shirt-isolated-yellow-wall_273609-28924.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Bob D.",
|
||||
handle: "@bobbuilder",
|
||||
testimonial: "AI topping suggestions are genius. I discovered flavor combinations I never imagined.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-with-bright-lips-makeup-holding-donuts_171337-18974.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-with-bright-lips-makeup-holding-donuts_171337-18974.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Charlie R.",
|
||||
handle: "@chefcharlie",
|
||||
testimonial: "As a chef, I appreciate the attention to detail in the recipe steps. Truly excellent.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-cook-white-cook-suit-holding-food-box-light-white-wall_140725-59244.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-cook-white-cook-suit-holding-food-box-light-white-wall_140725-59244.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Diana K.",
|
||||
handle: "@dianaeats",
|
||||
testimonial: "Surprise me feature is my favorite! Best random pizza ever.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-influencer-recording-nutrition-food_23-2148135481.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-influencer-recording-nutrition-food_23-2148135481.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Evan G.",
|
||||
handle: "@evang",
|
||||
testimonial: "Responsive, fast, and incredibly delicious-looking results. 5 stars!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-young-man-colored-summer-shirt-looking-happy-standing-white-background_1258-105794.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-young-man-colored-summer-shirt-looking-happy-standing-white-background_1258-105794.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
@@ -220,35 +220,35 @@ export default function LandingPage() {
|
||||
name: "Alice M.",
|
||||
handle: "@alicedev",
|
||||
testimonial: "So intuitive and fun!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-smiling-woman-holds-tasty-pizza-indicates-with-thumb-aside-as-shows-place-where-she-bought-it-advertises-pizzeria-wears-red-bandana-white-shirt-isolated-yellow-wall_273609-28924.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-smiling-woman-holds-tasty-pizza-indicates-with-thumb-aside-as-shows-place-where-she-bought-it-advertises-pizzeria-wears-red-bandana-white-shirt-isolated-yellow-wall_273609-28924.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bob D.",
|
||||
handle: "@bobbuilder",
|
||||
testimonial: "The AI is incredible.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-with-bright-lips-makeup-holding-donuts_171337-18974.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-with-bright-lips-makeup-holding-donuts_171337-18974.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Charlie R.",
|
||||
handle: "@chefcharlie",
|
||||
testimonial: "Chef approved.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-cook-white-cook-suit-holding-food-box-light-white-wall_140725-59244.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-cook-white-cook-suit-holding-food-box-light-white-wall_140725-59244.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Diana K.",
|
||||
handle: "@dianaeats",
|
||||
testimonial: "Surprise me is the best!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-influencer-recording-nutrition-food_23-2148135481.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-influencer-recording-nutrition-food_23-2148135481.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Evan G.",
|
||||
handle: "@evang",
|
||||
testimonial: "Simply perfect.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-young-man-colored-summer-shirt-looking-happy-standing-white-background_1258-105794.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-young-man-colored-summer-shirt-looking-happy-standing-white-background_1258-105794.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="What Our Crafters Say"
|
||||
@@ -271,7 +271,7 @@ export default function LandingPage() {
|
||||
handle: "@sarahcooks",
|
||||
testimonial: "The crust perfection levels are unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-smiling-woman-holds-tasty-pizza-indicates-with-thumb-aside-as-shows-place-where-she-bought-it-advertises-pizzeria-wears-red-bandana-white-shirt-isolated-yellow-wall_273609-28924.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-smiling-woman-holds-tasty-pizza-indicates-with-thumb-aside-as-shows-place-where-she-bought-it-advertises-pizzeria-wears-red-bandana-white-shirt-isolated-yellow-wall_273609-28924.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
@@ -279,7 +279,7 @@ export default function LandingPage() {
|
||||
handle: "@pizzamark",
|
||||
testimonial: "I never knew I could make restaurant-quality pizza at home.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-with-bright-lips-makeup-holding-donuts_171337-18974.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-with-bright-lips-makeup-holding-donuts_171337-18974.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
@@ -287,7 +287,7 @@ export default function LandingPage() {
|
||||
handle: "@elenaeats",
|
||||
testimonial: "Fun, fast, and the recipe generator is spot on.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-cook-white-cook-suit-holding-food-box-light-white-wall_140725-59244.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-cook-white-cook-suit-holding-food-box-light-white-wall_140725-59244.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
@@ -295,7 +295,7 @@ export default function LandingPage() {
|
||||
handle: "@tombaker",
|
||||
testimonial: "Simply the best tool I've used this year.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-influencer-recording-nutrition-food_23-2148135481.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-influencer-recording-nutrition-food_23-2148135481.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
@@ -303,7 +303,7 @@ export default function LandingPage() {
|
||||
handle: "@jennypizza",
|
||||
testimonial: "Saved my dinner party!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-young-man-colored-summer-shirt-looking-happy-standing-white-background_1258-105794.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-young-man-colored-summer-shirt-looking-happy-standing-white-background_1258-105794.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user