Merge version_1 into main #1
232
src/app/page.tsx
232
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Premium Fulfilment"
|
||||
/>
|
||||
@@ -55,40 +43,16 @@ export default function LandingPage() {
|
||||
logoText="Premium Fulfilment"
|
||||
description="Fast, accurate, and fully managed 3PL services designed for growing eCommerce brands."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
text: "Book a Call",
|
||||
href: "/contact",
|
||||
},
|
||||
{ text: "Get a Quote", href: "/contact" },
|
||||
{ text: "Book a Call", href: "/contact" },
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1941.jpg",
|
||||
imageAlt: "automated warehouse",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908130.jpg",
|
||||
imageAlt: "packing shipping",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-smartphone_23-2149429323.jpg",
|
||||
imageAlt: "analytics dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-warehouse-worker-communicating-with-someone-walkietalkie-while-standing-shelfs-distribution-warehouse_637285-3998.jpg",
|
||||
imageAlt: "warehouse worker",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warehouse-employee-taking-out-cardboard-box_482257-77542.jpg",
|
||||
imageAlt: "neat warehouse",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shipping-center-features-products-delivery-procedures-transit_482257-83354.jpg",
|
||||
imageAlt: "fast shipping",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1941.jpg", imageAlt: "automated warehouse" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908130.jpg", imageAlt: "packing shipping" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-smartphone_23-2149429323.jpg", imageAlt: "analytics dashboard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-warehouse-worker-communicating-with-someone-walkietalkie-while-standing-shelfs-distribution-warehouse_637285-3998.jpg", imageAlt: "warehouse worker" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/warehouse-employee-taking-out-cardboard-box_482257-77542.jpg", imageAlt: "neat warehouse" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/shipping-center-features-products-delivery-procedures-transit_482257-83354.jpg", imageAlt: "fast shipping" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,14 +62,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Alpha Threads",
|
||||
"Boutique Essentials",
|
||||
"Core Kinetics",
|
||||
"Daily Delights",
|
||||
"Elite Essentials",
|
||||
"Fusion Goods",
|
||||
"Global Gear",
|
||||
]}
|
||||
"Alpha Threads", "Boutique Essentials", "Core Kinetics", "Daily Delights", "Elite Essentials", "Fusion Goods", "Global Gear"]}
|
||||
title="Trusted by Brands That Care About Quality"
|
||||
description="99.9% order accuracy and same-day dispatch available."
|
||||
/>
|
||||
@@ -116,24 +73,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Precision Operations",
|
||||
description: "Every order picked, packed, and shipped with meticulous accuracy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industrial-worker-indoors-factory-young-technician-with-orange-hard-hat_1157-40887.jpg",
|
||||
imageAlt: "order accuracy",
|
||||
},
|
||||
{
|
||||
title: "Seamless Integration",
|
||||
description: "Connect effortlessly with Shopify, WooCommerce, Amazon, and more.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-customer-consumer-commerce-contact-concept_53876-120392.jpg",
|
||||
imageAlt: "logistics tech",
|
||||
},
|
||||
{
|
||||
title: "Growth Partnership",
|
||||
description: "We optimize your operations and scale with you.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-growth-progress-chart-with-businessman_23-2152011774.jpg",
|
||||
imageAlt: "business growth",
|
||||
},
|
||||
{ title: "Precision Operations", description: "Every order picked, packed, and shipped with meticulous accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-worker-indoors-factory-young-technician-with-orange-hard-hat_1157-40887.jpg", imageAlt: "order accuracy" },
|
||||
{ title: "Seamless Integration", description: "Connect effortlessly with Shopify, WooCommerce, Amazon, and more.", imageSrc: "http://img.b2bpic.net/free-photo/business-customer-consumer-commerce-contact-concept_53876-120392.jpg", imageAlt: "logistics tech" },
|
||||
{ title: "Growth Partnership", description: "We optimize your operations and scale with you.", imageSrc: "http://img.b2bpic.net/free-photo/business-growth-progress-chart-with-businessman_23-2152011774.jpg", imageAlt: "business growth" },
|
||||
]}
|
||||
title="More Than Just Fulfilment"
|
||||
description="We don't just ship — we help optimize your operations and scale."
|
||||
@@ -145,24 +87,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Step 1: Inventory",
|
||||
description: "Send us your inventory.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pharmaceutical-technicians-work-sterile-working-conditions-pharmaceutical-factory-scientists-wearing-protective-clothing_645730-223.jpg",
|
||||
imageAlt: "order accuracy",
|
||||
},
|
||||
{
|
||||
title: "Step 2: Management",
|
||||
description: "We store and manage it.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tablet-working-logistic_23-2148886824.jpg",
|
||||
imageAlt: "logistics tech",
|
||||
},
|
||||
{
|
||||
title: "Step 3: Fulfillment",
|
||||
description: "Orders picked, packed, and shipped.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-growing-chart_23-2152011772.jpg",
|
||||
imageAlt: "business growth",
|
||||
},
|
||||
{ title: "Step 1: Inventory", description: "Send us your inventory.", imageSrc: "http://img.b2bpic.net/free-photo/pharmaceutical-technicians-work-sterile-working-conditions-pharmaceutical-factory-scientists-wearing-protective-clothing_645730-223.jpg", imageAlt: "order accuracy" },
|
||||
{ title: "Step 2: Management", description: "We store and manage it.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tablet-working-logistic_23-2148886824.jpg", imageAlt: "logistics tech" },
|
||||
{ title: "Step 3: Fulfillment", description: "Orders picked, packed, and shipped.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-growing-chart_23-2152011772.jpg", imageAlt: "business growth" },
|
||||
]}
|
||||
title="How It Works"
|
||||
description="A seamless journey from storage to customer doorstep."
|
||||
@@ -174,24 +101,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Fulfilment",
|
||||
description: "Order processing for brands.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-wearing-black-gloves_23-2148593067.jpg",
|
||||
imageAlt: "order accuracy",
|
||||
},
|
||||
{
|
||||
title: "Warehousing",
|
||||
description: "Secure storage solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/export-supervisor-drafting-billing-product-logistics_482257-88029.jpg",
|
||||
imageAlt: "logistics tech",
|
||||
},
|
||||
{
|
||||
title: "Returns Management",
|
||||
description: "Smooth reverse logistics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-blank-screen-hopping-cart-full-gifts-with-copyspace-online-shopping-concept_1423-92.jpg",
|
||||
imageAlt: "business growth",
|
||||
},
|
||||
{ title: "Fulfilment", description: "Order processing for brands.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-wearing-black-gloves_23-2148593067.jpg", imageAlt: "order accuracy" },
|
||||
{ title: "Warehousing", description: "Secure storage solutions.", imageSrc: "http://img.b2bpic.net/free-photo/export-supervisor-drafting-billing-product-logistics_482257-88029.jpg", imageAlt: "logistics tech" },
|
||||
{ title: "Returns Management", description: "Smooth reverse logistics.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-blank-screen-hopping-cart-full-gifts-with-copyspace-online-shopping-concept_1423-92.jpg", imageAlt: "business growth" },
|
||||
]}
|
||||
title="Core Services"
|
||||
description="Comprehensive logistics solutions."
|
||||
@@ -204,33 +116,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.9%",
|
||||
title: "Accuracy Rate",
|
||||
items: [
|
||||
"Precise Picking",
|
||||
"Zero Error Tolerance",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Same-Day",
|
||||
title: "Dispatch",
|
||||
items: [
|
||||
"Lightning Fast",
|
||||
"Optimized Workflow",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Scalable",
|
||||
items: [
|
||||
"Growth Ready",
|
||||
"Strategy Focused",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "99.9%", title: "Accuracy Rate", items: ["Precise Picking", "Zero Error Tolerance"] },
|
||||
{ id: "m2", value: "Same-Day", title: "Dispatch", items: ["Lightning Fast", "Optimized Workflow"] },
|
||||
{ id: "m3", value: "100%", title: "Scalable", items: ["Growth Ready", "Strategy Focused"] },
|
||||
]}
|
||||
title="Why Premium Fulfilment?"
|
||||
description="Setting the industry standard for logistics excellence."
|
||||
@@ -239,49 +127,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Abbie Underwood",
|
||||
handle: "@abbie",
|
||||
testimonial: "Their attention to detail and commitment to ensuring our orders are shipped on time and in perfect condition is second to none.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-with-arms-crossed_329181-678.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Gary Crilly",
|
||||
handle: "@gary",
|
||||
testimonial: "It has had a big impact on the quality of deliveries and consistency of scheduling.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-warehouse_23-2149214306.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Lawful London",
|
||||
handle: "@lawful",
|
||||
testimonial: "Efficient, fast, friendly… I have not experienced any issues.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-man-wearing-grey-suit-standing-isolated-white-wall_231208-9211.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Clonboy Ltd",
|
||||
handle: "@clonboy",
|
||||
testimonial: "Far more than fulfilment — we get valuable advice on improving our store and marketing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-clipboard-smiling-camera_482257-121165.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Phil Lee",
|
||||
handle: "@phil",
|
||||
testimonial: "Excellent service, accurate and timely fulfilment, very helpful team.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/it-expert-monitors-server-farm-activity-using-tablet-while-walking-industrial-platform-data_482257-136209.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Abbie Underwood", handle: "@abbie", testimonial: "Their attention to detail and commitment to ensuring our orders are shipped on time and in perfect condition is second to none.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-with-arms-crossed_329181-678.jpg" },
|
||||
{ id: "t2", name: "Gary Crilly", handle: "@gary", testimonial: "It has had a big impact on the quality of deliveries and consistency of scheduling.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-warehouse_23-2149214306.jpg" },
|
||||
{ id: "t3", name: "Lawful London", handle: "@lawful", testimonial: "Efficient, fast, friendly… I have not experienced any issues.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-business-man-wearing-grey-suit-standing-isolated-white-wall_231208-9211.jpg" },
|
||||
{ id: "t4", name: "Clonboy Ltd", handle: "@clonboy", testimonial: "Far more than fulfilment — we get valuable advice on improving our store and marketing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-clipboard-smiling-camera_482257-121165.jpg" },
|
||||
{ id: "t5", name: "Phil Lee", handle: "@phil", testimonial: "Excellent service, accurate and timely fulfilment, very helpful team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/it-expert-monitors-server-farm-activity-using-tablet-while-walking-industrial-platform-data_482257-136209.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Trusted by Brands"
|
||||
@@ -295,18 +149,8 @@ export default function LandingPage() {
|
||||
title="Ready to Upgrade Your Fulfilment?"
|
||||
description="Join brands that trust Premium Fulfilment to deliver excellence."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-female-deliverer-communicating-with-coworker-while-talking-mobile-phone-organizing-package-delivery_637285-2239.jpg"
|
||||
buttonText="Get a Quote"
|
||||
@@ -316,14 +160,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Premium Fulfilment"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Contact Us", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user