diff --git a/src/app/page.tsx b/src/app/page.tsx
index c17daa8..0dbb815 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
-import { Utensils } from "lucide-react";
+import { Utensils, Zap, Waves, Candle, Award } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,25 +32,15 @@ export default function LandingPage() {
@@ -59,66 +49,41 @@ export default function LandingPage() {
@@ -142,28 +107,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Gourmet Cuisine",
- description: "Expertly crafted African-European fusion.",
- imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949025.jpg",
- buttonIcon: "Zap",
+ title: "Gourmet Cuisine", description: "Expertly crafted African-European fusion.", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949025.jpg", buttonIcon: Zap,
},
{
- title: "Waterfront Views",
- description: "Stunning vistas along the Wouri river.",
- imageSrc: "http://img.b2bpic.net/free-photo/lake-near-mountain-blue-sky-daytime_417767-98.jpg",
- buttonIcon: "Waves",
+ title: "Waterfront Views", description: "Stunning vistas along the Wouri river.", imageSrc: "http://img.b2bpic.net/free-photo/lake-near-mountain-blue-sky-daytime_417767-98.jpg", buttonIcon: Waves,
},
{
- title: "Romantic Atmosphere",
- description: "Intimate lighting for special occasions.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-black-dress-sits-before-wall-books-christmas-decor_8353-8828.jpg",
- buttonIcon: "Candle",
+ title: "Romantic Atmosphere", description: "Intimate lighting for special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-black-dress-sits-before-wall-books-christmas-decor_8353-8828.jpg", buttonIcon: Candle,
},
{
- title: "Professional Service",
- description: "Attentive care for every guest.",
- imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949024.jpg",
- buttonIcon: "Award",
+ title: "Professional Service", description: "Attentive care for every guest.", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949024.jpg", buttonIcon: Award,
},
]}
title="Signature Experiences"
@@ -179,41 +132,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "River Signature Grill",
- price: "$45",
- imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247760.jpg",
- },
+ id: "p1", name: "River Signature Grill", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247760.jpg"},
{
- id: "p2",
- name: "Fusion Tapas Platter",
- price: "$30",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-with-tomatoes-sesame-seeds-plate_140725-9191.jpg",
- },
+ id: "p2", name: "Fusion Tapas Platter", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-with-tomatoes-sesame-seeds-plate_140725-9191.jpg"},
{
- id: "p3",
- name: "Hand-Cut Steaks",
- price: "$55",
- imageSrc: "http://img.b2bpic.net/free-photo/duck-breast_1203-2637.jpg",
- },
+ id: "p3", name: "Hand-Cut Steaks", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/duck-breast_1203-2637.jpg"},
{
- id: "p4",
- name: "Fresh Catch of the Day",
- price: "$48",
- imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361477.jpg",
- },
+ id: "p4", name: "Fresh Catch of the Day", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361477.jpg"},
{
- id: "p5",
- name: "Artisan Dessert Selection",
- price: "$15",
- imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg",
- },
+ id: "p5", name: "Artisan Dessert Selection", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg"},
{
- id: "p6",
- name: "Curated Wine Pairings",
- price: "$25",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-little-cake-with-red-icing-inside-plate-dark-background-tea-sweet-biscuit-pie-cookies-sugar_140725-115642.jpg",
- },
+ id: "p6", name: "Curated Wine Pairings", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-little-cake-with-red-icing-inside-plate-dark-background-tea-sweet-biscuit-pie-cookies-sugar_140725-115642.jpg"},
]}
title="Menu Highlights"
description="A glimpse into our seasonal culinary creations."
@@ -228,25 +157,15 @@ export default function LandingPage() {
author="Guest Review"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/close-up-friends-hanging-out_23-2149143984.jpg",
- alt: "happy couple dining luxury restaurant",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-friends-hanging-out_23-2149143984.jpg", alt: "happy couple dining luxury restaurant"},
{
- src: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg",
- alt: "happy couple dining luxury restaurant",
- },
+ src: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg", alt: "happy couple dining luxury restaurant"},
{
- src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg",
- alt: "happy couple dining luxury restaurant",
- },
+ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg", alt: "happy couple dining luxury restaurant"},
{
- src: "http://img.b2bpic.net/free-photo/gourmet-meal-served-with-wine_23-2148516896.jpg",
- alt: "happy couple dining luxury restaurant",
- },
+ src: "http://img.b2bpic.net/free-photo/gourmet-meal-served-with-wine_23-2148516896.jpg", alt: "happy couple dining luxury restaurant"},
{
- src: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20500.jpg",
- alt: "happy couple dining luxury restaurant",
- },
+ src: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20500.jpg", alt: "happy couple dining luxury restaurant"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -261,20 +180,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "350+",
- description: "Happy Guests Served",
- },
+ id: "m1", value: "350+", description: "Happy Guests Served"},
{
- id: "m2",
- value: "12",
- description: "Signature Dishes",
- },
+ id: "m2", value: "12", description: "Signature Dishes"},
{
- id: "m3",
- value: "500+",
- description: "Captured Moments",
- },
+ id: "m3", value: "500+", description: "Captured Moments"},
]}
title="By The Numbers"
description="Our commitment to quality service."
@@ -285,8 +195,7 @@ export default function LandingPage() {