From ccfc95f1444e85319d04aec2ba04eb9dfb96ef3d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 16:10:44 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 261 +++++++++++++++++++++------------------ 1 file changed, 139 insertions(+), 122 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 40b4e50..6ee56d9 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -1,12 +1,19 @@ "use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import BlogCardThree from '@/components/sections/blog/BlogCardThree'; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; import Link from "next/link"; -import { Camera, Zap, TrendingUp } from "lucide-react"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import HeroSplit from "@/components/sections/hero/HeroSplit"; +import BlogCardThree from "@/components/sections/blog/BlogCardThree"; +import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; +import FooterMedia from "@/components/sections/footer/FooterMedia"; +import { + Award, + Camera, + Zap, + TrendingUp, +} from "lucide-react"; +import { useState } from "react"; export default function GalleryPage() { const navItems = [ @@ -18,45 +25,87 @@ export default function GalleryPage() { { name: "Locations", id: "locations" }, ]; + const [selectedImage, setSelectedImage] = useState(null); + const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, - { label: "Menu", href: "/#menu" }, + { label: "Menu", href: "/menu" }, { label: "Gallery", href: "/gallery" }, - { label: "Reviews", href: "/#reviews" }, + { label: "Reviews", href: "/" }, ], }, { - title: "Order & Contact", - items: [ - { label: "Order Online", href: "/#order" }, + title: "Order & Contact", items: [ + { label: "Order Online", href: "/menu" }, { 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: "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: "/" }, ], }, ]; + const galleryImages = [ + { + id: "user-upload-1", category: "Dishes", title: "Caribbean Delight", excerpt: + "Stunning presentation of our signature Caribbean feast with vibrant colors and authentic flavors.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1773849790665-2gw0wih3.jpg", imageAlt: "User uploaded Caribbean dish", authorName: "Caribbean Flair Community", authorAvatar: + "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", date: "Community Upload"}, + { + id: "user-upload-2", category: "Dishes", title: "Island Feast Experience", excerpt: + "A mouth-watering capture of our authentic Jamaican cuisine in all its glory.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1773849790665-wha24yfi.jpg", imageAlt: "User uploaded island feast", authorName: "Caribbean Flair Community", authorAvatar: + "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", date: "Community Upload"}, + { + id: "user-upload-3", category: "Grill", title: "Fresh Off The Grill", excerpt: + "Behind-the-scenes action showing our expert grill masters at work with authentic technique.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1773849790665-qcfdeh7f.jpg", imageAlt: "Grilling action", authorName: "Caribbean Flair Community", authorAvatar: + "http://img.b2bpic.net/free-photo/young-male-holding-hands-pockets-white-shirt-jacket-looking-elegant-front-view_176474-99655.jpg", date: "Community Upload"}, + { + id: "user-upload-4", category: "Dishes", title: "Platter Perfection", excerpt: + "A beautifully plated Caribbean meal showcasing the quality and care we put into every order.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1773849790665-dk53z92a.jpg", imageAlt: "Platter presentation", authorName: "Caribbean Flair Community", authorAvatar: + "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg", date: "Community Upload"}, + { + id: "user-upload-5", category: "Community", title: "Community Gathering", excerpt: + "Caribbean Flair bringing people together through authentic flavors and shared island experiences.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1773849790665-y2tu4f81.jpg", imageAlt: "Community gathering", authorName: "Caribbean Flair Community", authorAvatar: + "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg", date: "Community Upload"}, + { + id: "gallery-1", category: "Main Dishes", title: "Jerk Pork Did Not Disappoint", excerpt: + "Perfectly seasoned and grilled, bursting with island spices and authentic Jamaican flavor.", imageSrc: + "http://img.b2bpic.net/free-photo/hot-spicy-grilled-pork-salad-with-berry-rice_1339-6325.jpg?_wi=1", imageAlt: "Jerk pork platter with rice and tropical slaw", authorName: "Caribbean Flair Team", authorAvatar: + "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", date: "Fresh Daily"}, + { + id: "gallery-2", category: "Featured", title: "Curry Goat - A Community Favorite", excerpt: + "Tender, aromatic, and cooked to perfection. Every bite transports you straight to Jamaica.", imageSrc: + "http://img.b2bpic.net/free-photo/rice-dish-with-sauce-near-spices_23-2147894777.jpg?_wi=1", imageAlt: "Rich curry goat served over rice and peas", authorName: "Caribbean Flair Team", authorAvatar: + "http://img.b2bpic.net/free-vector/colorful-avatars_23-2147502919.jpg", date: "Popular Choice"}, + { + id: "gallery-3", category: "Sides", title: "Festival Dumplings & Tropical Slaw", excerpt: + "Crispy, golden festival dumplings paired with our signature tropical slaw for the perfect complement.", imageSrc: + "http://img.b2bpic.net/free-photo/deep-fried-samosas-rustic-crockery-plate-generated-by-ai_188544-41080.jpg?_wi=1", imageAlt: + "Festival dumplings with tropical slaw and mac and cheese", authorName: "Caribbean Flair Team", authorAvatar: + "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", date: "Must Try"}, + ]; + return ( + {/* Navbar */} + {/* Hero Section */} +
+ +
+ + {/* Lightbox Modal */} + {selectedImage && ( +
setSelectedImage(null)} + > +
e.stopPropagation()}> + Gallery lightbox +
+
+ )} + + {/* Featured Gallery Section */} -