Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -9,7 +9,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Sparkles, Star, Check, TrendingUp, Users, ShoppingBag, Globe, Award, Heart, HelpCircle, Shoe, Home, Flame, Zap, CheckCircle, Shield, Lock, CreditCard } from 'lucide-react';
|
||||
import { Sparkles, Star, Check, TrendingUp, Users, ShoppingBag, Globe, Award, Heart, HelpCircle, Footprints, Home, Flame, Zap, CheckCircle, Shield, Lock, CreditCard } from 'lucide-react';
|
||||
|
||||
export default function SneakElitePage() {
|
||||
return (
|
||||
@@ -52,7 +52,7 @@ export default function SneakElitePage() {
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Sneaker Market Insights", logoIcon: Shoe,
|
||||
title: "Sneaker Market Insights", logoIcon: Footprints,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/young-pensive-guy-wearing-shirt-sitting-stairs-outside-near-building-with-industrial-exterior_613910-18357.jpg", imageAlt: "Premium sneaker showcase", searchPlaceholder: "Search by brand or collection...", sidebarItems: [
|
||||
{ icon: Home },
|
||||
{ icon: Flame, active: true },
|
||||
|
||||
Reference in New Issue
Block a user