Merge version_1 into main #8

Merged
bender merged 1 commits from version_1 into main 2026-02-23 12:45:42 +00:00

View File

@@ -71,7 +71,7 @@ export default function LandingPage() {
</div>
<div id="products" data-section="products">
<ProductCardThree
products={[{id:"1",name:"Farm Fresh Whole Milk",price:"$4.99",imageSrc:"https://img.b2bpic.net/free-photo/bottle-milk-wooden-blue-background-flat-lay_169016-28385.jpg?_wi=1",imageAlt:"Glass bottle of fresh whole milk",initialQuantity:1},{id:"2",name:"Aged Sharp Cheddar",price:"$12.50",imageSrc:"https://img.b2bpic.net/free-photo/bottom-view-slices-cheese-brown-bread-slices-wheat-spike-wooden-table_140725-103067.jpg?_wi=1",imageAlt:"Block of aged sharp cheddar cheese",initialQuantity:1},{id:"3",name:"Creamy Goat Cheese",price:"$9.75",imageSrc:"https://img.b2bpic.net/free-photo/fresh-goat-brie-cheese_658428-22.jpg",imageAlt:"Round of creamy goat cheese",initialQuantity:1},{id:"4",name:"Natural Greek Yogurt",price:"$6.20",imageSrc:"https://img.b2bpic.net/free-photo/high-angle-delicious-dessert-jars_23-2149162643.jpg",imageAlt:"Pot of natural Greek yogurt",initialQuantity:1},{id:"5",name:"Artisan Butter",price:"$7.99",imageSrc:"https://img.b2bpic.net/free-photo/side-view-breakfast-set-with-butter-rye-bread-slices-smeared-with-jam-plate-milk-cinnamon-tea-plaid-cloth-wooden-table_141793-8314.jpg",imageAlt:"Block of artisanal butter",initialQuantity:1}]}
products={[{id:"1",name:"Farm Fresh Whole Milk",price:"$4.99",imageSrc:"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/smiling-female-student-approximately-20--1771845858654-5c229528.png",imageAlt:"Glass bottle of fresh whole milk",initialQuantity:1},{id:"2",name:"Aged Sharp Cheddar",price:"$12.50",imageSrc:"https://img.b2bpic.net/free-photo/bottom-view-slices-cheese-brown-bread-slices-wheat-spike-wooden-table_140725-103067.jpg?_wi=1",imageAlt:"Block of aged sharp cheddar cheese",initialQuantity:1},{id:"3",name:"Creamy Goat Cheese",price:"$9.75",imageSrc:"https://img.b2bpic.net/free-photo/fresh-goat-brie-cheese_658428-22.jpg",imageAlt:"Round of creamy goat cheese",initialQuantity:1},{id:"4",name:"Natural Greek Yogurt",price:"$6.20",imageSrc:"https://img.b2bpic.net/free-photo/high-angle-delicious-dessert-jars_23-2149162643.jpg",imageAlt:"Pot of natural Greek yogurt",initialQuantity:1},{id:"5",name:"Artisan Butter",price:"$7.99",imageSrc:"https://img.b2bpic.net/free-photo/side-view-breakfast-set-with-butter-rye-bread-slices-smeared-with-jam-plate-milk-cinnamon-tea-plaid-cloth-wooden-table_141793-8314.jpg",imageAlt:"Block of artisanal butter",initialQuantity:1}]}
title="Our Delicious Dairy Products"
description="Explore our selection of farm-fresh milk and artisanal cheeses, made with the highest quality ingredients."
textboxLayout="default"
@@ -122,7 +122,7 @@ export default function LandingPage() {
inputs={[{name:"name",type:"text",placeholder:"Your Name",required:true},{name:"email",type:"email",placeholder:"Your Email",required:true}]}
textarea={{name:"message",placeholder:"Tell us more...",rows:5,required:true}}
buttonText="Send Message"
imageSrc="https://img.b2bpic.net/free-photo/beautiful-shot-horses-hanging-out-ranch-countryside_181624-26308.jpg"
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/uploaded-1771850674704-2zcygfwe.mp4"
imageAlt="Country road leading to a dairy farm"
mediaAnimation="slide-up"
mediaPosition="right"