Update src/app/page.tsx
This commit is contained in:
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pastry-bread-lifestyle-art-handcraft_1122-1791.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pastry-bread-lifestyle-art-handcraft_1122-1791.jpg?_wi=1"
|
||||
imageAlt="Fresh bakery items"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -151,7 +151,7 @@ export default function LandingPage() {
|
||||
description: "We treat every customer like family.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535278.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535278.jpg?_wi=1"
|
||||
imageAlt="Bakery owner"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -169,21 +169,21 @@ export default function LandingPage() {
|
||||
name: "Conchas",
|
||||
price: "$2.50",
|
||||
variant: "Authentic Mexican Bread",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastries-with-kernels-wooden-board-with-various-nuts_114579-50444.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastries-with-kernels-wooden-board-with-various-nuts_114579-50444.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Glazed Donuts",
|
||||
price: "$1.50",
|
||||
variant: "Fresh Daily",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-donut-with-raspberries_23-2151950852.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-donut-with-raspberries_23-2151950852.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anniversary Cake",
|
||||
price: "$45.00+",
|
||||
variant: "Custom Made",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232363.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232363.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -231,7 +231,7 @@ export default function LandingPage() {
|
||||
description: "Every item is baked fresh from scratch, every single day.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Award,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pastry-bread-lifestyle-art-handcraft_1122-1791.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pastry-bread-lifestyle-art-handcraft_1122-1791.jpg?_wi=2",
|
||||
imageAlt: "High angle of woman decorating pan de muerto with sugar",
|
||||
},
|
||||
{
|
||||
@@ -239,7 +239,7 @@ export default function LandingPage() {
|
||||
description: "Visit us at 3561 Shelby St, just 5 minutes from Fountain Square.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: MapPin,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535278.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535278.jpg?_wi=2",
|
||||
imageAlt: "High angle of woman decorating pan de muerto with sugar",
|
||||
},
|
||||
]}
|
||||
@@ -261,7 +261,7 @@ export default function LandingPage() {
|
||||
quote: "My favorite thing is the bread, oh, so fresh and tasty.",
|
||||
tag: "Bakery",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-shirt-happily-looking-camera-while-eating-chocolate-cake-yellow-background_574295-5388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pastry-bread-lifestyle-art-handcraft_1122-1791.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pastry-bread-lifestyle-art-handcraft_1122-1791.jpg?_wi=3",
|
||||
imageAlt: "happy customer portrait bakery",
|
||||
},
|
||||
{
|
||||
@@ -272,7 +272,7 @@ export default function LandingPage() {
|
||||
quote: "The best place to have pan dulce that I had.",
|
||||
tag: "Bakery",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-caucasian-female-with-short-dark-hair-white-sweater-holds-white-box-with-lot-big-white-marshmallows_132075-9167.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535278.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535278.jpg?_wi=3",
|
||||
imageAlt: "happy customer portrait bakery",
|
||||
},
|
||||
{
|
||||
@@ -283,7 +283,7 @@ export default function LandingPage() {
|
||||
quote: "The cookies were super soft and delicious as well as the Danish.",
|
||||
tag: "Bakery",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-woman-shopping_23-2147652127.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastries-with-kernels-wooden-board-with-various-nuts_114579-50444.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastries-with-kernels-wooden-board-with-various-nuts_114579-50444.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait bakery",
|
||||
},
|
||||
{
|
||||
@@ -294,7 +294,7 @@ export default function LandingPage() {
|
||||
quote: "Ordered a cake for a special anniversary party and it was a hit!",
|
||||
tag: "Bakery",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-donut-with-raspberries_23-2151950852.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-donut-with-raspberries_23-2151950852.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait bakery",
|
||||
},
|
||||
{
|
||||
@@ -305,7 +305,7 @@ export default function LandingPage() {
|
||||
quote: "Fantastic pastry shop! Great donuts, beautiful and yummy.",
|
||||
tag: "Bakery",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-female-baker-wearing-apron-looking-camera_23-2148189096.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232363.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232363.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait bakery",
|
||||
},
|
||||
]}
|
||||
@@ -349,7 +349,7 @@ export default function LandingPage() {
|
||||
tag="Contact Us"
|
||||
title="Place Your Order Today"
|
||||
description="Have questions about custom cakes or bulk orders? Send us an email at Panaderiadebarrio@icloud.com or visit us in store."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pastry-bread-lifestyle-art-handcraft_1122-1791.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pastry-bread-lifestyle-art-handcraft_1122-1791.jpg?_wi=4"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user