diff --git a/src/app/page.tsx b/src/app/page.tsx
index a0130b2..dd8903b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,24 +29,13 @@ export default function LandingPage() {
@@ -54,107 +43,45 @@ export default function LandingPage() {
@@ -166,19 +93,13 @@ export default function LandingPage() {
metrics={[
{
icon: Award,
- label: "Premium Quality",
- value: "100%",
- },
+ label: "Premium Quality", value: "100%"},
{
icon: Star,
- label: "Customer Satisfaction",
- value: "4.9/5",
- },
+ label: "Customer Satisfaction", value: "4.9/5"},
{
icon: ShieldCheck,
- label: "Hygiene Rating",
- value: "A+",
- },
+ label: "Hygiene Rating", value: "A+"},
]}
metricsAnimation="slide-up"
/>
@@ -191,22 +112,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Premium Yaprak Meat",
- description: "Carefully layered, juicy, and perfectly seasoned — the way real Turkish döner should be.",
- imageSrc: "http://img.b2bpic.net/free-photo/sac-ichi-with-mixed-ingredients-lavash-bread_114579-1156.jpg?_wi=3",
+ id: "f1", title: "Premium Yaprak Meat", description: "Carefully layered, juicy, and perfectly seasoned — the way real Turkish döner should be.", imageSrc: "http://img.b2bpic.net/free-photo/sac-ichi-with-mixed-ingredients-lavash-bread_114579-1156.jpg", tag: "Featured"
},
{
- id: "f2",
- title: "Clean & Fresh",
- description: "Consistently praised for our hygiene, freshness, and attention to detail.",
- imageSrc: "http://img.b2bpic.net/free-photo/sac-ichi-with-mixed-ingredients-lavash-bread_114579-1156.jpg?_wi=4",
+ id: "f2", title: "Clean & Fresh", description: "Consistently praised for our hygiene, freshness, and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/sac-ichi-with-mixed-ingredients-lavash-bread_114579-1156.jpg", tag: "Fresh"
},
{
- id: "f3",
- title: "Warm Hospitality",
- description: "Smiling faces, respectful service, and genuine customer care every visit.",
- imageSrc: "http://img.b2bpic.net/free-photo/sac-ichi-with-mixed-ingredients-lavash-bread_114579-1156.jpg?_wi=5",
+ id: "f3", title: "Warm Hospitality", description: "Smiling faces, respectful service, and genuine customer care every visit.", imageSrc: "http://img.b2bpic.net/free-photo/sac-ichi-with-mixed-ingredients-lavash-bread_114579-1156.jpg", tag: "Service"
},
]}
title="Our Signature Quality"
@@ -222,25 +134,15 @@ export default function LandingPage() {
author="Sarah Johnson"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
- alt: "Sarah J",
- },
+ src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", alt: "Sarah J"},
{
- src: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598359.jpg",
- alt: "Mark D",
- },
+ src: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598359.jpg", alt: "Mark D"},
{
- src: "http://img.b2bpic.net/free-photo/family-gathering-with-gay-partners_23-2151077640.jpg",
- alt: "Elena R",
- },
+ src: "http://img.b2bpic.net/free-photo/family-gathering-with-gay-partners_23-2151077640.jpg", alt: "Elena R"},
{
- src: "http://img.b2bpic.net/free-photo/young-woman-eating-healthy-meal-sitting-beautiful-interior_231208-6342.jpg",
- alt: "Tom B",
- },
+ src: "http://img.b2bpic.net/free-photo/young-woman-eating-healthy-meal-sitting-beautiful-interior_231208-6342.jpg", alt: "Tom B"},
{
- src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
- alt: "Julia M",
- },
+ src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", alt: "Julia M"},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
@@ -251,14 +153,11 @@ export default function LandingPage() {
@@ -267,38 +166,25 @@ export default function LandingPage() {