Merge version_1 into main #1
@@ -16,11 +16,11 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -57,7 +57,7 @@ export default function LandingPage() {
|
||||
{ text: "Explore Colour Combos", href: "#product" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-cloth_23-2149080966.jpg"
|
||||
imageAlt="person wearing comfortable linen pants standing relaxed"
|
||||
imagePosition="right"
|
||||
@@ -81,17 +81,15 @@ export default function LandingPage() {
|
||||
description="Linen isn't just fabric. It's a feeling. Naturally breathable, lightweight, and durable, linen has been trusted for centuries to keep people comfortable in warm climates. Our cotton-linen blend enhances those qualities with added softness, structure, and everyday durability."
|
||||
features={[
|
||||
{
|
||||
id: "breathable", title: "Naturally Breathable", author: "PantsByBasics", description: "Linen's unique fiber structure allows superior airflow, keeping you cool throughout the day without compromising style.", tags: ["Comfort", "Natural"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hessian-fabric-material-texture_23-2148402327.jpg", imageAlt: "close up linen fabric weave texture natural fiber"
|
||||
id: "breathable", title: "Naturally Breathable", author: "PantsByBasics", description: "Linen's unique fiber structure allows superior airflow, keeping you cool throughout the day without compromising style.", tags: ["Comfort", "Natural"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-hessian-fabric-material-texture_23-2148402327.jpg", imageAlt: "close up linen fabric weave texture natural fiber"
|
||||
},
|
||||
{
|
||||
id: "durable", title: "Built to Last", author: "PantsByBasics", description: "Our cotton-linen blend is engineered for durability, maintaining softness and structure even after repeated washes and wear.", tags: ["Quality", "Craftsmanship"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-knitting-ornaments-with-red-thread_114579-11671.jpg", imageAlt: "quality linen fabric rolled stacked natural material"
|
||||
id: "durable", title: "Built to Last", author: "PantsByBasics", description: "Our cotton-linen blend is engineered for durability, maintaining softness and structure even after repeated washes and wear.", tags: ["Quality", "Craftsmanship"], imageSrc: "http://img.b2bpic.net/free-photo/woman-knitting-ornaments-with-red-thread_114579-11671.jpg", imageAlt: "quality linen fabric rolled stacked natural material"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="reveal-blur"
|
||||
animationType="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -107,7 +105,7 @@ export default function LandingPage() {
|
||||
{ id: "5", value: "Thoughtful", description: "Elastic waistband with drawstring and fly" },
|
||||
{ id: "6", value: "Versatile", description: "Polished enough for any occasion" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -144,19 +142,16 @@ export default function LandingPage() {
|
||||
tag="Shop The Collection"
|
||||
products={[
|
||||
{
|
||||
id: "natural", brand: "PantsByBasics", name: "Natural Linen Lowers", price: "₹4,999", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-outdoors-still-life_23-2150756273.jpg", imageAlt: "natural cream beige linen pants flat lay display"
|
||||
id: "natural", brand: "PantsByBasics", name: "Natural Linen Lowers", price: "₹4,999", rating: 5, reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-outdoors-still-life_23-2150756273.jpg", imageAlt: "natural cream beige linen pants flat lay display"
|
||||
},
|
||||
{
|
||||
id: "olive", brand: "PantsByBasics", name: "Olive Linen Lowers", price: "₹4,999", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756266.jpg", imageAlt: "olive green linen pants flat lay premium display"
|
||||
id: "olive", brand: "PantsByBasics", name: "Olive Linen Lowers", price: "₹4,999", rating: 5, reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756266.jpg", imageAlt: "olive green linen pants flat lay premium display"
|
||||
},
|
||||
{
|
||||
id: "combo", brand: "PantsByBasics", name: "Comfort Duo Bundle", price: "₹8,499", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/mexican-culture-with-colorful-fabrics_23-2149672967.jpg", imageAlt: "linen pants bundle two colors natural olive display"
|
||||
id: "combo", brand: "PantsByBasics", name: "Comfort Duo Bundle", price: "₹8,499", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/mexican-culture-with-colorful-fabrics_23-2149672967.jpg", imageAlt: "linen pants bundle two colors natural olive display"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="scale-rotate"
|
||||
|
||||
Reference in New Issue
Block a user