|
|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
|
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
|
|
|
|
import LegalSection from '@/components/legal/LegalSection';
|
|
|
|
|
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
|
|
|
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
|
|
|
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
|
|
|
|
@@ -39,26 +39,46 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroBillboardGallery
|
|
|
|
|
title="Fresh Asian & Italian Meals in Neuperlach Süd"
|
|
|
|
|
description="Fast, affordable dishes for dine-in, takeaway, or delivery. 4.1★ rated by 331 happy customers. Located directly at the U-Bahn station."
|
|
|
|
|
tag="U-Bahnhof Neuperlach Süd"
|
|
|
|
|
tagIcon={MapPin}
|
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
|
mediaItems={[
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/young-asian-woman-holding-soup-with-beef_1220-7922.jpg?_wi=1", imageAlt: "Fresh Asian and Italian meals at Fresh Cooking restaurant" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-oysters-noodles-meal_23-2148771292.jpg?_wi=1", imageAlt: "Authentic Thai Pad Thai noodles dish" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-plate_23-2150690745.jpg", imageAlt: "Italian pasta carbonara dish" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-perfect-long-rice-brown-bowls-nude-color-towel-eggs-garlics-peppers-dark-table_140725-158153.jpg", imageAlt: "Asian rice bowl with vegetables" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-oysters-noodles-meal_23-2148771292.jpg?_wi=2", imageAlt: "Restaurant quality Asian noodles" }
|
|
|
|
|
<LegalSection
|
|
|
|
|
layout="section"
|
|
|
|
|
title="Privacy Policy"
|
|
|
|
|
subtitle="Last updated: January 15, 2025"
|
|
|
|
|
sections={[
|
|
|
|
|
{
|
|
|
|
|
heading: "1. Information We Collect", content: [
|
|
|
|
|
{ type: "paragraph", text: "We collect information you provide directly to us when you order from Fresh Cooking." },
|
|
|
|
|
{ type: "list", items: ["Name and contact information", "Phone number for order delivery", "Payment information for transactions", "Order preferences and special requests"] },
|
|
|
|
|
{ type: "paragraph", text: "We also collect data automatically when you interact with our website or visit our location." }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
heading: "2. How We Use Your Information", content: [
|
|
|
|
|
{ type: "paragraph", text: "Your information is used to process and deliver your orders efficiently." },
|
|
|
|
|
{ type: "list", items: ["Order processing and delivery", "Customer service and support", "Quality improvement and feedback", "Marketing communications (with your consent)"] },
|
|
|
|
|
{ type: "paragraph", text: "We never sell your personal information to third parties." }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
heading: "3. Data Security", content: [
|
|
|
|
|
{ type: "paragraph", text: "We implement industry-standard security measures to protect your personal information." },
|
|
|
|
|
{ type: "list", items: ["Encrypted payment processing", "Secure data storage", "Limited access to personal data", "Regular security updates"] },
|
|
|
|
|
{ type: "paragraph", text: "Your trust is important to us, and we take data protection seriously." }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
heading: "4. Your Rights", content: [
|
|
|
|
|
{ type: "paragraph", text: "You have the right to access, modify, or delete your personal information at any time." },
|
|
|
|
|
{ type: "list", items: ["Request your data", "Update your information", "Opt out of marketing communications", "Request data deletion"] },
|
|
|
|
|
{ type: "paragraph", text: "To exercise these rights, please contact us at 089 45019000 or visit our location at Neuperlach Süd U-Bahn." }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
heading: "5. Contact Us", content: [
|
|
|
|
|
{ type: "paragraph", text: "If you have questions about this Privacy Policy or our data practices, please get in touch:" },
|
|
|
|
|
{ type: "list", items: ["Phone: 089 45019000", "Location: Carl-Wery-Straße 28-30, 81739 Munich", "U-Bahn Station: Neuperlach Süd", "Hours: Mon-Sun 11:00 AM - 21:00 PM"] }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Order Online", href: "contact" },
|
|
|
|
|
{ text: "Call Now: 089 45019000", onClick: () => window.location.href = "tel:08945019000" }
|
|
|
|
|
]}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -222,4 +242,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|