diff --git a/src/app/page.tsx b/src/app/page.tsx index 62adc4a..2758c05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,11 @@ export default function LandingPage() { description="Precision-roasted specialty coffee for the refined palate. Crafted with passion, delivered to your cup." background={{ variant: "sparkles-gradient" }} dashboard={{ - title: "Our Roastery Overview", stats: [{ title: "Roasts", values: [15, 20, 25], description: "Monthly batches" }], + title: "Our Roastery Overview", stats: [ + { title: "Roasts", values: [15, 20, 25], description: "Monthly batches" }, + { title: "Growth", values: [10, 5, 15], description: "Year over year" }, + { title: "Reach", values: [50, 60, 75], description: "Global estates" } + ], logoIcon: Coffee, sidebarItems: [{ icon: Coffee }, { icon: Zap }], buttons: [{ text: "Shop Roasts", href: "#products" }], @@ -85,7 +89,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} products={[ - { id: "p1", name: "Midnight Velvet", price: "$24", variant: "Dark Roast", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glass-with-delicious-coffee-table_23-2149514314.jpg" } + { id: "p1", name: "Midnight Velvet", price: "$24", variant: "Dark Roast", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glass-with-delicious-coffee-table_23-2149514314.jpg" }, + { id: "p2", name: "Morning Sun", price: "$22", variant: "Light Roast", imageSrc: "http://img.b2bpic.net/free-photo/freshly-ground-coffee-beans-dark-background-table_23-2148842602.jpg" }, + { id: "p3", name: "Espresso Gold", price: "$26", variant: "Medium Roast", imageSrc: "http://img.b2bpic.net/free-photo/cup-of-coffee-on-wooden-table_23-2148892831.jpg" } ]} /> @@ -123,6 +129,7 @@ export default function LandingPage() { tag="Newsletter" buttons={[{ text: "Join Today" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />