From 8bac311e4a0dab5bbf091cc1dcf5597c4cc9c72d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 16:10:46 +0000 Subject: [PATCH] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 171 ++++++++++++--------------------------- 1 file changed, 51 insertions(+), 120 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 2dbc65d..36e0d2a 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -1,12 +1,11 @@ "use client"; +import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; -import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import Link from "next/link"; -import { Star, Zap } from "lucide-react"; +import { Star, Heart, Award } from "lucide-react"; export default function ReviewsPage() { const navItems = [ @@ -20,39 +19,35 @@ export default function ReviewsPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, - { label: "Gallery", href: "/gallery" }, + { label: "Gallery", href: "/" }, { label: "Reviews", href: "/reviews" }, ], }, { - title: "Order & Contact", - items: [ - { label: "Order Online", href: "/order" }, + title: "Order & Contact", items: [ + { label: "Order Online", href: "/" }, { label: "Call Us", href: "tel:2397850423" }, - { label: "Locations & Hours", href: "/locations" }, - { label: "Contact", href: "/contact" }, + { label: "Locations & Hours", href: "/" }, + { label: "Contact", href: "/" }, ], }, { - title: "Connect With Us", - items: [ + title: "Connect With Us", items: [ { label: "Facebook", href: "https://facebook.com/caribbeanflair" }, - { label: "About Us", href: "/about" }, - { label: "Privacy Policy", href: "#privacy" }, - { label: "Terms of Service", href: "#terms" }, + { label: "About Us", href: "/" }, + { label: "Privacy Policy", href: "/" }, + { label: "Terms of Service", href: "/" }, ], }, { - title: "Located In", - items: [ - { label: "801 Leeland Heights Blvd W", href: "#map" }, - { label: "Lehigh Acres, FL 33936", href: "#map" }, - { label: "Open Until 9PM", href: "/locations" }, - { label: "Delivery Available", href: "/order" }, + title: "Located In", items: [ + { label: "801 Leeland Heights Blvd W", href: "/" }, + { label: "Lehigh Acres, FL 33936", href: "/" }, + { label: "Open Until 9PM", href: "/" }, + { label: "Delivery Available", href: "/" }, ], }, ]; @@ -70,21 +65,21 @@ export default function ReviewsPage() { secondaryButtonStyle="glass" headingFontWeight="medium" > + {/* Navbar */} -
+ {/* Five-Star Reviews Section */} + - -
-
+ {/* Footer */}