diff --git a/src/app/page.tsx b/src/app/page.tsx
index 182a127..4ceae2b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,28 +29,13 @@ export default function LandingPage() {
@@ -58,37 +43,14 @@ export default function LandingPage() {
@@ -110,27 +72,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
- {
- title: "Newborn Sessions",
- description: "Safe, gentle studio sessions capturing delicate newborn details.",
- imageSrc: "http://img.b2bpic.net/free-photo/little-cute-toddler-dress_1303-13480.jpg?_wi=2",
- titleIconSrc: "Camera",
- buttonText: "Learn More",
- },
- {
- title: "Milestone Portraits",
- description: "Perfect for tracking growth at 6, 9, and 12 months.",
- imageSrc: "http://img.b2bpic.net/free-photo/small-girl-keeps-star-sits-ladder_1304-3156.jpg?_wi=2",
- titleIconSrc: "Sparkles",
- buttonText: "Learn More",
- },
- {
- title: "Family Keepsakes",
- description: "Including family members in your little one's special shoot.",
- imageSrc: "http://img.b2bpic.net/free-photo/cute-family-playing-autumn-field_1157-24710.jpg?_wi=2",
- titleIconSrc: "Heart",
- buttonText: "Learn More",
- },
+ { title: "Newborn Sessions", description: "Safe, gentle studio sessions capturing delicate newborn details.", imageSrc: "http://img.b2bpic.net/free-photo/little-cute-toddler-dress_1303-13480.jpg", titleIconSrc: "Camera", buttonText: "Learn More" },
+ { title: "Milestone Portraits", description: "Perfect for tracking growth at 6, 9, and 12 months.", imageSrc: "http://img.b2bpic.net/free-photo/small-girl-keeps-star-sits-ladder_1304-3156.jpg", titleIconSrc: "Sparkles", buttonText: "Learn More" },
+ { title: "Family Keepsakes", description: "Including family members in your little one's special shoot.", imageSrc: "http://img.b2bpic.net/free-photo/cute-family-playing-autumn-field_1157-24710.jpg", titleIconSrc: "Heart", buttonText: "Learn More" },
]}
title="Our Services"
description="Professional photography packages designed to celebrate every milestone."
@@ -139,52 +83,17 @@ export default function LandingPage() {