2 Commits

Author SHA1 Message Date
3758171f02 Update src/app/shop/page.tsx 2026-05-27 02:01:48 +00:00
2770a8ab0e Merge version_2 into main
Merge version_2 into main
2026-05-27 01:55:11 +00:00

View File

@@ -2,11 +2,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import ProductCardThree from '@/components/sections/product/ProductCardThree'; import ProductCardThree from "@/components/sections/product/ProductCardThree";
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
import { Cog, Zap, Clock, Archive, Repeat, Leaf, Shield } from "lucide-react"; import { Cog, Zap, Clock, Archive, Repeat, Leaf, Shield } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -53,7 +53,13 @@ export default function LandingPage() {
{ id: "vapor-shift-shop", name: "Vapor Shift", price: "$729", imageSrc: "http://img.b2bpic.net/free-photo/cherry-print-sneakers_23-2151955832.jpg", imageAlt: "Vapor Shift sneaker, silver chrome with crimson red accents" }, { id: "vapor-shift-shop", name: "Vapor Shift", price: "$729", imageSrc: "http://img.b2bpic.net/free-photo/cherry-print-sneakers_23-2151955832.jpg", imageAlt: "Vapor Shift sneaker, silver chrome with crimson red accents" },
{ id: "quantum-leap-shop", name: "Quantum Leap", price: "$679", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005652.jpg", imageAlt: "Quantum Leap sneaker, matte black with frost white accents" }, { id: "quantum-leap-shop", name: "Quantum Leap", price: "$679", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005652.jpg", imageAlt: "Quantum Leap sneaker, matte black with frost white accents" },
{ id: "nebula-stomp-shop", name: "Nebula Stomp", price: "$619", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005685.jpg", imageAlt: "Nebula Stomp sneaker, space gray with electric blue accents" }, { id: "nebula-stomp-shop", name: "Nebula Stomp", price: "$619", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005685.jpg", imageAlt: "Nebula Stomp sneaker, space gray with electric blue accents" },
{ id: "glitch-runner-shop", name: "Glitch Runner", price: "$789", imageSrc: "http://img.b2bpic.net/free-photo/teenager-boy-stylish-clothes-posing_23-2149085218.jpg", imageAlt: "Glitch Runner sneaker, silver chrome with neon purple accents" } { id: "glitch-runner-shop", name: "Glitch Runner", price: "$789", imageSrc: "http://img.b2bpic.net/free-photo/teenager-boy-stylish-clothes-posing_23-2149085218.jpg", imageAlt: "Glitch Runner sneaker, silver chrome with neon purple accents" },
{ id: "electro-pulse-shop", name: "Electro Pulse", price: "$699", imageSrc: "http://img.b2bpic.net/free-photo/pastel-colors-3d-sneakers_23-2151853213.jpg", imageAlt: "Electro Pulse sneaker, dynamic white with electric pink highlights" },
{ id: "astro-kicks-shop", name: "Astro Kicks", price: "$719", imageSrc: "http://img.b2bpic.net/free-photo/side-view-boy-posing-studio_23-2149596269.jpg", imageAlt: "Astro Kicks sneaker, cosmic black with starry glow" },
{ id: "zenith-runner-shop", name: "Zenith Runner", price: "$759", imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074252.jpg", imageAlt: "Zenith Runner sneaker, sky blue with silver accents" },
{ id: "hyperdrive-shop", name: "Hyperdrive", price: "$829", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005702.jpg", imageAlt: "Hyperdrive sneaker, metallic gold with deep purple" },
{ id: "spectra-flux-shop", name: "Spectra Flux", price: "$749", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005721.jpg", imageAlt: "Spectra Flux sneaker, iridescent material with shifting colors" },
{ id: "dynamo-boost-shop", name: "Dynamo Boost", price: "$689", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005733.jpg", imageAlt: "Dynamo Boost sneaker, obsidian black with vibrant red accents" }
]} ]}
title="Explore Our Full Collection" title="Explore Our Full Collection"
description="Dive into the complete range of Velocity Kicks, featuring innovative designs, advanced materials, and unparalleled performance for every lifestyle." description="Dive into the complete range of Velocity Kicks, featuring innovative designs, advanced materials, and unparalleled performance for every lifestyle."