Merge version_1 into main #3
@@ -50,9 +50,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-with-their-family_23-2149262158.jpg", imageAlt: "Family enjoying custard"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-with-their-family_23-2149262158.jpg?_wi=1", imageAlt: "Family enjoying custard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-with-their-family_23-2149262158.jpg", imageAlt: "Fresh custard treat"}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-with-their-family_23-2149262158.jpg?_wi=2", imageAlt: "Fresh custard treat"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -81,17 +81,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Classic Vanilla Cup", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg"},
|
||||
id: "p1", name: "Classic Vanilla Cup", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg?_wi=1"},
|
||||
{
|
||||
id: "p2", name: "Millpond Mud Sundae", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg"},
|
||||
id: "p2", name: "Millpond Mud Sundae", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg?_wi=2"},
|
||||
{
|
||||
id: "p3", name: "Birthday Custard Cake", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg"},
|
||||
id: "p3", name: "Birthday Custard Cake", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg?_wi=3"},
|
||||
{
|
||||
id: "p4", name: "Fresh Berry Swirl", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg"},
|
||||
id: "p4", name: "Fresh Berry Swirl", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg?_wi=4"},
|
||||
{
|
||||
id: "p5", name: "Family Catering Pack", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg"},
|
||||
id: "p5", name: "Family Catering Pack", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg?_wi=5"},
|
||||
{
|
||||
id: "p6", name: "Chocolate Lover’s Cone", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg"},
|
||||
id: "p6", name: "Chocolate Lover’s Cone", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-sundae_1339-2872.jpg?_wi=6"},
|
||||
]}
|
||||
title="Treats Everyone Loves"
|
||||
description="Handcrafted flavors made fresh daily in the heart of our community."
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Sarah J.", role: "Local Regular", testimonial: "The best custard in Brighton! My kids love the Millpond Mud.", imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-little-son-having-picnic-park_1303-16252.jpg"},
|
||||
id: "t1", name: "Sarah J.", role: "Local Regular", testimonial: "The best custard in Brighton! My kids love the Millpond Mud.", imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-little-son-having-picnic-park_1303-16252.jpg?_wi=1"},
|
||||
{
|
||||
id: "t2", name: "Mike T.", role: "Event Planner", testimonial: "Jackie's saved our party with an amazing custom cake. Super friendly service!", imageSrc: "http://img.b2bpic.net/free-photo/surprised-elderly-woman-holds-points-forward-with-paint-brush-isolated-white-wall_141793-70897.jpg"},
|
||||
{
|
||||
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "t4", name: "Dave K.", role: "Dessert Fan", testimonial: "Truly a community gem. Always friendly faces and perfect custard.", imageSrc: "http://img.b2bpic.net/free-photo/mature-couple_1098-16121.jpg"},
|
||||
{
|
||||
id: "t5", name: "Anna P.", role: "Mom", testimonial: "A staple of our weekly family walks on Millpond. Simply wonderful.", imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-little-son-having-picnic-park_1303-16252.jpg"},
|
||||
id: "t5", name: "Anna P.", role: "Mom", testimonial: "A staple of our weekly family walks on Millpond. Simply wonderful.", imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-little-son-having-picnic-park_1303-16252.jpg?_wi=2"},
|
||||
]}
|
||||
title="Sweet Words From Neighbors"
|
||||
description="Our customers are the best part of our day. See what they have to say."
|
||||
|
||||
Reference in New Issue
Block a user