diff --git a/src/app/page.tsx b/src/app/page.tsx
index c517047..61ff187 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,64 +40,26 @@ export default function LandingPage() {
@@ -119,24 +69,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Dragon Roll",
- description: "Tempura karkalec, avokado dhe salcë unagi.",
- imageSrc: "http://img.b2bpic.net/free-photo/three-sushi-rolls-table_23-2148505610.jpg",
- imageAlt: "Dragon Roll",
- },
- {
- title: "Rainbow Roll",
- description: "Peshk i freskët i zgjedhur dhe perime sezonale.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-sushi-sushi-delivery-advertising-sushi-rolls-made-fish-cheese_132075-14433.jpg",
- imageAlt: "Rainbow Roll",
- },
- {
- title: "Volcano Roll",
- description: "Salcë pikante, gaforre dhe topa tempura.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-sushi-roll-with-crab-avocado-covered-with-red-caviar-with-ginger-wasabi-plate_141793-11683.jpg",
- imageAlt: "Volcano Roll",
- },
+ { title: "Dragon Roll", description: "Tempura karkalec, avokado dhe salcë unagi.", imageSrc: "http://img.b2bpic.net/free-photo/three-sushi-rolls-table_23-2148505610.jpg", imageAlt: "Dragon Roll" },
+ { title: "Rainbow Roll", description: "Peshk i freskët i zgjedhur dhe perime sezonale.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-sushi-sushi-delivery-advertising-sushi-rolls-made-fish-cheese_132075-14433.jpg", imageAlt: "Rainbow Roll" },
+ { title: "Volcano Roll", description: "Salcë pikante, gaforre dhe topa tempura.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sushi-roll-with-crab-avocado-covered-with-red-caviar-with-ginger-wasabi-plate_141793-11683.jpg", imageAlt: "Volcano Roll" },
]}
title="Signature Rolls"
description="Krijimet tona më të veçanta, përgatitur me përbërës të freskët dhe teknikë artizanale."
@@ -147,25 +82,11 @@ export default function LandingPage() {
@@ -299,14 +158,8 @@ export default function LandingPage() {