6 Commits

Author SHA1 Message Date
8e16a5ef5b Update src/app/order-now/page.tsx 2026-03-19 14:15:25 +00:00
29b89df3d2 Merge version_25 into main
Merge version_25 into main
2026-03-19 14:06:32 +00:00
42f23b8fa0 Update src/app/order-now/page.tsx 2026-03-19 14:06:28 +00:00
6d7a949444 Merge version_25 into main
Merge version_25 into main
2026-03-19 14:06:07 +00:00
f56b26d8fa Update src/app/order-now/page.tsx 2026-03-19 14:06:03 +00:00
5495578c4d Merge version_24 into main
Merge version_24 into main
2026-03-19 02:51:44 +00:00

View File

@@ -4,7 +4,7 @@ import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroSplit from "@/components/sections/hero/HeroSplit"; import HeroSplit from "@/components/sections/hero/HeroSplit";
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FooterMedia from "@/components/sections/footer/FooterMedia"; import FooterMedia from "@/components/sections/footer/FooterMedia";
import { import {
Award, Award,
@@ -64,6 +64,13 @@ export default function OrderNowPage() {
}, },
]; ];
const deliveryServices = [
{ name: "Uber Eats", href: "https://www.ubereats.com" },
{ name: "DoorDash", href: "https://www.doordash.com" },
{ name: "Grubhub", href: "https://www.grubhub.com" },
{ name: "Seamless", href: "https://www.seamless.com" },
];
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="bounce-effect" defaultButtonVariant="bounce-effect"
@@ -164,7 +171,7 @@ export default function OrderNowPage() {
}, },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1773887611478-094w00ok.jpg?_wi=2" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1773929131328-mphgod14.jpg?_wi=1"
imageAlt="Caribbean Flair delivery service" imageAlt="Caribbean Flair delivery service"
mediaAnimation="opacity" mediaAnimation="opacity"
imagePosition="right" imagePosition="right"
@@ -174,49 +181,37 @@ export default function OrderNowPage() {
{/* Delivery Options Section */} {/* Delivery Options Section */}
<div id="delivery-options" data-section="delivery-options"> <div id="delivery-options" data-section="delivery-options">
<FeatureCardTwentySeven <div className="px-4 py-12 md:px-8">
title="Choose Your Delivery Service" <div className="max-w-6xl mx-auto">
description="Select your preferred delivery partner to bring Caribbean Flair straight to your table." <div className="text-center mb-12">
tag="Multiple Options" <h2 className="text-3xl md:text-4xl font-bold mb-4">Choose Your Delivery Service</h2>
tagIcon={Truck} <p className="text-lg text-gray-600">Select your preferred delivery partner to bring Caribbean Flair straight to your table. Fast, reliable service with real-time tracking.</p>
tagAnimation="slide-up" </div>
textboxLayout="default" <div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
gridVariant="three-columns-all-equal-width" {deliveryServices.map((service) => (
animationType="slide-up" <a
useInvertedBackground={false} key={service.name}
features={[ href={service.href}
{ target="_blank"
id: "doordash", title: "DoorDash", descriptions: [ rel="noopener noreferrer"
"Fast delivery with real-time tracking", "Easy app-based ordering", "Contactless delivery available" className="group relative overflow-hidden rounded-lg p-6 bg-white border-2 border-gray-200 hover:border-orange-500 hover:shadow-lg transition-all duration-300 flex items-center justify-center min-h-32 text-center"
], >
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1773887611478-8nakpzaa.jpg?_wi=2", imageAlt: "DoorDash delivery service logo" <div className="absolute inset-0 bg-gradient-to-r from-orange-500/0 to-orange-500/0 group-hover:from-orange-500/5 group-hover:to-orange-500/10 transition-all duration-300" />
}, <div className="relative z-10">
{ <p className="font-bold text-lg mb-1 group-hover:text-orange-600 transition-colors">{service.name}</p>
id: "ubereats", title: "Uber Eats", descriptions: [ <p className="text-sm text-gray-500 group-hover:text-gray-700">Order online </p>
"Seamless ordering experience", "Fast and reliable delivery", "Track your order in real-time" </div>
], </a>
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1773887611478-i3ll7ifz.jpg?_wi=2", imageAlt: "Uber Eats delivery service logo" ))}
}, </div>
{ </div>
id: "grubhub", title: "Grubhub", descriptions: [ </div>
"Wide reach and convenient ordering", "Loyalty rewards program", "Quick and professional delivery"
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1773887611478-60e6tsue.jpg?_wi=2", imageAlt: "Grubhub delivery service logo"
},
{
id: "instacart", title: "Instacart", descriptions: [
"Fresh food delivery expertise", "Same-day delivery available", "Easy scheduling options"
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1773887611478-gby1l988.jpg?_wi=2", imageAlt: "Instacart delivery service logo"
},
]}
/>
</div> </div>
{/* Footer with Local Map Info and Social Links */} {/* Footer with Local Map Info and Social Links */}
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1773887611478-094w00ok.jpg?_wi=3" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1773929131328-mphgod14.jpg?_wi=2"
imageAlt="Caribbean Flair Island Jerk Grill Trailer" imageAlt="Caribbean Flair Island Jerk Grill Trailer"
logoText="Caribbean Flair" logoText="Caribbean Flair"
copyrightText="© 2026 Caribbean Flair Island Jerk Grill | Black & Women-Owned | Lehigh Acres, FL" copyrightText="© 2026 Caribbean Flair Island Jerk Grill | Black & Women-Owned | Lehigh Acres, FL"
@@ -225,4 +220,4 @@ export default function OrderNowPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }