|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
|
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
|
|
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
|
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
|
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
|
|
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
|
|
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
|
|
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
|
|
|
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<HeroBillboard
|
|
|
|
<HeroSplit
|
|
|
|
title="Holy Chick! Mother Cruster!"
|
|
|
|
title="Holy Chick! Mother Cruster!"
|
|
|
|
description="Detroit-Style Pizza & Nashville Hot Chicken. Bold flavors, flawless execution, and a whole lotta family energy in Franklin, NJ."
|
|
|
|
description="Detroit-Style Pizza & Nashville Hot Chicken. Bold flavors, flawless execution, and a whole lotta family energy in Franklin, NJ."
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
@@ -50,9 +50,10 @@ export default function LandingPage() {
|
|
|
|
{ text: "View Our Menu", href: "#menu" },
|
|
|
|
{ text: "View Our Menu", href: "#menu" },
|
|
|
|
{ text: "Order Online", href: "#" }
|
|
|
|
{ text: "Order Online", href: "#" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/homemade-pizza-slices-parchment-paper_23-2148120116.jpg"
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EMlwlII1VSlpZmU60rB387yfBH/uploaded-1779999689682-amfupnkn.jpg"
|
|
|
|
imageAlt="Delicious Detroit-style pizza hot chicken"
|
|
|
|
imageAlt="Delicious Detroit-style pizza hot chicken"
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
|
|
|
fixedMediaHeight={false}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
@@ -69,12 +70,12 @@ export default function LandingPage() {
|
|
|
|
title="Our Signature Menu"
|
|
|
|
title="Our Signature Menu"
|
|
|
|
description="Experience the best of both worlds with our legendary Detroit-style pizzas and fiery Nashville hot chicken. Every dish is crafted with passion and precision."
|
|
|
|
description="Experience the best of both worlds with our legendary Detroit-style pizzas and fiery Nashville hot chicken. Every dish is crafted with passion and precision."
|
|
|
|
products={[
|
|
|
|
products={[
|
|
|
|
{ id: "pizza-king", name: "The King (Eliot)", price: "$8.25", variant: "Detroit Style Pizza", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187953.jpg", imageAlt: "detroit style pizza pepperoni frico crust" },
|
|
|
|
{ id: "pizza-king", name: "The King (Eliot)", price: "$8.25", variant: "Detroit Style Pizza", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EMlwlII1VSlpZmU60rB387yfBH/uploaded-1779999463001-6csm25zd.jpg", imageAlt: "detroit style pizza pepperoni frico crust" },
|
|
|
|
{ id: "chicken-chickmate", name: "Chickmate Nashville", price: "$9.85", variant: "Nashville Hot Chicken Sandwich", imageSrc: "http://img.b2bpic.net/free-photo/traditional-british-chip-butty-french-fry-sandwich-wooden-table_123827-30304.jpg", imageAlt: "nashville hot chicken sandwich pickles slaw" },
|
|
|
|
{ id: "chicken-chickmate", name: "Chickmate Nashville", price: "$9.85", variant: "Nashville Hot Chicken Sandwich", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EMlwlII1VSlpZmU60rB387yfBH/uploaded-1779999346354-x336ag7u.jpg", imageAlt: "nashville hot chicken sandwich pickles slaw" },
|
|
|
|
{ id: "knots", name: "Great Lakes Garlic Knots", price: "$5.00", variant: "Shareables & Sides", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109844.jpg", imageAlt: "sourdough garlic knots red sauce parmesan" },
|
|
|
|
{ id: "knots", name: "Great Lakes Garlic Knots", price: "$5.00", variant: "Shareables & Sides", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EMlwlII1VSlpZmU60rB387yfBH/uploaded-1779999375727-3mv1gjot.jpg", imageAlt: "sourdough garlic knots red sauce parmesan" },
|
|
|
|
{ id: "loaded-fries", name: "Mother Cruster Loaded Fries", price: "$13.50", variant: "Shareables & Sides", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-fries-rustic-plate-generated-by-ai_188544-43099.jpg", imageAlt: "loaded fries bacon cheese scallions ranch" },
|
|
|
|
{ id: "loaded-fries", name: "Mother Cruster Loaded Fries", price: "$13.50", variant: "Shareables & Sides", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-fries-rustic-plate-generated-by-ai_188544-43099.jpg", imageAlt: "loaded fries bacon cheese scallions ranch" },
|
|
|
|
{ id: "margherita-pizza", name: "The Motown Margherita (VG)", price: "$8.25", variant: "Detroit Style Pizza", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-pizza-food-recipe-idea_53876-108029.jpg", imageAlt: "motown margherita pizza basil fresh tomatoes" },
|
|
|
|
{ id: "margherita-pizza", name: "The Motown Margherita (VG)", price: "$8.25", variant: "Detroit Style Pizza", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EMlwlII1VSlpZmU60rB387yfBH/uploaded-1779999562608-yqe3cm99.jpg", imageAlt: "motown margherita pizza basil fresh tomatoes" },
|
|
|
|
{ id: "puddin-parfait", name: "Becky's Banana Puddin' Parfait", price: "$7.50", variant: "Sweets", imageSrc: "http://img.b2bpic.net/free-photo/layered-trifle-dessert-serving-glasses_114579-43479.jpg", imageAlt: "banana puddin parfait whipped cream wafers" }
|
|
|
|
{ id: "puddin-parfait", name: "Becky's Banana Puddin' Parfait", price: "$7.50", variant: "Sweets", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EMlwlII1VSlpZmU60rB387yfBH/uploaded-1779999593902-cxa4bz5p.jpg", imageAlt: "banana puddin parfait whipped cream wafers" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
gridVariant="four-items-2x2-equal-grid"
|
|
|
|
gridVariant="four-items-2x2-equal-grid"
|
|
|
|
animationType="slide-up"
|
|
|
|
animationType="slide-up"
|
|
|
|
@@ -119,7 +120,6 @@ export default function LandingPage() {
|
|
|
|
<TestimonialCardFifteen
|
|
|
|
<TestimonialCardFifteen
|
|
|
|
testimonial="“Remarkable experience overall! The food was exceptional, the chicken seasoned to perfection, fries just right, and incredibly quick service. The interior is unique, seating comfortable, and tables spotless. Plus, great entertainment options and reasonable prices. We will certainly be returning!”"
|
|
|
|
testimonial="“Remarkable experience overall! The food was exceptional, the chicken seasoned to perfection, fries just right, and incredibly quick service. The interior is unique, seating comfortable, and tables spotless. Plus, great entertainment options and reasonable prices. We will certainly be returning!”"
|
|
|
|
rating={5}
|
|
|
|
rating={5}
|
|
|
|
author="Satisfied Customers"
|
|
|
|
|
|
|
|
avatars={[
|
|
|
|
avatars={[
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3540.jpg", alt: "Reviewer Sarah J." },
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3540.jpg", alt: "Reviewer Sarah J." },
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/young-woman-with-curly-hair-sitting-cafe_273609-16376.jpg", alt: "Reviewer Michael C." },
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/young-woman-with-curly-hair-sitting-cafe_273609-16376.jpg", alt: "Reviewer Michael C." },
|
|
|
|
@@ -130,6 +130,7 @@ export default function LandingPage() {
|
|
|
|
ratingAnimation="blur-reveal"
|
|
|
|
ratingAnimation="blur-reveal"
|
|
|
|
avatarsAnimation="slide-up"
|
|
|
|
avatarsAnimation="slide-up"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
|
|
|
author="Satisfied Customers"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|