diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 82ef5f4..1cba8fb 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -25,11 +25,10 @@ export default function ServicesPage() {
@@ -43,6 +42,11 @@ export default function ServicesPage() {
className="py-32"
useInvertedBackground={false}
textboxLayout="default"
+ bulletPoints={[
+ { title: "Custom Party Trays", description: "Signature sandwiches and house-made pastries." },
+ { title: "Hot Table Classics", description: "Authentic Italian daily rituals for your event." }
+ ]}
+ mediaAnimation="none"
/>
@@ -60,9 +64,9 @@ export default function ServicesPage() {