Merge version_1 into main #2
247
src/app/page.tsx
247
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Hours",
|
||||
id: "hours",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Hours", id: "hours" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Pakketjesparadijs"
|
||||
/>
|
||||
@@ -58,42 +43,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Your Trusted Local Parcel Point"
|
||||
description="At Pakketjesparadijs, we make shipping and receiving easy. Fast, friendly, and reliable service in the heart of Terneuzen."
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Visit Us", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cardboard-box-lying-logistics-distribution-warehouse-room-shelf-carton-package-metal-racks-structure-factory-industrial-storehouse-close-up-with-blurred-background_482257-61039.jpg?_wi=1",
|
||||
imageAlt: "Package pickup and drop-off service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-logistics-virtual-touch-screen-interface-information-technology-concept-communication-metaphor-protection-sensitive-data-transfer_493343-29950.jpg",
|
||||
imageAlt: "Customer service at parcel point",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-call-center-manager-evaluating-company-intern-performance_482257-117848.jpg",
|
||||
imageAlt: "DHL service point desk",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-employees-working-customers-orders-putting-fashionable-clothes-carton-boxes-clothing-store-boutique-workers-preparing-packages-delivery-shopping-mall-fashion-concept_482257-69950.jpg",
|
||||
imageAlt: "Friendly staff assisting customers",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-women-spending-time-together-cafe-working-drinking-coffee_23-2149260277.jpg",
|
||||
imageAlt: "Shipping and logistics support",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/agv-transporting-concrete-wall-flooring_41470-5131.jpg",
|
||||
imageAlt: "Local courier point",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cardboard-box-lying-logistics-distribution-warehouse-room-shelf-carton-package-metal-racks-structure-factory-industrial-storehouse-close-up-with-blurred-background_482257-61039.jpg", imageAlt: "Package pickup and drop-off service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delivery-logistics-virtual-touch-screen-interface-information-technology-concept-communication-metaphor-protection-sensitive-data-transfer_493343-29950.jpg", imageAlt: "Customer service at parcel point" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-call-center-manager-evaluating-company-intern-performance_482257-117848.jpg", imageAlt: "DHL service point desk" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/diverse-employees-working-customers-orders-putting-fashionable-clothes-carton-boxes-clothing-store-boutique-workers-preparing-packages-delivery-shopping-mall-fashion-concept_482257-69950.jpg", imageAlt: "Friendly staff assisting customers" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/senior-women-spending-time-together-cafe-working-drinking-coffee_23-2149260277.jpg", imageAlt: "Shipping and logistics support" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/agv-transporting-concrete-wall-flooring_41470-5131.jpg", imageAlt: "Local courier point" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,16 +64,10 @@ export default function LandingPage() {
|
||||
title="Why Choose Us?"
|
||||
description="We pride ourselves on providing helpful and quick assistance. Whether you are printing labels or dropping off packages, our friendly staff is here to help."
|
||||
metrics={[
|
||||
{
|
||||
value: "4.5",
|
||||
title: "Star Rating",
|
||||
},
|
||||
{
|
||||
value: "88+",
|
||||
title: "Happy Reviews",
|
||||
},
|
||||
{ value: "4.5", title: "Star Rating" },
|
||||
{ value: "88+", title: "Happy Reviews" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-holding-box_23-2148975577.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-holding-box_23-2148975577.jpg"
|
||||
imageAlt="Pakketjesparadijs staff assistance"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -127,50 +81,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Parcel Pickup & Drop-off",
|
||||
description: "Conveniently send and receive your packages locally.",
|
||||
icon: Package,
|
||||
title: "Parcel Pickup & Drop-off", description: "Conveniently send and receive your packages locally.", icon: Package,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-holding-box-with-location-symbol_23-2149764152.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delivery-man-giving-box_23-2148767142.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cardboard-box-lying-logistics-distribution-warehouse-room-shelf-carton-package-metal-racks-structure-factory-industrial-storehouse-close-up-with-blurred-background_482257-61039.jpg?_wi=2",
|
||||
imageAlt: "shipping package delivery service",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-holding-box-with-location-symbol_23-2149764152.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-delivery-man-giving-box_23-2148767142.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Label Printing Help",
|
||||
description: "Need a hand with shipping labels? We'll guide you through the process.",
|
||||
icon: Printer,
|
||||
title: "Label Printing Help", description: "Need a hand with shipping labels? We'll guide you through the process.", icon: Printer,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-call-center-operator-headset_74855-2765.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-businesswoman-headset-typing-laptop_74855-3074.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-box_23-2148975577.jpg?_wi=2",
|
||||
imageAlt: "shipping package delivery service",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-call-center-operator-headset_74855-2765.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/serious-businesswoman-headset-typing-laptop_74855-3074.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "DHL Service Point",
|
||||
description: "Your trusted local point for DHL logistics and support.",
|
||||
icon: Truck,
|
||||
title: "DHL Service Point", description: "Your trusted local point for DHL logistics and support.", icon: Truck,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-sign-with-mock-up_23-2148315785.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employee-signing-distribution-report_482257-78794.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-agent-satisfied-customer-showing-thumb-up-while-sitting-table-using-tablet-together_74855-10029.jpg?_wi=1",
|
||||
imageAlt: "shipping package delivery service",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-sign-with-mock-up_23-2148315785.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/employee-signing-distribution-report_482257-78794.jpg" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Our Services"
|
||||
description="We offer a range of parcel services to simplify your shipping needs."
|
||||
@@ -184,12 +114,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10:00 AM",
|
||||
title: "Opening",
|
||||
description: "Daily opening time",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-woman-wearing-blue-polo-shirt-cap-giving-paper-package-customer-smiling-friendly-isolated-green-background_141793-19868.jpg",
|
||||
},
|
||||
id: "m1", value: "10:00 AM", title: "Opening", description: "Daily opening time", imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-woman-wearing-blue-polo-shirt-cap-giving-paper-package-customer-smiling-friendly-isolated-green-background_141793-19868.jpg"
|
||||
}
|
||||
]}
|
||||
title="Opening Hours"
|
||||
description="Visit us during our daily operating hours for all your package needs."
|
||||
@@ -203,46 +129,11 @@ export default function LandingPage() {
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah D.",
|
||||
role: "Local Resident",
|
||||
company: "Terneuzen",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-agent-satisfied-customer-showing-thumb-up-while-sitting-table-using-tablet-together_74855-10029.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark V.",
|
||||
role: "Frequent Shipper",
|
||||
company: "Terneuzen",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-touchpad-sign-package-delivery-from-courier-while-standing-doorway_637285-3163.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena K.",
|
||||
role: "Customer",
|
||||
company: "Terneuzen",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-women-managers-strategize-business-growth-competitive-industry-showcasing-their_482257-133099.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tom B.",
|
||||
role: "Local Business",
|
||||
company: "Terneuzen",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-executives-showing-thumbs-up_1098-1828.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa M.",
|
||||
role: "Customer",
|
||||
company: "Terneuzen",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288167.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah D.", role: "Local Resident", company: "Terneuzen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-agent-satisfied-customer-showing-thumb-up-while-sitting-table-using-tablet-together_74855-10029.jpg" },
|
||||
{ id: "2", name: "Mark V.", role: "Frequent Shipper", company: "Terneuzen", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-touchpad-sign-package-delivery-from-courier-while-standing-doorway_637285-3163.jpg" },
|
||||
{ id: "3", name: "Elena K.", role: "Customer", company: "Terneuzen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/team-women-managers-strategize-business-growth-competitive-industry-showcasing-their_482257-133099.jpg" },
|
||||
{ id: "4", name: "Tom B.", role: "Local Business", company: "Terneuzen", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/close-up-executives-showing-thumbs-up_1098-1828.jpg" },
|
||||
{ id: "5", name: "Lisa M.", role: "Customer", company: "Terneuzen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288167.jpg" }
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Trusted by the community of Terneuzen for friendly and quick service."
|
||||
@@ -254,21 +145,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is my package ready for pickup?",
|
||||
content: "If you receive a notification, please wait a few hours or until the next day to ensure it is sorted.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can you print my shipping label?",
|
||||
content: "Yes, our staff is happy to assist you with printing your shipping labels.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Which courier services do you handle?",
|
||||
content: "We primarily serve as a DHL service point for your convenience.",
|
||||
},
|
||||
{ id: "q1", title: "Is my package ready for pickup?", content: "If you receive a notification, please wait a few hours or until the next day to ensure it is sorted." },
|
||||
{ id: "q2", title: "Can you print my shipping label?", content: "Yes, our staff is happy to assist you with printing your shipping labels." },
|
||||
{ id: "q3", title: "Which courier services do you handle?", content: "We primarily serve as a DHL service point for your convenience." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -284,25 +163,10 @@ export default function LandingPage() {
|
||||
title="Visit Us Today"
|
||||
description="Located at Industrieweg 30a, 4538 AJ Terneuzen. Reach out or just stop by!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your questions or comments",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Your questions or comments", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-order-curbside-pickup_23-2149106423.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -311,27 +175,14 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
{
|
||||
label: "Address",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Hours",
|
||||
href: "#hours",
|
||||
},
|
||||
],
|
||||
title: "Info", items: [
|
||||
{ label: "Address", href: "#contact" },
|
||||
{ label: "Hours", href: "#hours" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Legal", items: [{ label: "Privacy Policy", href: "#" }]
|
||||
}
|
||||
]}
|
||||
logoText="Pakketjesparadijs"
|
||||
/>
|
||||
@@ -339,4 +190,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user