// Personal notes / friend data — placeholder content the user can replace.
const NOTES = {
  garlic: {
    body: "Happy birthday, Sam! It's been a pleasure getting to know you over the years. It's incredible to witness your growth as a leader within our small church, as well as your role with the youth and the responsibilities you've embraced within the Chinese congregation. Thank you for always being a good listener and a pillar of strength in our church. Your actions serve as a constant reminder to me to grow in love and live for the Lord every day.",
    sign: '— Jobi',
  },
  'mandarin-orange': {
    body: "Happy Birthday Sam!! Wishing you the best, thanks for being such a good friend! Always here to pray for you!",
    sign: '— Johnny',
  },
  scallion: {
    body: "Sam happy bday!! Thank you for being one of my first friends in Seattle area. It's been really fun going hiking, getting food together, and exploring the city! Let's do more outdoors stuff while we still have summer haha.. Praying for God to reveal His direction for you",
    sign: '— Max',
  },
  'bubble-waffle': {
    body: "Happy birthday Sam! I hope this birthday is a special one for you where you let your friends take care of it :) I'm continually thankful to have you as my roommate. I know the current season is a bit confusing but God holds this all in His hands and I know everything will work out. Hope you enjoy your gift and have a good celebration!",
    sign: '— Josh',
  },
  'crispy-pork-belly': {
    body: "Happy birthday Sam. You are samthing very special to me and I am very grateful to have you in my life. Thank you for being the first guy to join our small church when I started shepherding. You have always been reliable and have a great heart for serving others with rides and with excellent cooking. Sometimes I feel like I have been to Hong Kong after eating your cooking. Thank you for spending many nights listening and talking and listening to me during our time at the house. I am really glad that you are still in Seattle and did not have to be deported. May God bless you richly in this new year",
    sign: '— Brice',
  },
  'egg-yolk-mooncake': {
    body: "Sam it's been great to see you grow through small church and serve together in this community. May God continue to lead your way!",
    sign: '— Amber',
  },
  shiitake: {
    body: "Hey Sam, it's been such a blessing serving alongside you in SC. I appreciate your care about the ministry and your dedication to the people around you. I look forward to our biweekly dinners and the love you put towards your home-cooked meals. Though it has been a year of extreme ups and downs, it's awesome that God is working in you through all of this. Excited to do more outdoor adventures next year with more trips to Crystal on IKON!",
    sign: '— Jason',
  },
  'soy-sauce': {
    body: "Michael, you're the soy sauce that makes simple things sing. May your year be rich, smooth, and full of flavor.",
    sign: '— Michael',
  },
  'chili-pepper': {
    body: "SAM!!!! Happiest of birthdays!! It's always so much fun hanging out around you and you bring a lot of cool stories and joy into our conversation. You're one of the best chefs I know and I would be a loyal customer if you ever open up a restaurant. I've seen you persistently seek the Lord's strength even when the future is uncertain but you carry a calm and peaceful attitude while facing the unknown. I'm rooting for you and believe that despite your current hardships, God will use your story to glorify His kingdom. I'm praying and rooting for you!! God's got you!!",
    sign: '— Valerie',
  },
  'chili-oil': {
    body: "Happy birthday Sam! Wishing you another year filled with happiness, peace, and grace. I hope you celebrate with lots of yummy food (but nothing can beat your pork jowl)!",
    sign: '— Gaby',
  },
};

window.NOTES = NOTES;
