Update src/app/page.tsx
This commit is contained in:
@@ -17,6 +17,7 @@ import {
|
|||||||
Facebook,
|
Facebook,
|
||||||
Heart,
|
Heart,
|
||||||
Instagram,
|
Instagram,
|
||||||
|
Package,
|
||||||
Shield,
|
Shield,
|
||||||
ShoppingCart,
|
ShoppingCart,
|
||||||
Sparkles,
|
Sparkles,
|
||||||
@@ -71,26 +72,26 @@ export default function SitePage() {
|
|||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
dashboard={{
|
dashboard={{
|
||||||
title: "Featured Collection", stats: [
|
title: "Featured Collection", stats: [
|
||||||
{ title: "Sustainable Materials", values: [100], valueSuffix: "%", description: "Sustainably sourced materials." },
|
{ title: "Sustainable Materials", values: [95, 98, 100], valueSuffix: "%", description: "Sustainably sourced materials." },
|
||||||
{ title: "Customer Satisfaction", values: [98], valueSuffix: "%", description: "Based on 500+ reviews." },
|
{ title: "Customer Satisfaction", values: [94, 96, 98], valueSuffix: "%", description: "Based on 500+ reviews." },
|
||||||
{ title: "Global Shipping", values: [200], valueSuffix: "+ Countries", description: "Available worldwide." },
|
{ title: "Global Shipping", values: [180, 190, 200], valueSuffix: "+ Countries", description: "Available worldwide." },
|
||||||
],
|
],
|
||||||
logoIcon: Coffee,
|
logoIcon: Coffee,
|
||||||
sidebarItems: [
|
sidebarItems: [
|
||||||
{ icon: Heart, label: "Favorites" },
|
{ icon: Heart },
|
||||||
{ icon: ShoppingCart, label: "Cart" },
|
{ icon: ShoppingCart },
|
||||||
{ icon: User, label: "Account" },
|
{ icon: User },
|
||||||
],
|
],
|
||||||
buttons: [{ text: "View Details", href: "#products-section" }],
|
buttons: [{ text: "View Details", href: "#products-section" }],
|
||||||
listItems: [
|
listItems: [
|
||||||
{ title: "Ceramic Collection", description: "Handcrafted ceramic cups with unique glazes." },
|
{ icon: Package, title: "Ceramic Collection", status: "Handcrafted ceramic cups with unique glazes." },
|
||||||
{ title: "Glass Series", description: "Clear, durable glass designs for everyday use." },
|
{ icon: Package, title: "Glass Series", status: "Clear, durable glass designs for everyday use." },
|
||||||
{ title: "Travel Mugs", description: "Insulated mugs perfect for on-the-go." },
|
{ icon: Package, title: "Travel Mugs", status: "Insulated mugs perfect for on-the-go." },
|
||||||
],
|
],
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-cup-tea-with-flowers-white-surface_141793-13652.jpg", searchPlaceholder: "Search products...", chartTitle: "Customer Ratings", chartData: [
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-cup-tea-with-flowers-white-surface_141793-13652.jpg", searchPlaceholder: "Search products...", chartTitle: "Customer Ratings", chartData: [
|
||||||
{ name: "5 Stars", value: 85 },
|
{ value: 85 },
|
||||||
{ name: "4 Stars", value: 10 },
|
{ value: 10 },
|
||||||
{ name: "3 Stars", value: 5 },
|
{ value: 5 },
|
||||||
],
|
],
|
||||||
listTitle: "Popular Categories", imageAlt: "Featured Dring Together cups collection"
|
listTitle: "Popular Categories", imageAlt: "Featured Dring Together cups collection"
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user