diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index ff29f96..ff83479 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -35,6 +35,10 @@ export default function AboutPage() {
useInvertedBackground={false}
description="Born and raised in Northern Cambria, our bakery started as a dream to bring authentic, homemade sweetness to our local community. We use time-honored techniques and the finest ingredients to craft cheesecakes, cupcakes, and pastries that feel like home."
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-baker-holding-mould-stack-tray_1170-2040.jpg"
+ bulletPoints={[
+ { title: "Handcrafted Quality", description: "Every treat is made from scratch." },
+ { title: "Local Roots", description: "Proudly serving Northern Cambria since 2024." }
+ ]}
/>