Merge version_1 into main #1
@@ -51,21 +51,21 @@ export default function GalleryPage() {
|
||||
id: "whole-wheat",
|
||||
name: "Whole Wheat Loaf",
|
||||
price: "$6.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basket-with-bread_23-2147717742.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basket-with-bread_23-2147717742.jpg?_wi=3",
|
||||
imageAlt: "Whole wheat artisan loaf",
|
||||
},
|
||||
{
|
||||
id: "sourdough",
|
||||
name: "Classic Sourdough",
|
||||
price: "$7.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slies-bread_1063-109.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slies-bread_1063-109.jpg?_wi=3",
|
||||
imageAlt: "Tangy sourdough bread",
|
||||
},
|
||||
{
|
||||
id: "almond-croissant",
|
||||
name: "Almond Croissant",
|
||||
price: "$4.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-cookies-with-cup-tea-candies-wooden-table_176474-2582.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-cookies-with-cup-tea-candies-wooden-table_176474-2582.jpg?_wi=3",
|
||||
imageAlt: "Gourmet almond croissant",
|
||||
},
|
||||
]}
|
||||
|
||||
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -54,42 +54,42 @@ export default function MenuPage() {
|
||||
id: "whole-wheat",
|
||||
name: "Whole Wheat Loaf",
|
||||
price: "$6.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basket-with-bread_23-2147717742.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basket-with-bread_23-2147717742.jpg?_wi=2",
|
||||
imageAlt: "Whole wheat artisan loaf",
|
||||
},
|
||||
{
|
||||
id: "sourdough",
|
||||
name: "Classic Sourdough",
|
||||
price: "$7.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slies-bread_1063-109.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slies-bread_1063-109.jpg?_wi=2",
|
||||
imageAlt: "Tangy sourdough bread",
|
||||
},
|
||||
{
|
||||
id: "almond-croissant",
|
||||
name: "Almond Croissant",
|
||||
price: "$4.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-cookies-with-cup-tea-candies-wooden-table_176474-2582.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-cookies-with-cup-tea-candies-wooden-table_176474-2582.jpg?_wi=2",
|
||||
imageAlt: "Gourmet almond croissant",
|
||||
},
|
||||
{
|
||||
id: "baguette",
|
||||
name: "Fresh Baguette",
|
||||
price: "$5.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/variety-freshly-baked-breads-plate-basket-wooden-backdrop_23-2147872515.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/variety-freshly-baked-breads-plate-basket-wooden-backdrop_23-2147872515.jpg?_wi=2",
|
||||
imageAlt: "Crispy fresh baguette",
|
||||
},
|
||||
{
|
||||
id: "cinnamon-rolls",
|
||||
name: "Cinnamon Rolls",
|
||||
price: "$3.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-kinds-chocolate-roll-cake-wooden-plates_114579-73366.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-kinds-chocolate-roll-cake-wooden-plates_114579-73366.jpg?_wi=2",
|
||||
imageAlt: "Warm cinnamon rolls",
|
||||
},
|
||||
{
|
||||
id: "croissants",
|
||||
name: "Butter Croissants",
|
||||
price: "$3.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-patties-with-cup-tea-chocolate-dark-desk-meal-pastry-dough-tea-food-patty_140725-80660.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-patties-with-cup-tea-chocolate-dark-desk-meal-pastry-dough-tea-food-patty_140725-80660.jpg?_wi=2",
|
||||
imageAlt: "Golden flaky croissants",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -69,13 +69,13 @@ export default function HomePage() {
|
||||
imageAlt: "Cozy bakery interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/variety-freshly-baked-breads-plate-basket-wooden-backdrop_23-2147872515.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/variety-freshly-baked-breads-plate-basket-wooden-backdrop_23-2147872515.jpg?_wi=1",
|
||||
imageAlt: "Fresh baguettes display",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-patties-with-cup-tea-chocolate-dark-desk-meal-pastry-dough-tea-food-patty_140725-80660.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-patties-with-cup-tea-chocolate-dark-desk-meal-pastry-dough-tea-food-patty_140725-80660.jpg?_wi=1",
|
||||
imageAlt: "Golden buttery croissants",
|
||||
},
|
||||
{
|
||||
@@ -87,7 +87,7 @@ export default function HomePage() {
|
||||
imageAlt: "Bakery display cases",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-kinds-chocolate-roll-cake-wooden-plates_114579-73366.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-kinds-chocolate-roll-cake-wooden-plates_114579-73366.jpg?_wi=1",
|
||||
imageAlt: "Warm cinnamon rolls",
|
||||
},
|
||||
]}
|
||||
@@ -150,21 +150,21 @@ export default function HomePage() {
|
||||
id: "whole-wheat",
|
||||
name: "Whole Wheat Loaf",
|
||||
price: "$6.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basket-with-bread_23-2147717742.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basket-with-bread_23-2147717742.jpg?_wi=1",
|
||||
imageAlt: "Whole wheat artisan loaf",
|
||||
},
|
||||
{
|
||||
id: "sourdough",
|
||||
name: "Classic Sourdough",
|
||||
price: "$7.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slies-bread_1063-109.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slies-bread_1063-109.jpg?_wi=1",
|
||||
imageAlt: "Tangy sourdough bread",
|
||||
},
|
||||
{
|
||||
id: "almond-croissant",
|
||||
name: "Almond Croissant",
|
||||
price: "$4.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-cookies-with-cup-tea-candies-wooden-table_176474-2582.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-cookies-with-cup-tea-candies-wooden-table_176474-2582.jpg?_wi=1",
|
||||
imageAlt: "Gourmet almond croissant",
|
||||
},
|
||||
]}
|
||||
@@ -231,7 +231,7 @@ export default function HomePage() {
|
||||
role: "Regular Customer",
|
||||
company: "Downtown Ottawa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pilates-instructor-gym_1303-23267.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pilates-instructor-gym_1303-23267.jpg?_wi=1",
|
||||
imageAlt: "Sarah Chen portrait",
|
||||
},
|
||||
{
|
||||
@@ -240,7 +240,7 @@ export default function HomePage() {
|
||||
role: "Local Business Owner",
|
||||
company: "Elgin Street Neighbor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=1",
|
||||
imageAlt: "Michael Rodriguez portrait",
|
||||
},
|
||||
{
|
||||
@@ -249,7 +249,7 @@ export default function HomePage() {
|
||||
role: "Busy Professional",
|
||||
company: "Works Nearby",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg?_wi=1",
|
||||
imageAlt: "Emily Watson portrait",
|
||||
},
|
||||
{
|
||||
@@ -258,7 +258,7 @@ export default function HomePage() {
|
||||
role: "Family Regular",
|
||||
company: "Ottawa Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-outside_23-2149249266.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-outside_23-2149249266.jpg?_wi=1",
|
||||
imageAlt: "James Park portrait",
|
||||
},
|
||||
{
|
||||
@@ -267,7 +267,7 @@ export default function HomePage() {
|
||||
role: "Longtime Customer",
|
||||
company: "Community Member",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-with-hand-stretched_23-2148373841.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-with-hand-stretched_23-2148373841.jpg?_wi=1",
|
||||
imageAlt: "Margaret Willson portrait",
|
||||
},
|
||||
{
|
||||
@@ -276,7 +276,7 @@ export default function HomePage() {
|
||||
role: "Weekend Tradition",
|
||||
company: "Elgin Street Regular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-park-admiring-autumn-nature_23-2147885780.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-park-admiring-autumn-nature_23-2147885780.jpg?_wi=1",
|
||||
imageAlt: "Garcia family portrait",
|
||||
},
|
||||
]}
|
||||
@@ -397,7 +397,7 @@ export default function HomePage() {
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-canada-map-infographic_23-2148695929.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-canada-map-infographic_23-2148695929.jpg?_wi=1"
|
||||
imageAlt="Brown Loaf Bakery location on Elgin Street"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -83,7 +83,7 @@ export default function ReviewsPage() {
|
||||
role: "Regular Customer",
|
||||
company: "Downtown Ottawa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pilates-instructor-gym_1303-23267.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pilates-instructor-gym_1303-23267.jpg?_wi=2",
|
||||
imageAlt: "Sarah Chen portrait",
|
||||
},
|
||||
{
|
||||
@@ -92,7 +92,7 @@ export default function ReviewsPage() {
|
||||
role: "Local Business Owner",
|
||||
company: "Elgin Street Neighbor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=2",
|
||||
imageAlt: "Michael Rodriguez portrait",
|
||||
},
|
||||
{
|
||||
@@ -101,7 +101,7 @@ export default function ReviewsPage() {
|
||||
role: "Busy Professional",
|
||||
company: "Works Nearby",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg?_wi=2",
|
||||
imageAlt: "Emily Watson portrait",
|
||||
},
|
||||
{
|
||||
@@ -110,7 +110,7 @@ export default function ReviewsPage() {
|
||||
role: "Family Regular",
|
||||
company: "Ottawa Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-outside_23-2149249266.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-outside_23-2149249266.jpg?_wi=2",
|
||||
imageAlt: "James Park portrait",
|
||||
},
|
||||
{
|
||||
@@ -119,7 +119,7 @@ export default function ReviewsPage() {
|
||||
role: "Longtime Customer",
|
||||
company: "Community Member",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-with-hand-stretched_23-2148373841.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-with-hand-stretched_23-2148373841.jpg?_wi=2",
|
||||
imageAlt: "Margaret Willson portrait",
|
||||
},
|
||||
{
|
||||
@@ -128,7 +128,7 @@ export default function ReviewsPage() {
|
||||
role: "Weekend Tradition",
|
||||
company: "Elgin Street Regular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-park-admiring-autumn-nature_23-2147885780.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-park-admiring-autumn-nature_23-2147885780.jpg?_wi=2",
|
||||
imageAlt: "Garcia family portrait",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -93,7 +93,7 @@ export default function VisitUsPage() {
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-canada-map-infographic_23-2148695929.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-canada-map-infographic_23-2148695929.jpg?_wi=2"
|
||||
imageAlt="Brown Loaf Bakery location on Elgin Street"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user