Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -53,10 +53,10 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-celebrating-senior-birthday-party-outdoors-garden_23-2150657079.jpg", imageAlt: "Cozy farmhouse dining room with warm lighting"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-celebrating-senior-birthday-party-outdoors-garden_23-2150657079.jpg?_wi=1", imageAlt: "Cozy farmhouse dining room with warm lighting"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-dressed-swimwear-taking-shower-beach_176420-5885.jpg", imageAlt: "Sunny outdoor terrace with comfortable seating"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-dressed-swimwear-taking-shower-beach_176420-5885.jpg?_wi=1", imageAlt: "Sunny outdoor terrace with comfortable seating"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -151,10 +151,10 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "indoor", name: "Rustic Indoor Dining", price: "Year-round", imageSrc: "http://img.b2bpic.net/free-photo/people-celebrating-senior-birthday-party-outdoors-garden_23-2150657079.jpg", imageAlt: "Cozy farmhouse dining room", initialQuantity: 1
|
||||
id: "indoor", name: "Rustic Indoor Dining", price: "Year-round", imageSrc: "http://img.b2bpic.net/free-photo/people-celebrating-senior-birthday-party-outdoors-garden_23-2150657079.jpg?_wi=2", imageAlt: "Cozy farmhouse dining room", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "terrace", name: "Sunny Terrace Seating", price: "Spring to Fall", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-dressed-swimwear-taking-shower-beach_176420-5885.jpg", imageAlt: "Beautiful outdoor terrace", initialQuantity: 1
|
||||
id: "terrace", name: "Sunny Terrace Seating", price: "Spring to Fall", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-dressed-swimwear-taking-shower-beach_176420-5885.jpg?_wi=2", imageAlt: "Beautiful outdoor terrace", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "private", name: "Private Group Events", price: "By Arrangement", imageSrc: "http://img.b2bpic.net/free-photo/creative-landscape-design-beautiful-house_181624-40962.jpg", imageAlt: "Farmhouse event space", initialQuantity: 1
|
||||
|
||||
Reference in New Issue
Block a user