diff --git a/src/app/page.tsx b/src/app/page.tsx
index edf7e70..4623b00 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,6 +8,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
+import { MapPin, Phone, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -27,56 +28,28 @@ export default function LandingPage() {
@@ -87,150 +60,44 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: "f1",
- title: "Saxsı Qovurma",
- author: "Baku Castle",
- description: "Şirəli, ləzzətli və yadda qalan ənənəvi dad.",
- tags: [
- "Ənənəvi",
- "Ləzzətli",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370873.jpg?_wi=1",
- },
- {
- id: "f2",
- title: "Antrikot Kabab",
- author: "Baku Castle",
- description: "Yerli premium ət, 5 ulduzluq bişirilmə tərzi.",
- tags: [
- "Premium",
- "Steak",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/traditional-georgian-food-khinkali-white-plate-with-pomegranate-fork-herbs_114579-240.jpg",
- },
- {
- id: "f3",
- title: "Qala Şah Plovu",
- author: "Baku Castle",
- description: "Xüsusi günlərin tacı olan şah plovu.",
- tags: [
- "Təntənəli",
- "Milli",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370873.jpg?_wi=2",
- },
+ { id: "f1", title: "Saxsı Qovurma", author: "Kazbeki", description: "Ənənəvi üsulla hazırlanan şirəli dad.", tags: ["15 AZN"], imageSrc: "https://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370873.jpg?_wi=1" },
+ { id: "f2", title: "Antrikot", author: "Kazbeki", description: "Premium keyfiyyətli ət, möhtəşəm bişirilmə.", tags: ["20 AZN"], imageSrc: "https://img.b2bpic.net/free-photo/traditional-georgian-food-khinkali-white-plate-with-pomegranate-fork-herbs_114579-240.jpg" },
+ { id: "f3", title: "Salat assorti", author: "Kazbeki", description: "Təzə tərəvəzlərlə zəngin dad.", tags: ["10 AZN"], imageSrc: "https://img.b2bpic.net/free-photo/front-view-tasty-salad-plate_23-2148766107.jpg" }
]}
- title="İmza Təamlar"
- description="Ən çox seçilən xüsusi menyularımız."
+ title="Bizim Menyu"
+ description="10-20 AZN arası münasib qiymətlərlə zəngin seçim."
/>
);
-}
+}
\ No newline at end of file