Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 18:03:55 +00:00

View File

@@ -9,7 +9,7 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Shoe, Star, Zap, Heart, Mail } from 'lucide-react';
import { Star, Zap, Heart, Mail } from 'lucide-react';
export default function LandingPage() {
return (
@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -46,9 +46,8 @@ export default function LandingPage() {
title="Premium Footwear Crafted for Every Journey"
description="Discover Woline LLC's exclusive collection of high-quality shoes designed with comfort, style, and sustainability in mind. From athletic performance to everyday elegance."
tag="Woline LLC Premium Shoes"
tagIcon={Shoe}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-feet-smartphone-ground_23-2148876519.jpg", imageAlt: "Premium Athletic Shoes"
@@ -194,7 +193,7 @@ export default function LandingPage() {
{ text: "Contact Support", href: "#" }
]}
buttonAnimation="blur-reveal"
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>