Update src/app/page.tsx
This commit is contained in:
@@ -106,7 +106,7 @@ export default function HomePage() {
|
||||
price: "Fresh Daily",
|
||||
rating: 5,
|
||||
reviewCount: "450+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-carrot-pie-with-sugar-powder_114579-17120.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-carrot-pie-with-sugar-powder_114579-17120.jpg?_wi=1",
|
||||
imageAlt: "Red Velvet Cupcake",
|
||||
},
|
||||
{
|
||||
@@ -116,7 +116,7 @@ export default function HomePage() {
|
||||
price: "Fresh Daily",
|
||||
rating: 5,
|
||||
reviewCount: "380+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-chocolate-cupcakes_23-2148654052.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-chocolate-cupcakes_23-2148654052.jpg?_wi=1",
|
||||
imageAlt: "Chocolate Jubilee Cupcake",
|
||||
},
|
||||
{
|
||||
@@ -126,7 +126,7 @@ export default function HomePage() {
|
||||
price: "Fresh Daily",
|
||||
rating: 5,
|
||||
reviewCount: "290+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-birthday-composition-with-lovely-cupcake_23-2147997591.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-birthday-composition-with-lovely-cupcake_23-2147997591.jpg?_wi=1",
|
||||
imageAlt: "Vanilla Sideshow Cupcake",
|
||||
},
|
||||
{
|
||||
@@ -136,7 +136,7 @@ export default function HomePage() {
|
||||
price: "Fresh Daily",
|
||||
rating: 5,
|
||||
reviewCount: "320+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-birthday-composition-with-lovely-cupcake_23-2147997562.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-birthday-composition-with-lovely-cupcake_23-2147997562.jpg?_wi=1",
|
||||
imageAlt: "Luscious Lemon Cupcake",
|
||||
},
|
||||
{
|
||||
@@ -146,7 +146,7 @@ export default function HomePage() {
|
||||
price: "Fresh Daily",
|
||||
rating: 5,
|
||||
reviewCount: "410+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cupcakes-with-raspberries-arrangement_23-2149162718.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cupcakes-with-raspberries-arrangement_23-2149162718.jpg?_wi=1",
|
||||
imageAlt: "Cookies and Cream Cupcake",
|
||||
},
|
||||
{
|
||||
@@ -156,7 +156,7 @@ export default function HomePage() {
|
||||
price: "Fresh Daily",
|
||||
rating: 5,
|
||||
reviewCount: "340+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-delicious-blueberry-muffins_114579-38811.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-delicious-blueberry-muffins_114579-38811.jpg?_wi=1",
|
||||
imageAlt: "Cookie Dough Cupcake",
|
||||
},
|
||||
]}
|
||||
@@ -172,7 +172,7 @@ export default function HomePage() {
|
||||
title="The Story Behind Cupcake Carnivale"
|
||||
description="Founded by pastry chef Jeffrey Jimenez, Cupcake Carnivale is an award-winning mobile cupcake truck serving the Philadelphia and New Jersey communities with artisan gourmet cupcakes baked fresh daily using the finest ingredients. We believe every cupcake should be a celebration."
|
||||
tag="Our Story"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-holding-delicious-burger-meal_23-2151433744.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-holding-delicious-burger-meal_23-2151433744.jpg?_wi=1"
|
||||
imageAlt="Cupcake Carnivale award-winning truck"
|
||||
buttons={[{ text: "Learn More", href: "/about" }]}
|
||||
useInvertedBackground={true}
|
||||
@@ -234,7 +234,7 @@ export default function HomePage() {
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-tray-with-christmas-cookies_1187-679.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-tray-with-christmas-cookies_1187-679.jpg?_wi=1"
|
||||
imageAlt="Friendly cupcake truck service"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user