Update src/app/page.tsx

This commit is contained in:
2026-03-05 08:07:54 +00:00
parent e38ca821ab
commit a052d83929

View File

@@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { ShoppingBag, Shirt, Users, Heart, Tag, Layers, Star, ThumbsUp, Clock, MapPin, Phone, CheckCircle, ShoppingCart, Send } from 'lucide-react';
import { ShoppingBag, Shirt, Users, Heart, Tag, Layers, Star, ThumbsUp, Clock, MapPin, Phone, CheckCircle, ShoppingCart, Send, Dress } from 'lucide-react';
export default function LandingPage() {
return (