Merge version_1 into main #1
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="SoleStyle"
|
||||
description="Discover premium footwear crafted for comfort and style. From casual everyday wear to professional elegance, find your perfect shoe."
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "#shop" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
@@ -106,13 +106,13 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentyFour
|
||||
features={[
|
||||
{
|
||||
id: "premium-quality", title: "Premium Quality", author: "Craftsmanship", description: "Every pair is meticulously crafted using the finest materials to ensure durability and comfort for years to come.", tags: ["Premium", "Durable"]
|
||||
id: "premium-quality", title: "Premium Quality", author: "Craftsmanship", description: "Every pair is meticulously crafted using the finest materials to ensure durability and comfort for years to come.", tags: ["Premium", "Durable"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-middle-aged-man-stretching-before-exercise_23-2147839299.jpg", imageAlt: "Premium quality craftsmanship"
|
||||
},
|
||||
{
|
||||
id: "sustainable", title: "Sustainable", author: "Eco-Friendly", description: "We prioritize environmental responsibility in our manufacturing process and packaging choices.", tags: ["Eco", "Green"]
|
||||
id: "sustainable", title: "Sustainable", author: "Eco-Friendly", description: "We prioritize environmental responsibility in our manufacturing process and packaging choices.", tags: ["Eco", "Green"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-middle-aged-man-stretching-before-exercise_23-2147839299.jpg", imageAlt: "Sustainable eco-friendly production"
|
||||
},
|
||||
{
|
||||
id: "comfort-tech", title: "Comfort Technology", author: "Innovation", description: "Engineered cushioning and support systems that adapt to your foot, reducing fatigue throughout the day.", tags: ["Tech", "Comfort"]
|
||||
id: "comfort-tech", title: "Comfort Technology", author: "Innovation", description: "Engineered cushioning and support systems that adapt to your foot, reducing fatigue throughout the day.", tags: ["Tech", "Comfort"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-middle-aged-man-stretching-before-exercise_23-2147839299.jpg", imageAlt: "Advanced comfort technology"
|
||||
}
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
@@ -167,10 +167,16 @@ export default function LandingPage() {
|
||||
imageAlt="SoleStyle shoe craftsmanship"
|
||||
useInvertedBackground={true}
|
||||
ariaLabel="About SoleStyle section"
|
||||
containerClassName="max-w-7xl mx-auto px-4"
|
||||
className=""
|
||||
textBoxClassName=""
|
||||
titleClassName="text-3xl font-bold mb-4"
|
||||
descriptionClassName="text-base mb-6"
|
||||
tagClassName=""
|
||||
buttonContainerClassName="flex gap-4 mt-8"
|
||||
buttonClassName=""
|
||||
buttonTextClassName=""
|
||||
mediaWrapperClassName=""
|
||||
mediaClassName=""
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user