diff --git a/src/app/page.tsx b/src/app/page.tsx
index 90eb45c..56804ea 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
-import { Award, Users } from "lucide-react";
+import { Award, Users, Coffee, Utensils, GlassWater, Leaf } from "lucide-react";
export default function LandingPage() {
return (
@@ -50,52 +50,28 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006619.jpg", alt: "Guest" },
{ src: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520071.jpg", alt: "Guest" },
{ src: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg", alt: "Guest" },
- { src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg", alt: "Guest" },
- { src: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg", alt: "Guest" },
]}
avatarText="Loved by thousands"
buttons={[
{ text: "View Menu", href: "#menu" },
{ text: "Book Table", href: "#contact" },
]}
- marqueeItems={[
- { type: "text", text: "Fine Dining" },
- { type: "text", text: "Authentic Flavors" },
- { type: "text", text: "Elegant Atmosphere" },
- { type: "text", text: "Master Chefs" },
- { type: "text", text: "Seasonal Ingredients" },
- ]}
/>
-
-
-
-
@@ -122,28 +99,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
testimonials={[
- { id: "t1", name: "Sarah Ahmed", role: "Food Blogger", company: "Reviewer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg" },
- { id: "t2", name: "Khalid Omar", role: "Customer", company: "Regular", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enyoing-dinner-party_23-2150717851.jpg" },
- { id: "t3", name: "Laila Jassim", role: "Design Director", company: "Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25277.jpg" },
- { id: "t4", name: "Mark Stevens", role: "Tourist", company: "Traveler", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/laughing-woman-with-dish-menu_23-2147681115.jpg" },
- { id: "t5", name: "Nora Ali", role: "Food Enthusiast", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg" },
+ { id: "t1", name: "Sarah Ahmed", role: "Gastronomy Critic", company: "DineExpert", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg" },
+ { id: "t2", name: "Khalid Omar", role: "Regular Patron", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enyoing-dinner-party_23-2150717851.jpg" },
+ { id: "t3", name: "Laila Jassim", role: "Chef & Educator", company: "Culinary Arts", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25277.jpg" },
]}
- title="Guest Experiences"
- description="See why our guests return time and again to enjoy the Khayal experience."
- />
-
-
-
-
@@ -151,46 +112,46 @@ export default function LandingPage() {
);
-}
\ No newline at end of file
+}