Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
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 TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
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() {
|
export default function SneakElitePage() {
|
||||||
return (
|
return (
|
||||||
@@ -52,7 +52,7 @@ export default function SneakElitePage() {
|
|||||||
]}
|
]}
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
dashboard={{
|
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: [
|
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: Home },
|
||||||
{ icon: Flame, active: true },
|
{ icon: Flame, active: true },
|
||||||
|
|||||||
Reference in New Issue
Block a user