diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3e15974..cd12665 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,11 +31,11 @@ export default function LandingPage() {
@@ -95,7 +95,8 @@ export default function LandingPage() {
features={[
{
title: "Masa sub Nuc", description: "O cină memorabilă în liniștea grădinii, sub coroana seculară a nucului.", media: {
- imageSrc: "http://img.b2bpic.net/free-photo/view-forest-pond-sunset_23-2147562176.jpg", imageAlt: "Masa sub nuc"},
+ imageSrc: "http://img.b2bpic.net/free-photo/view-forest-pond-sunset_23-2147562176.jpg", imageAlt: "Masa sub nuc"
+ },
items: [
{ icon: Leaf, text: "Conexiune cu natura" },
{ icon: Clock, text: "Ritual lent" },
@@ -185,4 +186,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file