Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-16 10:08:55 +00:00

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#features" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/view-textured-fur-fabric_23-2149600297.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-textured-fur-fabric_23-2149600297.jpg?_wi=1"
imageAlt="Marshmallow Cooling Comforter"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -82,13 +82,13 @@ export default function LandingPage() {
description="Premium cooling comforters crafted for the perfect night's sleep. Available in multiple sizes to fit your needs."
products={[
{
id: "twin", name: "Marshmallow Twin", price: "$189", variant: "Twin Size", imageSrc: "http://img.b2bpic.net/free-photo/plus-size-person-doing-indoor-house-activities_52683-107881.jpg", imageAlt: "Twin Size Cooling Comforter"
id: "twin", name: "Marshmallow Twin", price: "$189", variant: "Twin Size", imageSrc: "http://img.b2bpic.net/free-photo/plus-size-person-doing-indoor-house-activities_52683-107881.jpg?_wi=1", imageAlt: "Twin Size Cooling Comforter"
},
{
id: "queen", name: "Marshmallow Queen", price: "$249", variant: "Queen Size", imageSrc: "http://img.b2bpic.net/free-photo/plus-size-person-doing-indoor-house-activities_52683-107881.jpg", imageAlt: "Queen Size Cooling Comforter"
id: "queen", name: "Marshmallow Queen", price: "$249", variant: "Queen Size", imageSrc: "http://img.b2bpic.net/free-photo/plus-size-person-doing-indoor-house-activities_52683-107881.jpg?_wi=2", imageAlt: "Queen Size Cooling Comforter"
},
{
id: "king", name: "Marshmallow King", price: "$299", variant: "King Size", imageSrc: "http://img.b2bpic.net/free-photo/plus-size-person-doing-indoor-house-activities_52683-107881.jpg", imageAlt: "King Size Cooling Comforter"
id: "king", name: "Marshmallow King", price: "$299", variant: "King Size", imageSrc: "http://img.b2bpic.net/free-photo/plus-size-person-doing-indoor-house-activities_52683-107881.jpg?_wi=3", imageAlt: "King Size Cooling Comforter"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -108,18 +108,18 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Advanced Cooling Gel", description: "Infused cooling gel fibers that actively regulate temperature throughout the night, keeping you consistently cool and comfortable.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hydroalcoholic-gel-close-up_23-2148858950.jpg", imageAlt: "Cooling gel fibers" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hydroalcoholic-gel-close-up_23-2148858950.jpg", imageAlt: "Cooling gel fibers" }
title: "Advanced Cooling Gel", description: "Infused cooling gel fibers that actively regulate temperature throughout the night, keeping you consistently cool and comfortable.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hydroalcoholic-gel-close-up_23-2148858950.jpg?_wi=1", imageAlt: "Cooling gel fibers" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hydroalcoholic-gel-close-up_23-2148858950.jpg?_wi=2", imageAlt: "Cooling gel fibers" }
},
{
id: 2,
title: "Breathable Organic Cotton", description: "Made from 100% organic cotton with premium breathability, allowing air circulation while maintaining soft comfort.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/plus-size-person-doing-indoor-house-activities_52683-107881.jpg", imageAlt: "Breathable organic cotton" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/plus-size-person-doing-indoor-house-activities_52683-107881.jpg", imageAlt: "Breathable organic cotton" }
title: "Breathable Organic Cotton", description: "Made from 100% organic cotton with premium breathability, allowing air circulation while maintaining soft comfort.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/plus-size-person-doing-indoor-house-activities_52683-107881.jpg?_wi=4", imageAlt: "Breathable organic cotton" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/plus-size-person-doing-indoor-house-activities_52683-107881.jpg?_wi=5", imageAlt: "Breathable organic cotton" }
},
{
id: 3,
title: "Hypoallergenic Design", description: "Safe for sensitive skin with hypoallergenic materials and no harmful chemicals. Perfect for all sleep types.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/view-textured-fur-fabric_23-2149600297.jpg", imageAlt: "Hypoallergenic comforter" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/view-textured-fur-fabric_23-2149600297.jpg", imageAlt: "Hypoallergenic comforter" }
title: "Hypoallergenic Design", description: "Safe for sensitive skin with hypoallergenic materials and no harmful chemicals. Perfect for all sleep types.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/view-textured-fur-fabric_23-2149600297.jpg?_wi=2", imageAlt: "Hypoallergenic comforter" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/view-textured-fur-fabric_23-2149600297.jpg?_wi=3", imageAlt: "Hypoallergenic comforter" }
}
]}
showStepNumbers={true}