Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-25 08:04:33 +00:00
2 changed files with 19 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Lightbulb } from "lucide-react";
import { Lightbulb, Leaf, Footprints, Hammer } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,32 +30,32 @@ export default function LandingPage() {
{
name: "Home",
id: "home",
href: "/",
},
{
name: "Men",
id: "men",
href: "/men",
},
{
name: "Women",
id: "women",
href: "/women",
},
{
name: "Kids",
id: "kids",
href: "/kids",
},
{
name: "Sale",
id: "sale",
href: "/sale",
},
{
name: "Contact",
id: "contact",
href: "/contact",
},
]}
brandName="StrideStyle"
@@ -71,6 +71,9 @@ export default function LandingPage() {
<SplitAbout
textboxLayout="default"
useInvertedBackground={false}
names={[
"BrandForge", "StyleLabs", "FashionPulse", "UrbanSole", "EcoWear", "TrendSetters"
]}
title="Our Journey: Crafting Footwear with Passion and Purpose"
description="StrideStyle was founded on the belief that exceptional footwear should seamlessly blend innovative design, unparalleled comfort, and sustainable craftsmanship. We meticulously select premium materials and employ time-honored techniques to create shoes that not only look good but feel incredible and stand the test of time."
bulletPoints={[

View File

@@ -34,32 +34,32 @@ export default function LandingPage() {
{
name: "Home",
id: "home",
href: "/",
},
{
name: "Men",
id: "men",
href: "/men",
},
{
name: "Women",
id: "women",
href: "/women",
},
{
name: "Kids",
id: "kids",
href: "/kids",
},
{
name: "Sale",
id: "sale",
href: "/sale",
},
{
name: "Contact",
id: "contact",
href: "/contact",
},
]}
brandName="StrideStyle"
@@ -82,17 +82,17 @@ export default function LandingPage() {
{
value: "250+",
label: "New Arrivals",
icon: Sparkles,
},
{
value: "4.9",
label: "Avg. Rating",
icon: Star,
},
{
value: "Worldwide",
label: "Shipping",
icon: Package,
},
]}
enableKpiAnimation={true}