Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -11,7 +11,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Award, CheckCircle, CreditCard, Heart, MessageCircle, Package, ShoppingBag, Sparkles, TrendingUp, Truck, Users, Zap } from 'lucide-react';
|
||||
import { Award, CheckCircle, CreditCard, Heart, MessageCircle, Package, ShoppingBag, Sparkles, TrendingUp, Truck, Users, Zap, Home, ShoppingCart } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -61,14 +61,14 @@ export default function LandingPage() {
|
||||
{ text: "Manage Orders", href: "#" }
|
||||
],
|
||||
sidebarItems: [
|
||||
{ icon: "Home", active: true },
|
||||
{ icon: "ShoppingCart", active: false },
|
||||
{ icon: "Users", active: false }
|
||||
{ icon: Home, active: true },
|
||||
{ icon: ShoppingCart, active: false },
|
||||
{ icon: Users, active: false }
|
||||
],
|
||||
stats: [
|
||||
{ title: "Active Products", values: ["2,458", "3,127", "4,891"], description: "Items in stock" },
|
||||
{ title: "Sellers", values: ["342", "487", "621"], description: "Global & local" },
|
||||
{ title: "Orders Today", values: ["156", "243", "389"], description: "Processed" }
|
||||
{ title: "Active Products", values: [2458, 3127, 4891], description: "Items in stock" },
|
||||
{ title: "Sellers", values: [342, 487, 621], description: "Global & local" },
|
||||
{ title: "Orders Today", values: [156, 243, 389], description: "Processed" }
|
||||
],
|
||||
chartTitle: "Weekly Sales", chartData: [
|
||||
{ value: 45 },
|
||||
@@ -109,10 +109,10 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "prod-1", name: "Premium Wireless Headphones", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop_627829-4977.jpg?_wi=1", imageAlt: "Wireless headphones", initialQuantity: 1
|
||||
id: "prod-1", name: "Premium Wireless Headphones", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop_627829-4977.jpg", imageAlt: "Wireless headphones", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "prod-2", name: "Organic Cotton T-Shirt", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/fulllength-portrait-stylish-darkskinned-curly-woman-white-pants-jacket-top-posing-dressing-room-young-lady-leans-hanger_197531-27803.jpg?_wi=1", imageAlt: "Cotton t-shirt", initialQuantity: 1
|
||||
id: "prod-2", name: "Organic Cotton T-Shirt", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/fulllength-portrait-stylish-darkskinned-curly-woman-white-pants-jacket-top-posing-dressing-room-young-lady-leans-hanger_197531-27803.jpg", imageAlt: "Cotton t-shirt", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "prod-3", name: "Modern Table Lamp", price: "$64.99", imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg", imageAlt: "Table lamp", initialQuantity: 1
|
||||
@@ -121,10 +121,10 @@ export default function LandingPage() {
|
||||
id: "prod-4", name: "Business Strategy Guide", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-reading-book_1423-144.jpg", imageAlt: "Strategy book", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "prod-5", name: "Stainless Steel Water Bottle", price: "$44.99", imageSrc: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop_627829-4977.jpg?_wi=2", imageAlt: "Water bottle", initialQuantity: 1
|
||||
id: "prod-5", name: "Stainless Steel Water Bottle", price: "$44.99", imageSrc: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop_627829-4977.jpg", imageAlt: "Water bottle", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "prod-6", name: "Luxury Watch", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/fulllength-portrait-stylish-darkskinned-curly-woman-white-pants-jacket-top-posing-dressing-room-young-lady-leans-hanger_197531-27803.jpg?_wi=2", imageAlt: "Luxury watch", initialQuantity: 1
|
||||
id: "prod-6", name: "Luxury Watch", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/fulllength-portrait-stylish-darkskinned-curly-woman-white-pants-jacket-top-posing-dressing-room-young-lady-leans-hanger_197531-27803.jpg", imageAlt: "Luxury watch", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user