Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 602b3e9f63 | |||
| 6a28e852cf | |||
| 051aa686c6 | |||
| a4dad3e942 | |||
| 83554c1a39 | |||
| 0cb3494146 | |||
| 975961bb97 |
@@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import { Award, Globe, Lightbulb, MapPin, Sparkles, Star, ThumbsUp, Zap, Crown } from 'lucide-react';
|
import { Award, Globe, MapPin, ThumbsUp, Sparkles, Star, Zap, Crown } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "animated-grid" }}
|
background={{ variant: "animated-grid" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Now", href: "#products" },
|
{ text: "Shop Exclusive Collection", href: "#products" },
|
||||||
{ text: "Learn More", href: "#features" }
|
{ text: "Learn More", href: "#features" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="blur-reveal"
|
buttonAnimation="blur-reveal"
|
||||||
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
|||||||
title="Why Choose Nike"
|
title="Why Choose Nike"
|
||||||
description="Nike products are engineered with precision and innovation to meet the demands of serious athletes and everyday enthusiasts."
|
description="Nike products are engineered with precision and innovation to meet the demands of serious athletes and everyday enthusiasts."
|
||||||
tag="Innovation First"
|
tag="Innovation First"
|
||||||
tagIcon={Lightbulb}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user