Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 13:27:58 +00:00

View File

@@ -52,15 +52,15 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-woman-break_23-2148339356.jpg", imageAlt: "HeatGo Smart Self Heating Tiffin Box"},
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-woman-break_23-2148339356.jpg?_wi=1", imageAlt: "HeatGo Smart Self Heating Tiffin Box"},
{
imageSrc: "http://img.b2bpic.net/free-photo/kids-healthy-food-lunchbox-with-challah-bread-dried-fruits_53876-142951.jpg", imageAlt: "HeatGo Front View"},
imageSrc: "http://img.b2bpic.net/free-photo/kids-healthy-food-lunchbox-with-challah-bread-dried-fruits_53876-142951.jpg?_wi=1", imageAlt: "HeatGo Front View"},
{
imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-japanese-bento-box_23-2148973215.jpg", imageAlt: "HeatGo Side View"},
imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-japanese-bento-box_23-2148973215.jpg?_wi=1", imageAlt: "HeatGo Side View"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-concept-luchbox_23-2148478203.jpg", imageAlt: "HeatGo Open Interior"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-concept-luchbox_23-2148478203.jpg?_wi=1", imageAlt: "HeatGo Open Interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-woman-break_23-2148339356.jpg", imageAlt: "HeatGo Premium Design"},
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-woman-break_23-2148339356.jpg?_wi=2", imageAlt: "HeatGo Premium Design"},
]}
/>
</div>
@@ -139,13 +139,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "HeatGo Premium Edition", price: "₹3,999", imageSrc: "http://img.b2bpic.net/free-photo/kids-healthy-food-lunchbox-with-challah-bread-dried-fruits_53876-142951.jpg", imageAlt: "HeatGo Front View", initialQuantity: 1,
id: "1", name: "HeatGo Premium Edition", price: "₹3,999", imageSrc: "http://img.b2bpic.net/free-photo/kids-healthy-food-lunchbox-with-challah-bread-dried-fruits_53876-142951.jpg?_wi=2", imageAlt: "HeatGo Front View", initialQuantity: 1,
},
{
id: "2", name: "HeatGo Side Profile", price: "₹3,999", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-japanese-bento-box_23-2148973215.jpg", imageAlt: "HeatGo Side View", initialQuantity: 1,
id: "2", name: "HeatGo Side Profile", price: "₹3,999", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-japanese-bento-box_23-2148973215.jpg?_wi=2", imageAlt: "HeatGo Side View", initialQuantity: 1,
},
{
id: "3", name: "HeatGo Interior Design", price: "₹3,999", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-concept-luchbox_23-2148478203.jpg", imageAlt: "HeatGo Open Interior", initialQuantity: 1,
id: "3", name: "HeatGo Interior Design", price: "₹3,999", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-concept-luchbox_23-2148478203.jpg?_wi=2", imageAlt: "HeatGo Open Interior", initialQuantity: 1,
},
]}
gridVariant="three-columns-all-equal-width"