diff --git a/src/app/page.tsx b/src/app/page.tsx
index f6c8027..3af0a7e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,15 +31,13 @@ export default function HomePage() {
@@ -57,7 +55,7 @@ export default function HomePage() {
{ text: "Vezi Meniul", href: "/meniu" },
{ text: "Rezervă o masă", href: "/contact" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/close-up-person-cooking_23-2150980298.jpg?_wi=1"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkxO6paU6Qvv2KWGZlGByGD32G/uploaded-1773150843109-0lbh2xcy.jpg"
imageAlt="Steak grill premium Gurmand"
className="min-h-screen"
/>
@@ -69,10 +67,7 @@ export default function HomePage() {
heading={[
{ type: "text", content: "Gurmand: Pasiunea pentru" },
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg",
- alt: "Interior restaurant Gurmand",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg", alt: "Interior restaurant Gurmand"},
{ type: "text", content: "carneă perfectă și rafinament" },
]}
useInvertedBackground={false}
@@ -85,38 +80,20 @@ export default function HomePage() {
@@ -226,75 +155,35 @@ export default function HomePage() {