Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-23 17:57:42 +00:00

View File

@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "product",
},
name: "Menu", id: "product"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Testimonials",
id: "testimonial",
},
name: "Testimonials", id: "testimonial"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Palace Cafe & Dairy"
bottomLeftText="Luxury-Casual Dining"
@@ -59,19 +49,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
background={{
variant: "plain",
}}
variant: "plain"}}
logoText="Palace Cafe & Dairy"
description="Classic comfort food, creamy soft serve, and oldschool charm—big portions, friendly service, neighborhood staple vibes."
buttons={[
{
text: "View Menu",
href: "#product",
},
text: "View Menu", href: "#product"},
{
text: "Visit Us Today",
href: "#contact",
},
text: "Visit Us Today", href: "#contact"},
]}
buttonAnimation="blur-reveal"
layoutOrder="default"
@@ -89,17 +74,11 @@ export default function LandingPage() {
description="Palace Cafe & Dairy is Miami's beloved luxury-casual spot, serving up generous portions of comfort food and irresistible soft serve. We blend classic retro drive-in charm with upscale comfort, creating a welcoming atmosphere for families and friends alike."
bulletPoints={[
{
title: "Big Portions, Bigger Flavor",
description: "Indulge in hearty meals and decadent treats that satisfy every craving.",
},
title: "Big Portions, Bigger Flavor", description: "Indulge in hearty meals and decadent treats that satisfy every craving."},
{
title: "Creamy Soft Serve Delights",
description: "Our signature soft serve is a Miami legend, perfect for a sweet escape.",
},
title: "Creamy Soft Serve Delights", description: "Our signature soft serve is a Miami legend, perfect for a sweet escape."},
{
title: "Oldschool Charm, New Memories",
description: "Experience a unique blend of retro vibes and modern comfort in every visit.",
},
title: "Oldschool Charm, New Memories", description: "Experience a unique blend of retro vibes and modern comfort in every visit."},
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-young-african-business-woman-wear-blue-blouse-skirt-sitting-cafe_627829-782.jpg"
mediaAnimation="blur-reveal"
@@ -115,33 +94,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Classic Palace Burger",
price: "$14.99",
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-onion-rings-tomato-lettuce-served-with-salad-fries_140725-8250.jpg",
imageAlt: "gourmet burger with large fries retro plate",
},
id: "1", name: "Classic Palace Burger", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-onion-rings-tomato-lettuce-served-with-salad-fries_140725-8250.jpg", imageAlt: "gourmet burger with large fries retro plate"},
{
id: "2",
name: "Signature Soft Serve Cone",
price: "$5.99",
imageSrc: "http://img.b2bpic.net/free-photo/some-ice-cream-plate-with-flowers-white-top-view_176474-4980.jpg",
imageAlt: "creamy vanilla soft serve cone close up",
},
id: "2", name: "Signature Soft Serve Cone", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/some-ice-cream-plate-with-flowers-white-top-view_176474-4980.jpg", imageAlt: "creamy vanilla soft serve cone close up"},
{
id: "3",
name: "Loaded Chili Cheese Fries",
price: "$8.99",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-with-chicken-nuggets-juice-cup_23-2148314182.jpg",
imageAlt: "loaded chili cheese fries generous portion",
},
id: "3", name: "Loaded Chili Cheese Fries", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-with-chicken-nuggets-juice-cup_23-2148314182.jpg", imageAlt: "loaded chili cheese fries generous portion"},
{
id: "4",
name: "Retro Milkshake",
price: "$7.49",
imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4420.jpg",
imageAlt: "retro chocolate milkshake with whipped cream",
},
id: "4", name: "Retro Milkshake", price: "$7.49", imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-4420.jpg", imageAlt: "retro chocolate milkshake with whipped cream"},
]}
title="Taste the Palace Experience"
description="From juicy burgers and crispy fries to our iconic creamy soft serve, every item on our menu is crafted for maximum flavor and generous enjoyment."
@@ -155,29 +114,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "1",
title: "Instagram-Worthy Delights",
description: "Our dishes are as photogenic as they are delicious, perfect for your feed.",
tag: "Shareable Moments",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5132.jpg",
imageAlt: "person taking photo of food at cafe",
},
id: "1", title: "Instagram-Worthy Delights", description: "Our dishes are as photogenic as they are delicious, perfect for your feed.", tag: "Shareable Moments", imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5132.jpg", imageAlt: "person taking photo of food at cafe"},
{
id: "2",
title: "Family-Friendly Fun",
description: "A welcoming spot for all ages, where everyone can find their favorite treat.",
tag: "All Ages Welcome",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-happy-friends-enjoying-lunch-focus-is-african-american-woman-serving-salad-dining-table_637285-2870.jpg",
imageAlt: "family enjoying meal at casual restaurant",
},
id: "2", title: "Family-Friendly Fun", description: "A welcoming spot for all ages, where everyone can find their favorite treat.", tag: "All Ages Welcome", imageSrc: "http://img.b2bpic.net/free-photo/group-young-happy-friends-enjoying-lunch-focus-is-african-american-woman-serving-salad-dining-table_637285-2870.jpg", imageAlt: "family enjoying meal at casual restaurant"},
{
id: "3",
title: "True Miami Vibe",
description: "Embrace the local charm and laid-back luxury that makes Miami unique.",
tag: "Local Favorite",
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-hipster-beautiful-woman-sitting-colorful-cafe-flirty-fashion-outfit-trendy-outfit-sunglasses-tropical-vacation_285396-5915.jpg",
imageAlt: "Miami street art background with cafe",
},
id: "3", title: "True Miami Vibe", description: "Embrace the local charm and laid-back luxury that makes Miami unique.", tag: "Local Favorite", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-hipster-beautiful-woman-sitting-colorful-cafe-flirty-fashion-outfit-trendy-outfit-sunglasses-tropical-vacation_285396-5915.jpg", imageAlt: "Miami street art background with cafe"},
]}
title="More Than Just a Meal"
description="At Palace Cafe & Dairy, every visit is an experience. We pride ourselves on friendly service, a vibrant atmosphere, and creating moments that are perfect for sharing."
@@ -190,50 +131,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Absolute Gem!",
quote: "Palace Cafe & Dairy is an absolute gem! The portions are huge, the soft serve is heavenly, and the retro vibe is so cool. A must-visit in Miami!",
name: "Sophia R.",
role: "Local Foodie",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg",
imageAlt: "portrait of smiling woman professional",
},
id: "1", title: "Absolute Gem!", quote: "Palace Cafe & Dairy is an absolute gem! The portions are huge, the soft serve is heavenly, and the retro vibe is so cool. A must-visit in Miami!", name: "Sophia R.", role: "Local Foodie", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", imageAlt: "portrait of smiling woman professional"},
{
id: "2",
title: "Family Favorite!",
quote: "Our family loves coming here! The kids adore the ice cream, and my husband and I always enjoy the classic comfort food. Great value and a fun atmosphere.",
name: "David L.",
role: "Happy Parent",
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2543.jpg",
imageAlt: "portrait of smiling man business casual",
},
id: "2", title: "Family Favorite!", quote: "Our family loves coming here! The kids adore the ice cream, and my husband and I always enjoy the classic comfort food. Great value and a fun atmosphere.", name: "David L.", role: "Happy Parent", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2543.jpg", imageAlt: "portrait of smiling man business casual"},
{
id: "3",
title: "Old-School Miami Charm!",
quote: "I felt like I stepped back in time in the best way possible. The food was fantastic, and the service was so friendly. This place truly captures old-school Miami.",
name: "Maria G.",
role: "Miami Tourist",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg",
imageAlt: "portrait of smiling young woman casual",
},
id: "3", title: "Old-School Miami Charm!", quote: "I felt like I stepped back in time in the best way possible. The food was fantastic, and the service was so friendly. This place truly captures old-school Miami.", name: "Maria G.", role: "Miami Tourist", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg", imageAlt: "portrait of smiling young woman casual"},
{
id: "4",
title: "Soft Serve Perfection!",
quote: "Creamy soft serve perfection! I dream about their cones. Plus, the chili cheese fries are out of this world. Five stars all the way!",
name: "Carlos P.",
role: "Regular Customer",
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-wearing-casual-clothes-glasses-smiling-confident-touching-hair-with-hand-up-gesture-posing-attractive-fashionable_839833-29726.jpg",
imageAlt: "portrait of smiling man in cafe",
},
id: "4", title: "Soft Serve Perfection!", quote: "Creamy soft serve perfection! I dream about their cones. Plus, the chili cheese fries are out of this world. Five stars all the way!", name: "Carlos P.", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-wearing-casual-clothes-glasses-smiling-confident-touching-hair-with-hand-up-gesture-posing-attractive-fashionable_839833-29726.jpg", imageAlt: "portrait of smiling man in cafe"},
{
id: "5",
title: "Luxury-Casual Done Right!",
quote: "A luxury-casual spot that actually delivers on both! The atmosphere is relaxed but feels special, and the food quality is top-notch. Highly recommend.",
name: "Jessica K.",
role: "Dining Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/adorable-nice-girl-wearing-stylish-eyeglasses-warm-knitted-pullover-feeling-cold-after-walk-warming-hands-inside-sleeves-smiling_343059-3271.jpg",
imageAlt: "portrait of smiling woman with glasses",
},
id: "5", title: "Luxury-Casual Done Right!", quote: "A luxury-casual spot that actually delivers on both! The atmosphere is relaxed but feels special, and the food quality is top-notch. Highly recommend.", name: "Jessica K.", role: "Dining Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/adorable-nice-girl-wearing-stylish-eyeglasses-warm-knitted-pullover-feeling-cold-after-walk-warming-hands-inside-sleeves-smiling_343059-3271.jpg", imageAlt: "portrait of smiling woman with glasses"},
]}
title="What Our Guests Say"
description="Hear from our happy customers who love our generous portions, nostalgic atmosphere, and incredible food."
@@ -241,92 +147,53 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
<ContactText
useInvertedBackground={true}
title="Visit Us & Say Hello!"
description="Ready to chill and indulge? Find us in the heart of Miami. We can't wait to welcome you to Palace Cafe & Dairy for a taste of classic comfort and sweet treats."
inputs={[
buttons={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
},
text: "Send an Inquiry", href: "#contact"},
]}
textarea={{
name: "message",
placeholder: "Your Message (Optional)",
rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/french-windows-provencal-style_1101-866.jpg"
mediaAnimation="blur-reveal"
mediaPosition="right"
buttonText="Send Message"
imageAlt="retro cafe exterior sunlit street"
background={{
variant: "sparkles-gradient"}}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/fresh-yummy-fruit-cocktail-table_140725-5661.jpg"
<FooterBaseCard
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Main Dishes",
href: "#product",
},
label: "Main Dishes", href: "#product"},
{
label: "Soft Serve",
href: "#product",
},
label: "Soft Serve", href: "#product"},
{
label: "Sides & Shakes",
href: "#product",
},
label: "Sides & Shakes", href: "#product"},
],
},
{
title: "About Us",
items: [
title: "About Us", items: [
{
label: "Our Story",
href: "#about",
},
label: "Our Story", href: "#about"},
{
label: "Reviews",
href: "#testimonial",
},
label: "Reviews", href: "#testimonial"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
{
label: "Instagram",
href: "https://instagram.com/palacecafe",
},
label: "Instagram", href: "https://instagram.com/palacecafe"},
{
label: "Facebook",
href: "https://facebook.com/palacecafe",
},
label: "Facebook", href: "https://facebook.com/palacecafe"},
],
},
]}
logoText="Palace Cafe & Dairy"
copyrightText="© 2024 Palace Cafe & Dairy. All rights reserved."
imageAlt="retro diner neon sign glowing night"
/>
</div>
</ReactLenis>