Merge version_1 into main #1
@@ -11,6 +11,7 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Sparkles, Award, Heart, Zap, Hammer, CheckCircle, Leaf, Star, Crown, MessageCircle } from 'lucide-react';
|
||||
import Link from 'next/link';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,7 +30,7 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
@@ -102,7 +103,7 @@ export default function LandingPage() {
|
||||
description="We believe that exceptional shoes begin with exceptional craftsmanship. Every pair is meticulously designed and manufactured to meet the highest standards of quality and comfort."
|
||||
tag="Our Story"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="fade"
|
||||
tagAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Premium Materials", description: "Sourced from the finest suppliers worldwide for unmatched quality and durability", icon: Zap
|
||||
@@ -255,6 +256,9 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Nike", "Adidas", "Puma", "New Balance", "Reebok", "Saucony", "ASICS", "Vans"
|
||||
]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-photo/close-up-athlete-tying-her-shoes_23-2148267176.jpg", "http://img.b2bpic.net/free-vector/collection-vintage-badges_23-2147508114.jpg", "http://img.b2bpic.net/free-vector/cougar-branding-logo-template_23-2149209168.jpg", "http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-collection_23-2148878068.jpg", "http://img.b2bpic.net/free-vector/perspective-logo-bright-color_1043-217.jpg", "http://img.b2bpic.net/free-photo/african-american-athlete-exercising_23-2149063646.jpg", "http://img.b2bpic.net/free-vector/basket-ball-logo_1057-7144.jpg", "http://img.b2bpic.net/free-vector/vintage-design-with-lettering-composition-dark-background_1284-53339.jpg"
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user