diff --git a/src/app/product/[id]/page.tsx b/src/app/product/[id]/page.tsx index 8c6e3c9..76dcf2d 100644 --- a/src/app/product/[id]/page.tsx +++ b/src/app/product/[id]/page.tsx @@ -1,90 +1,11 @@ "use client"; -import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import ProductCardFour from "@/components/sections/product/ProductCardFour"; -import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { ShoppingCart, Instagram, Twitter, Facebook, Pinterest } from "lucide-react"; +import { Instagram, Twitter, Facebook } from "lucide-react"; export default function ProductPage() { - const navItems = [ - { name: "Home", id: "/" }, - { name: "Shop", id: "/shop" }, - { name: "Men", id: "/men" }, - { name: "Women", id: "/women" }, - { name: "About", id: "/about" }, - { name: "Contact", id: "/contact" }, - ]; - - const relatedProducts = [ - { - id: "product-002", - name: "Minimal Modern Tee", - price: "$44.99", - variant: "White • 3 Colors", - imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg?_wi=8", - imageAlt: "Minimal modern design graphic tee", - isFavorited: false, - }, - { - id: "product-003", - name: "Vibrant Artistic Print", - price: "$54.99", - variant: "Multi • 4 Colors", - imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg?_wi=9", - imageAlt: "Vibrant artistic graphic t-shirt", - isFavorited: false, - }, - { - id: "product-004", - name: "Contemporary Design Tee", - price: "$49.99", - variant: "Navy • 6 Colors", - imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg?_wi=9", - imageAlt: "Contemporary design graphic tee", - isFavorited: false, - }, - ]; - - const testimonials = [ - { - id: "1", - name: "Alex Johnson", - handle: "@alexstyle", - testimonial: "Amazing quality and design! The fit is perfect and the graphic print is stunning. Already ordered my second tee!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg?_wi=3", - imageAlt: "Alex Johnson profile", - }, - { - id: "2", - name: "Sarah Chen", - handle: "@sarahwears", - testimonial: "Love these tees! The printing is sharp, the material is soft, and the designs are so unique. Best streetwear brand ever!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-1107.jpg?_wi=3", - imageAlt: "Sarah Chen profile", - }, - { - id: "3", - name: "Marcus Williams", - handle: "@marcusfashion", - testimonial: "Great tees with excellent customer service. The designs stand out and compliments keep coming. Highly recommended!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=3", - imageAlt: "Marcus Williams profile", - }, - ]; - - const socialLinks = [ - { icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" }, - { icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" }, - { icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" }, - { icon: Pinterest, href: "https://pinterest.com", ariaLabel: "Pinterest" }, - ]; - return ( -
-
-
-
- Bold Street Statement Tee -
-
-

Bold Street Statement Tee

-

Black • 5 Colors Available

-

$49.99

-

- Elevate your streetwear game with our Bold Street Statement Tee. Featuring premium quality fabric, exceptional graphic printing, and a modern design that stands out. Perfect for making a statement with style and confidence. -

-
- - -
-
-
-
-
- - - -
- -
-