Merge version_1 into main #14

Merged
bender merged 1 commits from version_1 into main 2026-03-14 10:27:21 +00:00

View File

@@ -132,12 +132,8 @@ export default function LandingPage() {
buttonAnimation="slide-up"
className="w-full py-20"
containerClassName="max-w-7xl mx-auto px-4"
titleClassName="text-4xl font-bold mb-4"
descriptionClassName="text-lg text-foreground/80 mb-12"
cardClassName="rounded-xl bg-card p-4 hover:shadow-lg transition-shadow border border-accent/10"
imageClassName="w-full h-64 object-cover rounded-lg"
textBoxTitleClassName="text-2xl font-bold"
textBoxDescriptionClassName="text-foreground/80"
/>
</div>
@@ -181,8 +177,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/clos-up-young-woman-with-crossed-legs-wearing-golden-high-heels-sitting-sofa_23-2148130327.jpg", imageAlt: "Global shoe collection"
},
{
id: "feature-trust", title: "Trusted Partnership", author: "StepWise Community", description: "Join 5000+ satisfied customers who trust us for authentic imported footwear. Real reviews from real people.", tags: ["Community", "Trusted", "Reviews"],
imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991555.jpg", imageAlt: "Customer community showcase"
id: "feature-trust", title: "Trusted Partnership", author: "StepWise Community", description: "Join 5000+ satisfied customers who trust us for authentic imported footwear. Real reviews from real people.", tags: ["Community", "Trusted", "Reviews"], imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991555.jpg", imageAlt: "Customer community showcase"
}
]}
buttons={[
@@ -191,8 +186,6 @@ export default function LandingPage() {
buttonAnimation="slide-up"
className="w-full py-20"
containerClassName="max-w-7xl mx-auto px-4"
titleClassName="text-4xl font-bold mb-4"
descriptionClassName="text-lg text-foreground/80 mb-12"
cardClassName="rounded-xl bg-card p-6 border border-accent/10 hover:border-accent/30 transition-all"
cardTitleClassName="text-xl font-bold mb-2"
authorClassName="text-sm text-accent font-medium mb-3"