diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx
index 5b0b1a0..9e40153 100644
--- a/src/app/gallery/page.tsx
+++ b/src/app/gallery/page.tsx
@@ -105,7 +105,7 @@ export default function GalleryPage() {
src: "http://img.b2bpic.net/free-photo/portrait-interesting-young-man-winter-clothes_158595-911.jpg", alt: "Satisfied Diner"},
]}
ratingAnimation="slide-up"
- avatarsAnimation="fade-in"
+ avatarsAnimation="slide-up"
useInvertedBackground={false}
ariaLabel="Customer Testimonials"
/>
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 902f881..6bf218f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -176,7 +176,7 @@ export default function HomePage() {
src: "http://img.b2bpic.net/free-photo/portrait-interesting-young-man-winter-clothes_158595-911.jpg", alt: "Satisfied Diner"},
]}
ratingAnimation="slide-up"
- avatarsAnimation="fade-in"
+ avatarsAnimation="slide-up"
useInvertedBackground={false}
ariaLabel="Customer Testimonials"
/>
diff --git a/src/app/reservations/page.tsx b/src/app/reservations/page.tsx
index 199b8c9..08d9995 100644
--- a/src/app/reservations/page.tsx
+++ b/src/app/reservations/page.tsx
@@ -3,10 +3,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import ContactCenter from "@/components/sections/contact/ContactCenter";
-import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
-import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import Link from "next/link";
+import { Calendar } from "lucide-react";
export default function ReservationsPage() {
return (
@@ -33,9 +32,7 @@ export default function ReservationsPage() {
{ name: "Contact", id: "/contact" },
]}
button={{
- text: "Order Online",
- href: "https://www.zomato.com",
- }}
+ text: "Order Online", href: "https://www.zomato.com"}}
animateOnLoad={true}
/>
@@ -44,11 +41,10 @@ export default function ReservationsPage() {