Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-12 04:01:49 +00:00

View File

@@ -53,21 +53,21 @@ export default function LandingPage() {
testimonials={[
{
name: "Emily C.", handle: "@emilycoffee", testimonial: "The best chocolate cake I have ever had. The espresso is consistently smooth.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-pouring-milk-into-cup-coffee-with-coffee-beans-cinnamon-sticks-grungy-grey-background-horizontal_176474-64468.jpg", imageAlt: "cozy cafe interior table"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-pouring-milk-into-cup-coffee-with-coffee-beans-cinnamon-sticks-grungy-grey-background-horizontal_176474-64468.jpg?_wi=1", imageAlt: "cozy cafe interior table"},
{
name: "Mark R.", handle: "@markbakes", testimonial: "My go-to spot for an afternoon pick-me-up. The atmosphere is lovely.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cream-pastry-bag-lady-with-baking-tool_1157-47274.jpg", imageAlt: "cozy cafe interior table"},
imageSrc: "http://img.b2bpic.net/free-photo/cream-pastry-bag-lady-with-baking-tool_1157-47274.jpg?_wi=1", imageAlt: "cozy cafe interior table"},
{
name: "Sarah J.", handle: "@sarahcake", testimonial: "Beautifully crafted pastries and wonderful service. Always a pleasure.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/homemade-raspberry-cheesecake-with-honey_114579-10988.jpg", imageAlt: "cozy cafe interior table"},
imageSrc: "http://img.b2bpic.net/free-photo/homemade-raspberry-cheesecake-with-honey_114579-10988.jpg?_wi=1", imageAlt: "cozy cafe interior table"},
{
name: "Tom W.", handle: "@tombrew", testimonial: "A hidden gem. The coffee quality is top-notch and cakes are divine.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-white-plate_1150-20889.jpg", imageAlt: "cozy cafe interior table"},
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-white-plate_1150-20889.jpg?_wi=1", imageAlt: "cozy cafe interior table"},
{
name: "Lucy K.", handle: "@lucycafe", testimonial: "Everything about this place feels like a warm hug. Simply perfect.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/traditional-velvet-cake-portion-pink-background_123827-23120.jpg", imageAlt: "cozy cafe interior table"},
imageSrc: "http://img.b2bpic.net/free-photo/traditional-velvet-cake-portion-pink-background_123827-23120.jpg?_wi=1", imageAlt: "cozy cafe interior table"},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-pouring-milk-into-cup-coffee-with-coffee-beans-cinnamon-sticks-grungy-grey-background-horizontal_176474-64468.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-pouring-milk-into-cup-coffee-with-coffee-beans-cinnamon-sticks-grungy-grey-background-horizontal_176474-64468.jpg?_wi=2"
imageAlt="Cafe interior and cake display"
avatars={[
{
@@ -98,7 +98,7 @@ export default function LandingPage() {
{
value: "100%", title: "Local Ingredients"},
]}
imageSrc="http://img.b2bpic.net/free-photo/cream-pastry-bag-lady-with-baking-tool_1157-47274.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cream-pastry-bag-lady-with-baking-tool_1157-47274.jpg?_wi=2"
imageAlt="Baking process at our cafe"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -113,11 +113,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Rich Chocolate Layer Cake", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/homemade-raspberry-cheesecake-with-honey_114579-10988.jpg"},
id: "1", name: "Rich Chocolate Layer Cake", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/homemade-raspberry-cheesecake-with-honey_114579-10988.jpg?_wi=2"},
{
id: "2", name: "Classic Butter Croissant", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-white-plate_1150-20889.jpg"},
id: "2", name: "Classic Butter Croissant", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-white-plate_1150-20889.jpg?_wi=2"},
{
id: "3", name: "Vanilla Bean Sponge Cake", price: "$5.75", imageSrc: "http://img.b2bpic.net/free-photo/traditional-velvet-cake-portion-pink-background_123827-23120.jpg"},
id: "3", name: "Vanilla Bean Sponge Cake", price: "$5.75", imageSrc: "http://img.b2bpic.net/free-photo/traditional-velvet-cake-portion-pink-background_123827-23120.jpg?_wi=2"},
{
id: "4", name: "Iced Oat Milk Latte", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_23-2148173367.jpg"},
{