diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6547d1a..3d7aa11 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="small"
sizing="largeSmallSizeMediumTitles"
- background="floatingGradient"
+ background="circleGradient"
cardStyle="inset"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -47,7 +47,7 @@ export default function LandingPage() {
@@ -171,10 +171,10 @@ export default function LandingPage() {
useInvertedBackground={true}
animationType="slide-up"
blogs={[
- { id: "1", category: "Ambianță", title: "Interior Cald și Invitator", excerpt: "Atmosfera perfectă pentru o seară memorabilă cu prietenii sau familia.", imageSrc: "http://img.b2bpic.net/free-photo/row-decorative-light-bulbs-hanging-cafe_181624-58119.jpg?_wi=3", imageAlt: "Interior Reset", authorName: "Reset Irish Pub", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-woman-giving-signs-gray-wall_114579-63370.jpg", date: "Zilnic" },
- { id: "2", category: "Bar", title: "Selecție Variată de Băuturi", excerpt: "Bere rece, cocktailuri și bauturi premium din lume întreagă.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-bottle-top_23-2148600930.jpg?_wi=2", imageAlt: "Beer Selection", authorName: "Reset Irish Pub", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-smiling-model-front-view_23-2148376531.jpg", date: "Zilnic" },
- { id: "3", category: "Mâncare", title: "Preparate Delicioase", excerpt: "Bucurie culinară cu fiecare mâncare care se servește din bucătărie.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-dough-pasta-dish-with-tomatoes-dark-floor-pasta-dough-meal_140725-82198.jpg?_wi=2", imageAlt: "Food", authorName: "Reset Irish Pub", authorAvatar: "http://img.b2bpic.net/free-photo/frustrated-angry-person-expressing-his-intense-emotions-anxiety-camera_482257-116073.jpg", date: "Zilnic" },
- { id: "4", category: "Dining", title: "Experiență Completă", excerpt: "Spațiu confortabil pentru a petrece momente speciale cu cei dragi.", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-people-enjoying-dinner_23-2148454133.jpg?_wi=4", imageAlt: "Dining", authorName: "Reset Irish Pub", authorAvatar: "http://img.b2bpic.net/free-photo/happy-beautiful-long-haired-young-woman-posing-kitchen_74855-8068.jpg", date: "Zilnic" }
+ { id: "1", category: "Ambianță", title: "Interior Cald și Invitator", excerpt: "Atmosfera perfectă pentru o seară memorabilă cu prietenii sau familia.", imageSrc: "http://img.b2bpic.net/free-photo/row-decorative-light-bulbs-hanging-cafe_181624-58119.jpg", imageAlt: "Interior Reset", authorName: "Reset Irish Pub", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-woman-giving-signs-gray-wall_114579-63370.jpg", date: "Zilnic" },
+ { id: "2", category: "Bar", title: "Selecție Variată de Băuturi", excerpt: "Bere rece, cocktailuri și bauturi premium din lume întreagă.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-bottle-top_23-2148600930.jpg", imageAlt: "Beer Selection", authorName: "Reset Irish Pub", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-smiling-model-front-view_23-2148376531.jpg", date: "Zilnic" },
+ { id: "3", category: "Mâncare", title: "Preparate Delicioase", excerpt: "Bucurie culinară cu fiecare mâncare care se servește din bucătărie.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-dough-pasta-dish-with-tomatoes-dark-floor-pasta-dough-meal_140725-82198.jpg", imageAlt: "Food", authorName: "Reset Irish Pub", authorAvatar: "http://img.b2bpic.net/free-photo/frustrated-angry-person-expressing-his-intense-emotions-anxiety-camera_482257-116073.jpg", date: "Zilnic" },
+ { id: "4", category: "Dining", title: "Experiență Completă", excerpt: "Spațiu confortabil pentru a petrece momente speciale cu cei dragi.", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-people-enjoying-dinner_23-2148454133.jpg", imageAlt: "Dining", authorName: "Reset Irish Pub", authorAvatar: "http://img.b2bpic.net/free-photo/happy-beautiful-long-haired-young-woman-posing-kitchen_74855-8068.jpg", date: "Zilnic" }
]}
/>
@@ -207,7 +207,7 @@ export default function LandingPage() {
description="Completează formularul de mai jos pentru a rezerva o masă. Echipa noastră va confirma imediat. Sau sună direct la 0239 666 666."
useInvertedBackground={true}
mediaAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg"
imageAlt="Bar Reset Irish Pub"
mediaPosition="right"
buttonText="Rezervă Acum"
@@ -228,7 +228,7 @@ export default function LandingPage() {