Merge version_4 into main #9

Merged
bender merged 1 commits from version_4 into main 2026-04-21 10:00:25 +00:00

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
sidebarItems: [{ icon: Coffee }, { icon: Zap }],
listItems: [{ icon: Target, title: "Batch 402", status: "Roasted" }],
buttons: [{ text: "Shop Roasts", href: "#products" }],
imageSrc: "https://images.unsplash.com/photo-1559056199-641a0ac8b55e?q=80&w=2070&auto=format&fit=crop"
imageSrc: "https://images.unsplash.com/photo-1559056199-641a0ac8b55e?q=80&w=2070&auto=format&fit=crop&_wi=1"
}}
/>
</div>
@@ -90,7 +90,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Midnight Velvet", price: "$24", variant: "Dark Roast", imageSrc: "https://images.unsplash.com/photo-1559056199-641a0ac8b55e?q=80&w=2070&auto=format&fit=crop" },
{ id: "p1", name: "Midnight Velvet", price: "$24", variant: "Dark Roast", imageSrc: "https://images.unsplash.com/photo-1559056199-641a0ac8b55e?q=80&w=2070&auto=format&fit=crop&_wi=2" },
{ id: "p2", name: "Morning Sun", price: "$22", variant: "Light Roast", imageSrc: "https://images.unsplash.com/photo-1582136757025-2e650c33a921?q=80&w=2070&auto=format&fit=crop" },
{ id: "p3", name: "Espresso Gold", price: "$26", variant: "Medium Roast", imageSrc: "https://images.unsplash.com/photo-1611854779393-1b2da9d400fe?q=80&w=2070&auto=format&fit=crop" }
]}