Merge version_2 into main #4
@@ -9,25 +9,10 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { toast } from "sonner";
|
||||
|
||||
export default function LandingPage() {
|
||||
const handleContactSubmit = async (email: string) => {
|
||||
try {
|
||||
const response = await fetch('/api/contact', {
|
||||
method: 'POST',
|
||||
headers: { 'Content-Type': 'application/json' },
|
||||
body: JSON.stringify({ email }),
|
||||
});
|
||||
|
||||
if (response.ok) {
|
||||
toast.success("Successfully subscribed!");
|
||||
} else {
|
||||
throw new Error("Submission failed");
|
||||
}
|
||||
} catch (error) {
|
||||
toast.error("Something went wrong. Please try again.");
|
||||
}
|
||||
console.log("Subscribed:", email);
|
||||
};
|
||||
|
||||
return (
|
||||
@@ -47,14 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Juicy Lucy's"
|
||||
/>
|
||||
@@ -62,19 +43,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Welcome to Juicy Lucy's Kitchen"
|
||||
description="Experience local flavors and soul-warming seafood in the heart of Racine. Exceptional service, fresh ingredients, and a warm welcome await you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online", href: "https://www.doordash.com/"},
|
||||
{
|
||||
text: "Call Now", href: "tel:2624564077"},
|
||||
{ text: "Order Online", href: "https://www.doordash.com/" },
|
||||
{ text: "Call Now", href: "tel:2624564077" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-man-hands_140725-2356.jpg", imageAlt: "Juicy Lucy's dining atmosphere"},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-man-hands_140725-2356.jpg", imageAlt: "Juicy Lucy's dining atmosphere" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -87,12 +64,9 @@ export default function LandingPage() {
|
||||
title="A Taste of Home in Racine"
|
||||
description="At Juicy Lucy's Kitchen, we believe in great food and even better service. From our signature seafood boils to classic comfort dishes, every plate is prepared with care and quality ingredients."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fresh Ingredients", description: "We source high-quality seafood and produce daily."},
|
||||
{
|
||||
title: "Friendly Service", description: "Top-tier hospitality from our local team."},
|
||||
{
|
||||
title: "Authentic Flavors", description: "Time-honored recipes that feel like home."},
|
||||
{ title: "Fresh Ingredients", description: "We source high-quality seafood and produce daily." },
|
||||
{ title: "Friendly Service", description: "Top-tier hospitality from our local team." },
|
||||
{ title: "Authentic Flavors", description: "Time-honored recipes that feel like home." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-round-dough-board-beans-bowl-garlic-lemon-tomato-hazelnut-chestnut-red-lentils-bowl-table_140725-144819.jpg?id=17231478"
|
||||
imageAlt="Juicy Lucy's owner welcoming guests"
|
||||
@@ -107,13 +81,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Seafood", title: "Shrimp Boil", subtitle: "Local Favorite", description: "Perfectly seasoned, fresh shrimp boiled to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-cooked-shrimps-glass-bowl-with-garlic-sauce-bread-kitchen-table_181624-25483.jpg"},
|
||||
tag: "Seafood", title: "Shrimp Boil", subtitle: "Local Favorite", description: "Perfectly seasoned, fresh shrimp boiled to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-cooked-shrimps-glass-bowl-with-garlic-sauce-bread-kitchen-table_181624-25483.jpg"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Classic", title: "Italian Beef", subtitle: "Traditional Recipe", description: "Juicy, savory beef prepared with our special blend of spices.", imageSrc: "http://img.b2bpic.net/free-photo/slices-pizza-staked-with-tomatoes-vegetables_23-2148753760.jpg"},
|
||||
tag: "Classic", title: "Italian Beef", subtitle: "Traditional Recipe", description: "Juicy, savory beef prepared with our special blend of spices.", imageSrc: "http://img.b2bpic.net/free-photo/slices-pizza-staked-with-tomatoes-vegetables_23-2148753760.jpg"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Sides", title: "Mac & Cheese", subtitle: "Gourmet Comfort", description: "Creamy, homemade mac and cheese, the perfect side dish.", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad_74190-725.jpg"},
|
||||
tag: "Sides", title: "Mac & Cheese", subtitle: "Gourmet Comfort", description: "Creamy, homemade mac and cheese, the perfect side dish.", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad_74190-725.jpg"
|
||||
},
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Signature dishes that our customers love."
|
||||
@@ -126,13 +103,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sherika Moore", date: "1 month ago", title: "Loyal Customer", quote: "Juicy Lucy's is 1000/10! Everything is a hit and the service is top tier.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=1"},
|
||||
id: "1", name: "Sherika Moore", date: "1 month ago", title: "Loyal Customer", quote: "Juicy Lucy's is 1000/10! Everything is a hit and the service is top tier.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jeremy Witek", date: "4 months ago", title: "Seafood Lover", quote: "We did not disappoint! Seasoned perfectly and the crab legs were incredible.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=2"},
|
||||
id: "2", name: "Jeremy Witek", date: "4 months ago", title: "Seafood Lover", quote: "We did not disappoint! Seasoned perfectly and the crab legs were incredible.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Walter Grogan", date: "3 months ago", title: "Local Guide", quote: "Great food and even better hospitality. A local gem.", tag: "4 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=3"},
|
||||
{
|
||||
id: "4", name: "Happy Diner", date: "2 months ago", title: "Frequent Guest", quote: "Always a great experience. The best place in Racine for comfort food.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=4"},
|
||||
id: "3", name: "Walter Grogan", date: "3 months ago", title: "Local Guide", quote: "Great food and even better hospitality. A local gem.", tag: "4 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=3"
|
||||
},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Join our community of happy diners."
|
||||
@@ -146,6 +124,7 @@ export default function LandingPage() {
|
||||
tag="Contact"
|
||||
onSubmit={handleContactSubmit}
|
||||
centered={true}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -154,26 +133,20 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "3701 Durand Ave, Racine", href: "#"},
|
||||
{
|
||||
label: "Open until 9 PM", href: "#"},
|
||||
{ label: "3701 Durand Ave, Racine", href: "#" },
|
||||
{ label: "Open until 9 PM", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Order", items: [
|
||||
{
|
||||
label: "Order Delivery", href: "https://www.doordash.com/"},
|
||||
{
|
||||
label: "Call Today", href: "tel:2624564077"},
|
||||
{ label: "Order Delivery", href: "https://www.doordash.com/" },
|
||||
{ label: "Call Today", href: "tel:2624564077" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user