From 9a7c4f5329984368b0740cde184ee8fd18055e8d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 16:35:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 182 ++++++++++++++--------------------------------- 1 file changed, 54 insertions(+), 128 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fd4a700..3171a6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,34 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; +import ContactForm from '@/components/form/ContactForm'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; 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."); + } + }; + return ( @@ -52,25 +63,18 @@ export default function LandingPage() {
@@ -84,17 +88,11 @@ export default function LandingPage() { 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: "Fresh Ingredients", description: "We source high-quality seafood and produce daily."}, { - title: "Friendly Service", - description: "Top-tier hospitality from our local team.", - }, + title: "Friendly Service", description: "Top-tier hospitality from our local team."}, { - title: "Authentic Flavors", - description: "Time-honored recipes that feel like home.", - }, + 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" @@ -109,28 +107,13 @@ 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." @@ -143,45 +126,13 @@ 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: "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: "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"}, ]} title="What Our Guests Say" description="Join our community of happy diners." @@ -189,22 +140,12 @@ export default function LandingPage() {
-
@@ -212,42 +153,27 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1