Merge version_2 into main #6
@@ -10,7 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Sparkles, Package, Heart, Award, CheckCircle, Shield, Zap, Shirt, ShoppingBag, Palette, TrendingUp, Users, Star, Mail } from 'lucide-react';
|
||||
import { Sparkles, Package, Heart, Award, CheckCircle, Shield, Zap, Shirt, ShoppingBag, Palette, TrendingUp, Users, Star, Mail, Crown } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -73,7 +73,8 @@ export default function LandingPage() {
|
||||
tagIcon={Package}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "View All Products", href: "#" }
|
||||
{ text: "View All Products", href: "#" },
|
||||
{ text: "Browse Best Sellers", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
|
||||
Reference in New Issue
Block a user