diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index 512d5e2..b921725 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -59,7 +59,7 @@ export default function BlogPage() {
)}
@@ -110,9 +110,9 @@ export default function LandingPage() {
title="Our Studio's Commitment"
description="We are dedicated to providing fresh, unique, and beautifully crafted floral experiences for every client."
features={[
- { id: "1", title: "Handcrafted Floral Designs", tags: ["Artistry"], imageSrc: "https://img.b2bpic.net/free-photo/bouquet-pink-roses-single-branch-rose-with-green-leaves-inside-vase_114579-1440.jpg", imageAlt: "Hand arranging flowers" },
- { id: "2", title: "Seasonal Fresh Blooms", tags: ["Quality"], imageSrc: "https://img.b2bpic.net/free-photo/closeup-colorful-flower-bouquets-containers-outdoor-shop_181624-28754.jpg", imageAlt: "Fresh seasonal flowers" },
- { id: "3", title: "Personalized Consultation", tags: ["Service"], imageSrc: "https://img.b2bpic.net/free-photo/spring-composition-with-bouquet-flowers-vase-closeup_169016-29759.jpg", imageAlt: "Client consultation" },
+ { id: "1", title: "Handcrafted Floral Designs", tags: ["Artistry"], imageSrc: "https://img.b2bpic.net/free-photo/bouquet-pink-roses-single-branch-rose-with-green-leaves-inside-vase_114579-1440.jpg?_wi=2", imageAlt: "Hand arranging flowers" },
+ { id: "2", title: "Seasonal Fresh Blooms", tags: ["Quality"], imageSrc: "https://img.b2bpic.net/free-photo/closeup-colorful-flower-bouquets-containers-outdoor-shop_181624-28754.jpg?_wi=2", imageAlt: "Fresh seasonal flowers" },
+ { id: "3", title: "Personalized Consultation", tags: ["Service"], imageSrc: "https://img.b2bpic.net/free-photo/spring-composition-with-bouquet-flowers-vase-closeup_169016-29759.jpg?_wi=2", imageAlt: "Client consultation" },
]}
animationType="slide-up"
textboxLayout="default"
@@ -151,7 +151,7 @@ export default function LandingPage() {