diff --git a/src/app/page.tsx b/src/app/page.tsx
index a170d3a..a685255 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,6 +9,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
+import { ChefHat, Zap, Smile, ShieldCheck } from "lucide-react";
export default function LandingPage() {
return (
@@ -28,22 +29,9 @@ export default function LandingPage() {
@@ -51,52 +39,17 @@ export default function LandingPage() {
@@ -107,41 +60,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah Khan",
- role: "Local Guide",
- testimonial: "The best halal food in Watford, bar none. The quality is simply elite.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg",
- },
- {
- id: "2",
- name: "John Doe",
- role: "Foodie",
- testimonial: "Everything tastes fresh, bold, and perfectly spiced. High-end street food!",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-student-eating-fast-food-fast-food-cheat-meal_169016-67586.jpg",
- },
- {
- id: "3",
- name: "Emily Smith",
- role: "Regular",
- testimonial: "Finally, a halal place that gets the premium balance right. Love it.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-are-going-eat-fried-chicken-with-vegetables-potato-lavash-sour-cream-lemonade-side-view_141793-12283.jpg",
- },
- {
- id: "4",
- name: "Michael A.",
- role: "Diner",
- testimonial: "Fast service, great portions, and that gold-standard flavor in every bite.",
- imageSrc: "http://img.b2bpic.net/free-photo/indian-man-smiling-restaurant-concept_53876-13779.jpg",
- },
- {
- id: "5",
- name: "Zara T.",
- role: "Critic",
- testimonial: "The chicken over rice is legendary. Seriously, a must-try experience.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-sushi-park-picnic-nature_169016-22794.jpg",
- },
+ { id: "1", name: "Sarah Khan", role: "Local Guide", testimonial: "The best halal food in Watford, bar none. The quality is simply elite.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg" },
+ { id: "2", name: "John Doe", role: "Foodie", testimonial: "Everything tastes fresh, bold, and perfectly spiced. High-end street food!", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-student-eating-fast-food-fast-food-cheat-meal_169016-67586.jpg" },
+ { id: "3", name: "Emily Smith", role: "Regular", testimonial: "Finally, a halal place that gets the premium balance right. Love it.", imageSrc: "http://img.b2bpic.net/free-photo/man-are-going-eat-fried-chicken-with-vegetables-potato-lavash-sour-cream-lemonade-side-view_141793-12283.jpg" },
+ { id: "4", name: "Michael A.", role: "Diner", testimonial: "Fast service, great portions, and that gold-standard flavor in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/indian-man-smiling-restaurant-concept_53876-13779.jpg" },
+ { id: "5", name: "Zara T.", role: "Critic", testimonial: "The chicken over rice is legendary. Seriously, a must-try experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-sushi-park-picnic-nature_169016-22794.jpg" },
]}
title="What Our Foodies Say"
description="Consistently rated 4.9/5 across all platforms."
@@ -155,48 +78,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Chicken Over Rice",
- price: "£12.95",
- variant: "Best Seller",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-vegetables-dark-color-gray-sauce-meal-dish-hot-food-meat-potato-photo_140725-145570.jpg",
- },
- {
- id: "p2",
- name: "Gyro Platter",
- price: "£14.95",
- variant: "Classic",
- imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805467.jpg",
- },
- {
- id: "p3",
- name: "Loaded Fries",
- price: "£7.95",
- variant: "Popular",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-sauces-dark_140725-104455.jpg",
- },
- {
- id: "p4",
- name: "Falafel Wrap",
- price: "£8.50",
- variant: "Vegetarian",
- imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-wooden-board_23-2148651109.jpg",
- },
- {
- id: "p5",
- name: "Lamb Combo",
- price: "£15.50",
- variant: "Premium",
- imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-prepared-meal_23-2149043035.jpg",
- },
- {
- id: "p6",
- name: "Veggie Bowl",
- price: "£9.95",
- variant: "Healthy",
- imageSrc: "http://img.b2bpic.net/free-photo/iskender-kebab-garnished-with-tomato-sauce-pepper-served-with-yoghurt_140725-579.jpg",
- },
+ { id: "p1", name: "Chicken Over Rice", price: "£12.95", variant: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-vegetables-dark-color-gray-sauce-meal-dish-hot-food-meat-potato-photo_140725-145570.jpg" },
+ { id: "p2", name: "Gyro Platter", price: "£14.95", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805467.jpg" },
+ { id: "p3", name: "Loaded Fries", price: "£7.95", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-sauces-dark_140725-104455.jpg" },
+ { id: "p4", name: "Falafel Wrap", price: "£8.50", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-wooden-board_23-2148651109.jpg" },
+ { id: "p5", name: "Lamb Combo", price: "£15.50", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-prepared-meal_23-2149043035.jpg" },
+ { id: "p6", name: "Veggie Bowl", price: "£9.95", variant: "Healthy", imageSrc: "http://img.b2bpic.net/free-photo/iskender-kebab-garnished-with-tomato-sauce-pepper-served-with-yoghurt_140725-579.jpg" },
]}
title="Signature Dishes"
description="Hand-crafted halal delicacies that redefine street dining standards."
@@ -208,34 +95,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Fresh Ingredients",
- description: "Sourced daily for maximum flavour.",
- buttonIcon: "ChefHat",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-tray_23-2149358118.jpg",
- imageAlt: "Top view delicious food on tray",
- },
- {
- title: "Big Portions",
- description: "Always enough to satisfy your craving.",
- buttonIcon: "Zap",
- imageSrc: "http://img.b2bpic.net/free-photo/shaurma-roasted-potatoes-dip-dressing_114579-1139.jpg?_wi=2",
- imageAlt: "Top view delicious food on tray",
- },
- {
- title: "Friendly Staff",
- description: "Serving with a smile, every single time.",
- buttonIcon: "Smile",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-salad-consists-tomatoes-olives-peppers-dark-background-health-diet-meal-snack-salad_140725-96827.jpg?_wi=2",
- imageAlt: "Top view delicious food on tray",
- },
- {
- title: "Quality Food",
- description: "Halal certified and meticulously prepared.",
- buttonIcon: "ShieldCheck",
- imageSrc: "http://img.b2bpic.net/free-photo/sadj-with-various-sliced-vegetables-meat_140725-3816.jpg?_wi=2",
- imageAlt: "Top view delicious food on tray",
- },
+ { title: "Fresh Ingredients", description: "Sourced daily for maximum flavour.", buttonIcon: ChefHat, imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-tray_23-2149358118.jpg", imageAlt: "Top view delicious food on tray" },
+ { title: "Big Portions", description: "Always enough to satisfy your craving.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/shaurma-roasted-potatoes-dip-dressing_114579-1139.jpg", imageAlt: "Top view delicious food on tray" },
+ { title: "Friendly Staff", description: "Serving with a smile, every single time.", buttonIcon: Smile, imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-salad-consists-tomatoes-olives-peppers-dark-background-health-diet-meal-snack-salad_140725-96827.jpg", imageAlt: "Top view delicious food on tray" },
+ { title: "Quality Food", description: "Halal certified and meticulously prepared.", buttonIcon: ShieldCheck, imageSrc: "http://img.b2bpic.net/free-photo/sadj-with-various-sliced-vegetables-meat_140725-3816.jpg", imageAlt: "Top view delicious food on tray" },
]}
title="Why Choose Us?"
description="We don't just cook food; we craft experiences that respect traditional halal values."
@@ -245,9 +108,7 @@ export default function LandingPage() {