Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-09 21:49:19 +00:00

View File

@@ -2,16 +2,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo/ProductCardTwo';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactText from '@/components/sections/contact/ContactText';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Sparkles, Crown, PartyPopper } from "lucide-react";
import { Nunito } from "next/font/google";
const nunito = Nunito({
@@ -48,158 +38,6 @@ export default function LandingPage() {
]}
/>
</div>
<div id="home" data-section="home" className={nunito.variable}>
<HeroSplitTestimonial
title="Taste the Ocean's Bounty, Crafted into Every Slice"
description="Mariner's Pizza brings you fresh, delicious pizzas made with premium ingredients, right here in Asingan, Pangasinan. Experience quality, taste, and tradition in every bite."
background={{"variant":"plain"}}
testimonials={[
{ name: "Chef Enrico P.", handle: "@EnricoFoodie", testimonial: "Truly the best pizza in Pangasinan! Every ingredient feels fresh, and the crust is perfectly crispy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/reading_23-2148015208.jpg", imageAlt: "Chef Enrico P." },
{ name: "Maria L.", handle: "@MariaEats", testimonial: "The Mariner's Special is a must-try! So much flavor and excellent service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-asian-digital-nomad-girl-talks-mobile-phone-walks-street-with_1258-189195.jpg", imageAlt: "Maria L." },
{ name: "Aldrin S.", handle: "@AsinganFoodGuy", testimonial: "Consistently delicious! Mariner's Pizza is our family's favorite spot for a reason.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg", imageAlt: "Aldrin S." },
{ name: "Karen T.", handle: "@KarenFoodie", testimonial: "Always fresh, always hot. Their delivery is super fast too!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-man-posing-studio_158538-25508.jpg", imageAlt: "Karen T." },
{ name: "Marco J.", handle: "@MarcoReviews", testimonial: "Great ambiance and even better pizza. A true gem in Asingan!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-africanamerican-woman-showing-okay-sign-smiling-recommending-something-good_1258-179439.jpg", imageAlt: "Marco J." }
]}
useInvertedBackground={false}
buttons={[
{ text: "Order Now", href: "#menu" },
{ text: "View Our Menu", href: "#menu" }
]}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/young-woman-showing-her-fist-looking-front_114579-58458.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/smiling-looking-happy-friendly-satisfied-gesturing-victory-peace-with-both-hands_1194-632542.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/playful-girl-enjoying-tasty-breakfast-holidays-stylish-modern-cafe_273443-1845.jpg", alt: "Customer 3" }
]}
avatarText="Loved by pizza enthusiasts across Pangasinan!"
imageSrc="http://img.b2bpic.net/free-photo/caezar-pizza-chicken-tomato-parmesan-crackers-basil-side-view_141793-2748.jpg"
imageAlt="Delicious Mariner's Special Pizza"
mediaAnimation="opacity"
/>
</div>
<div id="about" data-section="about" className={nunito.variable}>
<TextSplitAbout
title="Our Story: A Passion for Pizza in Pangasinan"
description={[
"Mariner's Pizza started with a simple dream: to serve the freshest, most delicious pizzas to our beloved community in Asingan. From our humble beginnings on L. Soloria Road, we've grown into a local favorite, known for our commitment to quality ingredients, traditional recipes, and a warm, inviting atmosphere.", "Every pizza we craft is a testament to our passion, baked with love and served with a smile. We believe in using only the best, freshest ingredients to ensure an unforgettable culinary experience for every customer. Come and taste the difference that dedication makes!"
]}
useInvertedBackground={false}
buttons={[
{ text: "Learn More" }
]}
/>
</div>
<div id="features" data-section="features" className={nunito.variable}>
<FeatureCardNineteen
features={[
{ tag: "Quality", title: "Fresh, Local Ingredients", subtitle: "Taste the difference", description: "We source the freshest vegetables, premium meats, and finest cheeses from local suppliers to create pizzas bursting with authentic flavors.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dough-tomatoes-arrangement_23-2148601638.jpg", imageAlt: "Fresh pizza ingredients" },
{ tag: "Craft", title: "Handcrafted to Perfection", subtitle: "Art in every slice", description: "Each pizza is meticulously handcrafted by our experienced chefs, ensuring a perfect crust, balanced toppings, and a consistent, delicious taste every time.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235802.jpg", imageAlt: "Pizza baking in a hot oven" },
{ tag: "Convenience", title: "Fast & Reliable Delivery", subtitle: "Pizza at your doorstep", description: "Enjoy your favorite Mariner's Pizza from the comfort of your home. Our speedy delivery ensures your order arrives hot and fresh, right to your door.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-with-delivery-coffee-box-yellow-job-service-covid-virus-color-bike-uniform_179666-22389.jpg", imageAlt: "Pizza delivery person" }
]}
title="Why Mariner's Pizza is Your Best Choice"
description="Experience the difference with our commitment to quality, taste, and community."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="menu" data-section="menu" className={nunito.variable}>
<ProductCardTwo
products={[
{ id: "mariners-special", brand: "Our Signature", name: "Mariner's Special", price: "₱650", rating: 5, reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-shrimp-salmonnd-olives_2829-4071.jpg", imageAlt: "Mariner's Special Pizza with seafood" },
{ id: "pepperoni", brand: "Classic", name: "Classic Pepperoni", price: "₱580", rating: 4, reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187953.jpg", imageAlt: "Classic Pepperoni Pizza" },
{ id: "hawaiian", brand: "Sweet & Savory", name: "Tropical Hawaiian", price: "₱590", rating: 4, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-ham-cheese-pizza-with-melted-cheese-parmesanand-arugula-board_141793-4053.jpg", imageAlt: "Tropical Hawaiian Pizza" },
{ id: "vegetarian", brand: "Garden Fresh", name: "Vegetarian Delight", price: "₱570", rating: 5, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spicy-mushroom-pizza-with-red-tomatoes-bell-peppers-olives-all-sliced-inside-with-oil-flour-grey-desk-food-pizza-dough_140725-23147.jpg", imageAlt: "Vegetarian Delight Pizza" },
{ id: "meat-lovers", brand: "Hearty Feast", name: "Ultimate Meat Lovers", price: "₱680", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-pizza-with-sliced-sausages-melted-cheese-board-lights_181624-44547.jpg", imageAlt: "Ultimate Meat Lovers Pizza" },
{ id: "carbonara", brand: "Gourmet", name: "Creamy Carbonara", price: "₱620", rating: 4, reviewCount: "155", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-cut-slices-with-pineapple_23-2148753782.jpg", imageAlt: "Creamy Carbonara Pizza" }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
title="Our Delicious Menu"
description="Explore a world of flavor with our handcrafted pizzas, baked fresh daily just for you. From classic favorites to unique creations, there's a slice for everyone."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="specials" data-section="specials" className={nunito.variable}>
<PricingCardEight
plans={[
{ id: "deal-1", badge: "Popular", badgeIcon: Sparkles, price: "₱899", subtitle: "Great for couples or small groups", buttons: [{ text: "Get Deal", href: "#contact" }], features: ["Any 1 Regular Pizza", "1 Side Dish (Fries/Wings)", "2 Drinks"] },
{ id: "deal-2", badge: "Best Value", badgeIcon: Crown, price: "₱1499", subtitle: "Perfect for family gatherings", buttons: [{ text: "Get Deal", href: "#contact" }], features: ["Any 2 Large Pizzas", "2 Side Dishes (Fries & Wings)", "4 Drinks (Pitcher option)"] },
{ id: "deal-3", badge: "Ultimate Party", badgeIcon: PartyPopper, price: "₱1999", subtitle: "Host the ultimate pizza party", buttons: [{ text: "Get Deal", href: "#contact" }], features: ["Any 3 Large Pizzas", "3 Side Dishes (Fries, Wings, Pasta)", "6 Drinks (2 Pitchers)"] }
]}
animationType="slide-up"
title="Great Deals for Every Appetite!"
description="Enjoy more of your favorites with our value-packed combos and family deals. Perfect for any occasion!"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="reviews" data-section="reviews" className={nunito.variable}>
<TestimonialCardTen
testimonials={[
{ id: "1", title: "Simply the best pizza around!", quote: "Mariner's Pizza consistently delivers deliciousness. Their crust is perfect, and the toppings are always fresh. My family and I are huge fans!", name: "Sarah J.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-leaves_23-2149235631.jpg", imageAlt: "Happy family enjoying pizza" },
{ id: "2", title: "A taste of Italy in Asingan!", quote: "I've tried many pizzerias, but Mariner's Pizza stands out. The authentic flavors transport me straight to Italy. Highly recommended!", name: "Michael C.", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-baking-pizza-wood-fired-oven_52683-106696.jpg", imageAlt: "Chef preparing pizza dough" },
{ id: "3", title: "Fast delivery and amazing taste!", quote: "Whenever we crave pizza, Mariner's is our go-to. Their delivery is always on time, and the pizza arrives hot and incredibly tasty. Fantastic service!", name: "Emily R.", role: "Busy Mom", imageSrc: "http://img.b2bpic.net/free-photo/young-people-costumes-party_23-2149370717.jpg", imageAlt: "Pizza delivery person" },
{ id: "4", title: "The Mariner's Special is a game-changer!", quote: "I never thought I'd find such unique and flavorful pizzas locally. The Mariner's Special is an absolute masterpiece. You have to try it!", name: "David K.", role: "Pizza Connoisseur", imageSrc: "http://img.b2bpic.net/free-photo/father-son-cooking-together_23-2148215314.jpg", imageAlt: "Gourmet pizza with unique toppings" },
{ id: "5", title: "My new favorite local spot!", quote: "The ambiance is great, the staff is super friendly, and the pizza is out of this world. Mariner's Pizza has quickly become my top pick in Asingan.", name: "Jessica M.", role: "Community Member", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-playing-with-smartphone_23-2149663589.jpg", imageAlt: "Friends sharing a large pizza" }
]}
title="What Our Customers Say"
description="Hear from our happy customers who love Mariner's Pizza! We pride ourselves on creating memorable dining experiences."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="faq" data-section="faq" className={nunito.variable}>
<FaqSplitMedia
faqs={[
{ id: "faq-1", title: "What are your operating hours?", content: "We are open from 10:00 AM to 10:00 PM, Monday through Sunday, for dine-in, takeout, and delivery services. Holidays may have adjusted hours, please check our social media for updates." },
{ id: "faq-2", title: "Do you offer delivery services?", content: "Yes, we offer fast and reliable delivery services within Asingan and nearby areas. You can place your order directly through our website, phone, or popular food delivery apps." },
{ id: "faq-3", title: "Can I customize my pizza order?", content: "Absolutely! We encourage customization. You can choose your crust, sauce, cheese, and a wide array of fresh toppings to build your perfect pizza. Please inform our staff of any allergies or dietary restrictions." }
]}
imageSrc="http://img.b2bpic.net/free-photo/young-man-cooking-pizza-kitchen_23-2148040914.jpg"
imageAlt="Friendly pizza chef talking to a customer"
mediaAnimation="opacity"
mediaPosition="left"
title="Got Questions? We've Got Answers!"
description="Find quick answers to the most common questions about our menu, ordering, and services."
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="contact" data-section="contact" className={nunito.variable}>
<ContactText
text="Ready for the best pizza in Asingan? Visit us, call for delivery, or order online today!"
animationType="entrance-slide"
buttons={[
{ text: "Call Now: +63 9XX XXX XXXX", href: "tel:+639XXXXXXXXX" },
{ text: "View Location on Map", href: "https://maps.app.goo.gl/YourGoogleMapsLinkHere", onClick: () => window.open('https://maps.app.goo.gl/YourGoogleMapsLinkHere', '_blank') }
]}
background={{"variant":"plain"}}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer" className={nunito.variable}>
<FooterBaseCard
logoSrc="http://img.b2bpic.net/free-photo/two-white-paper-cups_187299-47532.jpg"
logoAlt="Mariner's Pizza Logo"
logoText="Mariner's Pizza"
columns={[
{ title: "Quick Links", items: [{ label: "Home", href: "#home" }, { label: "About Us", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Specials", href: "#specials" }] },
{ title: "Our Menu", items: [{ label: "Classic Pizzas", href: "#menu" }, { label: "Gourmet Pizzas", href: "#menu" }, { label: "Side Dishes", href: "#menu" }, { label: "Drinks", href: "#menu" }] },
{ title: "Visit Us", items: [{ label: "L. Soloria Rd, Baro, Asingan", href: "https://maps.app.goo.gl/YourGoogleMapsLinkHere" }, { label: "Call Us: +63 9XX XXX XXXX", href: "tel:+639XXXXXXXXX" }, { label: "Email: info@marinerspizza.com", href: "mailto:info@marinerspizza.com" }, { label: "Order Online", href: "#menu" }] }
]}
copyrightText="© 2024 Mariner's Pizza. All rights reserved."
/>
</div>
</ThemeProvider>
);
}