Merge version_2 into main #9

Merged
bender merged 2 commits from version_2 into main 2026-03-03 19:53:23 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,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: "Contact Details", 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

@@ -132,7 +132,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: "Customize Options", 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" },