diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 549626e..a6fb2cd 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -7,7 +7,7 @@ import HeroLogo from "@/components/sections/hero/HeroLogo";
import SplitAbout from "@/components/sections/about/SplitAbout";
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
-import { Sparkles, Award, Users, Zap, Fish, Chef, Heart } from "lucide-react";
+import { Sparkles, Award, Users, Zap, Fish, Heart } from "lucide-react";
export default function AboutPage() {
const navItems = [
@@ -20,8 +20,7 @@ export default function AboutPage() {
const footerColumns = [
{
- title: "Lidhje të Shpejta",
- items: [
+ title: "Lidhje të Shpejta", items: [
{ label: "Shtëpia", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "Rreth Nesh", href: "/about" },
@@ -29,8 +28,7 @@ export default function AboutPage() {
],
},
{
- title: "Kontakt",
- items: [
+ title: "Kontakt", items: [
{ label: "+355 69 351 4999", href: "tel:+355693514999" },
{ label: "Rruga Besim Mema, Tiranë", href: "#" },
{ label: "info@watamitirana.al", href: "mailto:info@watamitirana.al" },
@@ -38,8 +36,7 @@ export default function AboutPage() {
],
},
{
- title: "Në Rrjet",
- items: [
+ title: "Në Rrjet", items: [
{ label: "Facebook", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "WhatsApp", href: "#" },
@@ -66,9 +63,7 @@ export default function AboutPage() {
brandName="Watami Tirana"
navItems={navItems}
button={{
- text: "Rezervo Tavolë",
- href: "/contact",
- }}
+ text: "Rezervo Tavolë", href: "/contact"}}
animateOnLoad={true}
/>
@@ -77,13 +72,11 @@ export default function AboutPage() {
@@ -93,7 +86,7 @@ export default function AboutPage() {
@@ -126,24 +113,16 @@ export default function AboutPage() {
features={[
{
icon: Sparkles,
- title: "Cilësia Absolute",
- description: "Nuk e negociojmë kurrë në cilësi - vetëm peshku më i freskët dhe përbërësit premium",
- },
+ title: "Cilësia Absolute", description: "Nuk e negociojmë kurrë në cilësi - vetëm peshku më i freskët dhe përbërësit premium"},
{
icon: Award,
- title: "Autenticiteti",
- description: "Mbajtim i tradicioneve autentike japoneze në përgatitjen e çdo pjate",
- },
+ title: "Autenticiteti", description: "Mbajtim i tradicioneve autentike japoneze në përgatitjen e çdo pjate"},
{
icon: Users,
- title: "Dashuria për Klientët",
- description: "Çdo mysafir është i veçantë - ofrojmë shërbimin personal dhe vëmendje",
- },
+ title: "Dashuria për Klientët", description: "Çdo mysafir është i veçantë - ofrojmë shërbimin personal dhe vëmendje"},
{
icon: Zap,
- title: "Inovacioni",
- description: "Bashkojmë tradicionen me ide të reja për të krijuar përvojë të paharrueshme",
- },
+ title: "Inovacioni", description: "Bashkojmë tradicionen me ide të reja për të krijuar përvojë të paharrueshme"},
]}
animationType="blur-reveal"
textboxLayout="default"
diff --git a/src/app/page.tsx b/src/app/page.tsx
index bb61c97..c41dbac 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import Link from "next/link";
-import { Fish, Chef, Home, UtensilsCrossed, Package, Truck, Zap, Star, Heart } from "lucide-react";
+import { Fish, Home, UtensilsCrossed, Package, Truck, Zap, Star, Heart } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -24,8 +24,7 @@ export default function HomePage() {
const footerColumns = [
{
- title: "Lidhje të Shpejta",
- items: [
+ title: "Lidhje të Shpejta", items: [
{ label: "Shtëpia", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "Rreth Nesh", href: "/about" },
@@ -33,8 +32,7 @@ export default function HomePage() {
],
},
{
- title: "Kontakt",
- items: [
+ title: "Kontakt", items: [
{ label: "+355 69 351 4999", href: "tel:+355693514999" },
{ label: "Rruga Besim Mema, Tiranë", href: "#" },
{ label: "info@watamitirana.al", href: "mailto:info@watamitirana.al" },
@@ -42,8 +40,7 @@ export default function HomePage() {
],
},
{
- title: "Në Rrjet",
- items: [
+ title: "Në Rrjet", items: [
{ label: "Facebook", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "WhatsApp", href: "#" },
@@ -76,9 +73,7 @@ export default function HomePage() {
{ name: "Kontakt", id: "contact" },
]}
button={{
- text: "Rezervo Tavolë",
- href: "/contact",
- }}
+ text: "Rezervo Tavolë", href: "/contact"}}
animateOnLoad={true}
/>
@@ -87,7 +82,7 @@ export default function HomePage() {
@@ -155,7 +131,7 @@ export default function HomePage() {
@@ -188,24 +158,16 @@ export default function HomePage() {
features={[
{
icon: UtensilsCrossed,
- title: "Ngrënie në Restorant",
- description: "Shijoni atmosferën premium të restorantit tonë me shërbim përpiktë",
- },
+ title: "Ngrënie në Restorant", description: "Shijoni atmosferën premium të restorantit tonë me shërbim përpiktë"},
{
icon: Package,
- title: "Përgjim për të Marrë",
- description: "Porosini në formën tuaj të preferuar - i gati për të marrë",
- },
+ title: "Përgjim për të Marrë", description: "Porosini në formën tuaj të preferuar - i gati për të marrë"},
{
icon: Truck,
- title: "Dorëzim në Shtëpi",
- description: "Merrni sushhin tuaj përmes partnerëve të dorëzimit të besueshëm",
- },
+ title: "Dorëzim në Shtëpi", description: "Merrni sushhin tuaj përmes partnerëve të dorëzimit të besueshëm"},
{
icon: Zap,
- title: "Shërbimi i Shpejtë",
- description: "Përgatitja e shpejtë dhe efikase për klientë me nxitje",
- },
+ title: "Shërbimi i Shpejtë", description: "Përgatitja e shpejtë dhe efikase për klientë me nxitje"},
]}
animationType="blur-reveal"
textboxLayout="default"
@@ -217,58 +179,22 @@ export default function HomePage() {