The Ruby Collection
-Explore our complete line of premium makeup products, featuring exclusive online pricing and verified customer reviews.
-diff --git a/src/pages/ShopPage.tsx b/src/pages/ShopPage.tsx index 21c4657..f9c5c5b 100644 --- a/src/pages/ShopPage.tsx +++ b/src/pages/ShopPage.tsx @@ -1,135 +1,19 @@ -import { routes } from "@/routes"; -import NavbarCentered from "@/components/ui/NavbarCentered"; -import HeroBillboard from "@/components/sections/hero/HeroBillboard"; -import FooterMinimal from "@/components/sections/footer/FooterMinimal"; -import Card from "@/components/ui/Card"; -import ImageOrVideo from "@/components/ui/ImageOrVideo"; -import Tag from "@/components/ui/Tag"; -import RatingStars from "@/components/ui/RatingStars"; -import PriceDisplay from "@/components/ui/PriceDisplay"; import Button from "@/components/ui/Button"; - -const SHOP_PRODUCTS = [ - { - id: "p1", - name: "Ruby Matte Signature Lipstick", - price: 14.99, - originalPrice: 22.00, - rating: 4.9, - reviews: 1284, - isSale: true, - imageSrc: "https://images.unsplash.com/photo-1586495777744-4413f21062fa?auto=format&fit=crop&q=80" - }, - { - id: "p2", - name: "Velvet Finish Liquid Foundation", - price: 24.50, - rating: 4.7, - reviews: 856, - isSale: false, - imageSrc: "https://images.unsplash.com/photo-1608248543803-ba4f8c70ae0b?auto=format&fit=crop&q=80" - }, - { - id: "p3", - name: "Crimson Glow Highlighter Palette", - price: 18.00, - originalPrice: 25.00, - rating: 4.8, - reviews: 642, - isSale: true, - imageSrc: "https://images.unsplash.com/photo-1599305090598-fe179d501227?auto=format&fit=crop&q=80" - }, - { - id: "p4", - name: "Midnight Black Precision Eyeliner", - price: 12.99, - rating: 4.6, - reviews: 415, - isSale: false, - imageSrc: "https://images.unsplash.com/photo-1631214500515-8739516115a8?auto=format&fit=crop&q=80" - }, - { - id: "p5", - name: "Rose Petal 18-Color Eyeshadow", - price: 29.99, - originalPrice: 38.00, - rating: 4.9, - reviews: 2105, - isSale: true, - imageSrc: "https://images.unsplash.com/photo-1512496115841-8743e1d92f1a?auto=format&fit=crop&q=80" - }, - { - id: "p6", - name: "All-Day Flawless Setting Spray", - price: 16.50, - rating: 4.5, - reviews: 328, - isSale: false, - imageSrc: "https://images.unsplash.com/photo-1620916566398-39f1143ab7be?auto=format&fit=crop&q=80" - } -]; +import HeroBackgroundSlot from "@/components/ui/HeroBackgroundSlot"; +import TextAnimation from "@/components/ui/TextAnimation"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import ScrollReveal from "@/components/ui/ScrollReveal"; +import AvatarGroup from "@/components/ui/AvatarGroup"; +import { Star, Loader2 } from "lucide-react"; +import { cls } from "@/lib/utils"; +import GridOrCarousel from "@/components/ui/GridOrCarousel"; +import useProducts from "@/hooks/useProducts"; export default function ShopPage() { return ( -
Explore our complete line of premium makeup products, featuring exclusive online pricing and verified customer reviews.
-