201 lines
11 KiB
TypeScript
201 lines
11 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
|
import { Award } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="text-stagger"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="soft"
|
|
contentWidth="mediumLarge"
|
|
sizing="largeSmallSizeLargeTitles"
|
|
background="aurora"
|
|
cardStyle="subtle-shadow"
|
|
primaryButtonStyle="primary-glow"
|
|
secondaryButtonStyle="solid"
|
|
headingFontWeight="bold"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleApple
|
|
navItems={[
|
|
{
|
|
name: "Home", id: "hero"},
|
|
{
|
|
name: "Our Story", id: "about"},
|
|
{
|
|
name: "Menu", id: "menu"},
|
|
{
|
|
name: "Reviews", id: "testimonials"},
|
|
{
|
|
name: "Contact", id: "contact"},
|
|
]}
|
|
brandName="Mima Ceta"
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroLogoBillboard
|
|
background={{
|
|
variant: "gradient-bars"}}
|
|
logoText="Mima Ceta Artesanal"
|
|
description="Authentic wood-fired sourdough pizza, crafted with local artisanal ingredients and traditional techniques."
|
|
buttons={[
|
|
{
|
|
text: "View Menu", href: "#menu"},
|
|
{
|
|
text: "Order Online", href: "#contact"},
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852145.jpg"
|
|
mediaAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<TestimonialAboutCard
|
|
useInvertedBackground={true}
|
|
tag="Our Heritage"
|
|
title="A Legacy of Flavor"
|
|
description="At Mima Ceta, we believe in the magic of slow-fermented dough, fresh ingredients, and the unmistakable aroma of a wood-fired oven."
|
|
subdescription="Our recipes have been passed down through generations, ensuring every bite is a true taste of Italy right here in your city."
|
|
icon={Award}
|
|
imageSrc="http://img.b2bpic.net/free-photo/calamari-rings-with-vegetables-table_140725-6530.jpg"
|
|
mediaAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="menu" data-section="menu">
|
|
<ProductCardFour
|
|
animationType="slide-up"
|
|
textboxLayout="split-description"
|
|
gridVariant="one-large-left-three-stacked-right"
|
|
useInvertedBackground={false}
|
|
products={[
|
|
{
|
|
id: "p1", name: "Margherita Classica", price: "$16", variant: "Authentic Italian", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-with-fresh-cheese_23-2150096958.jpg"},
|
|
{
|
|
id: "p2", name: "Pepperoni Bliss", price: "$18", variant: "Spicy Kick", imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-delivery-girl-wearing-uniform-cap-holding-pizza-boxes-with-food-containers-putting-finger-temple-isolated-orange-wall_141793-91303.jpg"},
|
|
{
|
|
id: "p3", name: "Formaggi Delight", price: "$19", variant: "Four Cheese", imageSrc: "http://img.b2bpic.net/free-photo/delicious-penne-pasta-with-tomato-sauce-fresh-basil-grated-parmesan-cheese_84443-81547.jpg"},
|
|
{
|
|
id: "p4", name: "Prosciutto Royale", price: "$22", variant: "Gourmet Topping", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-pizza-slices-burnt-paper_23-2147844221.jpg"},
|
|
{
|
|
id: "p5", name: "BBQ Chicken Smoke", price: "$20", variant: "Smokey & Sweet", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134247.jpg"},
|
|
{
|
|
id: "p6", name: "Funghi Forest", price: "$18", variant: "Wild Mushrooms", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-cheesecake-with-picnic-cloth-cup-tea-two-pieces-cake-plate-white-background-top-view_176474-4595.jpg"},
|
|
]}
|
|
title="Chef's Signature Pizzas"
|
|
description="Explore our hand-crafted menu, featuring premium toppings and perfectly charred crusts."
|
|
/>
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
<FeatureCardThree
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="three-columns-all-equal-width"
|
|
useInvertedBackground={true}
|
|
features={[
|
|
{
|
|
title: "Wood-Fired Oven", description: "Authentic volcanic stone ovens reach 900°F for the perfect crust.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cook-preparing-pizza_23-2150283010.jpg"},
|
|
{
|
|
title: "Local Ingredients", description: "Fresh, locally-sourced produce for farm-to-table quality.", imageSrc: "http://img.b2bpic.net/free-photo/dough-ingredients-pizza_23-2148570371.jpg"},
|
|
{
|
|
title: "Speedy Delivery", description: "Hot and fresh to your doorstep in 30 minutes or less.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-home-together_23-2150419414.jpg"},
|
|
]}
|
|
title="Why We're Different"
|
|
description="More than just pizza—an artisanal experience."
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardFive
|
|
textboxLayout="split-description"
|
|
useInvertedBackground={false}
|
|
testimonials={[
|
|
{
|
|
id: "t1", name: "Marco Rossi", date: "Oct 2024", title: "Pizza Lover", quote: "The best Margherita I've had outside of Naples. Absolutely stellar!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dyed-hair-eating-ice-cream_23-2149488683.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiling-curly-woman-talking-by-phone_171337-16735.jpg"},
|
|
{
|
|
id: "t2", name: "Elena Smith", date: "Sept 2024", title: "Foodie", quote: "The wood-fired flavor is unmatched. The crust is crispy and chewy perfection.", tag: "New Customer", avatarSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", imageSrc: "http://img.b2bpic.net/free-photo/isolated-shot-attractive-smiling-girl-shows-direction-pizzeria-eats-tasty-pizza-with-cheese-tomatoes-points-with-thumb-copy-space-against-yellow-wall-woman-has-snack-indoor_273609-29203.jpg"},
|
|
{
|
|
id: "t3", name: "David Wilson", date: "Aug 2024", title: "Weekend Diner", quote: "Incredible fresh ingredients and wonderful service. My favorite spot.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/vertical-shot-female-wearing-khaki-jacket-black-warm-hat-sitting-park_181624-56537.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-lady-shirt-sitting-bar-counter-with-soda-water-hand-burger-near-happily-looking-camera-while-spending-time-cafe_574295-329.jpg"},
|
|
{
|
|
id: "t4", name: "Sarah Jenkins", date: "July 2024", title: "Local", quote: "Consistently delicious. Even the delivery is fast and the food stays hot.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", imageSrc: "http://img.b2bpic.net/free-photo/photo-satisfied-teenage-girl-with-dark-healthy-skin-enjoys-delicious-meal-holds-piece-pizza_273609-18724.jpg"},
|
|
{
|
|
id: "t5", name: "James Miller", date: "June 2024", title: "Family Dad", quote: "My kids love the pizza here. The best family pizza night choice ever.", tag: "Customer", avatarSrc: "http://img.b2bpic.net/free-photo/group-adult-friends-having-dinner-together_23-2148454168.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-creamy-mushroom-sauce-rice_140725-2100.jpg"},
|
|
]}
|
|
title="Voices of Our Guests"
|
|
description="What our happy diners have to say about their Mima Ceta experience."
|
|
/>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<FaqSplitText
|
|
useInvertedBackground={true}
|
|
faqs={[
|
|
{
|
|
id: "f1", title: "Do you offer gluten-free options?", content: "Yes, we have delicious gluten-free cauliflower crusts available upon request."},
|
|
{
|
|
id: "f2", title: "What are your delivery hours?", content: "We deliver daily from 11:00 AM to 10:00 PM."},
|
|
{
|
|
id: "f3", title: "Can I reserve a table?", content: "Absolutely! You can book online or call us directly."},
|
|
]}
|
|
sideTitle="Common Questions"
|
|
faqsAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactCenter
|
|
useInvertedBackground={false}
|
|
background={{
|
|
variant: "rotated-rays-animated"}}
|
|
tag="Contact Us"
|
|
title="Visit Us or Order"
|
|
description="Located at 123 Artisan Lane. We are open daily from 11:00 AM to 10:00 PM."
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterBaseCard
|
|
logoText="Mima Ceta"
|
|
columns={[
|
|
{
|
|
title: "Navigation", items: [
|
|
{ label: "Menu", href: "#menu" },
|
|
{ label: "Our Story", href: "#about" },
|
|
{ label: "Reviews", href: "#testimonials" },
|
|
],
|
|
},
|
|
{
|
|
title: "Location & Hours", items: [
|
|
{ label: "123 Artisan Lane", href: "#" },
|
|
{ label: "Open Daily: 11AM - 10PM", href: "#" },
|
|
],
|
|
},
|
|
{
|
|
title: "Follow Us", items: [
|
|
{ label: "@mimacetaartesanalpizza", href: "https://instagram.com/mimacetaartesanalpizza" },
|
|
{ label: "Facebook", href: "#" },
|
|
],
|
|
},
|
|
]}
|
|
copyrightText="© 2025 Mima Ceta. All rights reserved."
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
} |