Merge version_1 into main #5

Merged
bender merged 2 commits from version_1 into main 2026-03-03 17:00:40 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ export default function ContactPage() {
],
},
{
title: "Phone & Hours", description: "Call us during business hours for immediate assistance from our coffee experts.", bentoComponent: "3d-task-list", title: "Phone & Hours", items: [
title: "Phone & Hours", description: "Call us during business hours for immediate assistance from our coffee experts.", bentoComponent: "3d-task-list", items: [
{ icon: Phone, label: "+1 (555) 123-4567", time: "Mon-Fri" },
{ icon: Clock, label: "9 AM - 6 PM EST", time: "Daily" },
{ icon: MapPin, label: "Central America", time: "Farm HQ" },

View File

@@ -133,7 +133,7 @@ export default function SubscriptionPage() {
carouselMode="buttons"
features={[
{
title: "Customizable Preferences", description: "Select your grind, roast level, and flavor profile for every delivery.", bentoComponent: "3d-task-list", title: "Customizable Preferences", items: [
title: "Customizable Preferences", description: "Select your grind, roast level, and flavor profile for every delivery.", bentoComponent: "3d-task-list", items: [
{ icon: Coffee, label: "Choose Roast", time: "Light/Medium/Dark" },
{ icon: Zap, label: "Select Grind", time: "5 options" },
{ icon: Leaf, label: "Set Schedule", time: "Weekly/Bi-weekly/Monthly" },