2 Commits

Author SHA1 Message Date
e3390b1fde Update src/app/page.tsx 2026-04-06 12:18:45 +00:00
89607bcea9 Merge version_1 into main
Merge version_1 into main
2026-04-06 12:17:30 +00:00

View File

@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -30,27 +30,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Products",
id: "products",
},
name: "Products", id: "products"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="CartonCraft"
button={{
text: "Get Quote",
href: "#contact",
}}
text: "Get Quote", href: "#contact"}}
/>
</div>
@@ -60,33 +50,21 @@ export default function LandingPage() {
description="High-quality, durable custom-made cartons designed for protection, branding, and efficiency. Get the perfect packaging for your unique needs."
buttons={[
{
text: "Request a Quote",
href: "#contact",
},
text: "Request a Quote", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/african-american-businesswoman-male-worker-wearing-face-masks-while-examining-reports-wood-factory_637285-11861.jpg"
imageAlt="Custom carton manufacturing factory floor"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg",
alt: "Client 1",
},
src: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg",
alt: "Client 2",
},
src: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/man-warehouse-carrying-box_23-2148923107.jpg",
alt: "Client 3",
},
src: "http://img.b2bpic.net/free-photo/man-warehouse-carrying-box_23-2148923107.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/woman-enjoying-takeaway-food_23-2149025808.jpg",
alt: "Client 4",
},
src: "http://img.b2bpic.net/free-photo/woman-enjoying-takeaway-food_23-2149025808.jpg", alt: "Client 4"},
{
src: "http://img.b2bpic.net/free-photo/solar-panels-manufacturing-factory-specialist-explains-production-process_482257-119833.jpg",
alt: "Client 5",
},
src: "http://img.b2bpic.net/free-photo/solar-panels-manufacturing-factory-specialist-explains-production-process_482257-119833.jpg", alt: "Client 5"},
]}
avatarText="Trusted by over 500+ businesses"
/>
@@ -110,47 +88,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Corrugated Shipping Carton",
price: "From $0.50",
variant: "Heavy-Duty",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delivery-truck-boxes_23-2148790062.jpg?_wi=1",
},
id: "1", name: "Corrugated Shipping Carton", price: "From $0.50", variant: "Heavy-Duty", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delivery-truck-boxes_23-2148790062.jpg?_wi=1"},
{
id: "2",
name: "Retail Branded Packaging",
price: "From $0.80",
variant: "Premium Print",
imageSrc: "http://img.b2bpic.net/free-photo/product-box-mockup-with-abstract-geometric-elements_187299-47745.jpg?_wi=1",
},
id: "2", name: "Retail Branded Packaging", price: "From $0.80", variant: "Premium Print", imageSrc: "http://img.b2bpic.net/free-photo/product-box-mockup-with-abstract-geometric-elements_187299-47745.jpg?_wi=1"},
{
id: "3",
name: "Industrial Storage Container",
price: "From $1.20",
variant: "Reinforced",
imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2538.jpg?_wi=1",
},
id: "3", name: "Industrial Storage Container", price: "From $1.20", variant: "Reinforced", imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2538.jpg?_wi=1"},
{
id: "4",
name: "Eco-Friendly Recycled Carton",
price: "From $0.60",
variant: "Sustainable",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mystery-box-concept_23-2149516451.jpg",
},
id: "4", name: "Eco-Friendly Recycled Carton", price: "From $0.60", variant: "Sustainable", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mystery-box-concept_23-2149516451.jpg"},
{
id: "5",
name: "Food Grade Packaging",
price: "From $0.45",
variant: "Hygenic",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mystery-box_23-2149631434.jpg",
},
id: "5", name: "Food Grade Packaging", price: "From $0.45", variant: "Hygenic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mystery-box_23-2149631434.jpg"},
{
id: "6",
name: "Standard Parcel Box",
price: "From $0.35",
variant: "Essential",
imageSrc: "http://img.b2bpic.net/free-photo/chinese-food-box_187299-46621.jpg",
},
id: "6", name: "Standard Parcel Box", price: "From $0.35", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/chinese-food-box_187299-46621.jpg"},
]}
title="Our Carton Selection"
description="Explore our versatile range of carton styles and sizes, fully customizable for your specific industry or shipping requirements."
@@ -165,20 +113,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Bespoke Design",
description: "Tailored designs matching your product specifications and branding identity.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delivery-truck-boxes_23-2148790062.jpg?_wi=2",
},
title: "Bespoke Design", description: "Tailored designs matching your product specifications and branding identity.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delivery-truck-boxes_23-2148790062.jpg?_wi=2"},
{
title: "Fast Turnaround",
description: "Rapid production and shipping to keep your supply chain running smoothly.",
imageSrc: "http://img.b2bpic.net/free-photo/product-box-mockup-with-abstract-geometric-elements_187299-47745.jpg?_wi=2",
},
title: "Fast Turnaround", description: "Rapid production and shipping to keep your supply chain running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/product-box-mockup-with-abstract-geometric-elements_187299-47745.jpg?_wi=2"},
{
title: "Eco-Conscious Materials",
description: "Committed to sustainability with recyclable and recycled material options.",
imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2538.jpg?_wi=2",
},
title: "Eco-Conscious Materials", description: "Committed to sustainability with recyclable and recycled material options.", imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2538.jpg?_wi=2"},
]}
title="Why Choose CartonCraft?"
description="We offer more than just boxes; we offer integrated packaging solutions that enhance your supply chain."
@@ -191,45 +130,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Outstanding Quality",
quote: "The custom cartons we received were perfect. The print quality on our brand logo exceeded expectations.",
name: "Alex Rivet",
role: "Logistics Lead",
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg",
},
id: "1", title: "Outstanding Quality", quote: "The custom cartons we received were perfect. The print quality on our brand logo exceeded expectations.", name: "Alex Rivet", role: "Logistics Lead", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg"},
{
id: "2",
title: "Reliable Partner",
quote: "CartonCraft has been our go-to for all our retail packaging needs. Consistently professional and on time.",
name: "Samantha Lee",
role: "Operations Manager",
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg",
},
id: "2", title: "Reliable Partner", quote: "CartonCraft has been our go-to for all our retail packaging needs. Consistently professional and on time.", name: "Samantha Lee", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg"},
{
id: "3",
title: "Perfect Customization",
quote: "We needed unique dimensions for our electronics product, and they delivered exactly what we specified.",
name: "David Thorne",
role: "Product Manager",
imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-carrying-box_23-2148923107.jpg",
},
id: "3", title: "Perfect Customization", quote: "We needed unique dimensions for our electronics product, and they delivered exactly what we specified.", name: "David Thorne", role: "Product Manager", imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-carrying-box_23-2148923107.jpg"},
{
id: "4",
title: "Professional Service",
quote: "Excellent communication throughout the whole custom order process. Highly recommended.",
name: "Elena Frost",
role: "Founder",
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-takeaway-food_23-2149025808.jpg",
},
id: "4", title: "Professional Service", quote: "Excellent communication throughout the whole custom order process. Highly recommended.", name: "Elena Frost", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-takeaway-food_23-2149025808.jpg"},
{
id: "5",
title: "Great Value",
quote: "High quality boxes without breaking our budget. The sustainable material option is a huge plus.",
name: "Jordan West",
role: "Supply Chain Director",
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-manufacturing-factory-specialist-explains-production-process_482257-119833.jpg",
},
id: "5", title: "Great Value", quote: "High quality boxes without breaking our budget. The sustainable material option is a huge plus.", name: "Jordan West", role: "Supply Chain Director", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-manufacturing-factory-specialist-explains-production-process_482257-119833.jpg"},
]}
title="Trusted by Businesses Everywhere"
description="See why our partners rely on us for their high-quality packaging needs."
@@ -237,79 +146,47 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
}}
<ContactSplit
tag="Let's Connect"
title="Ready to Start Your Custom Order?"
description="Request a free consultation and quote for your custom carton needs today."
buttons={[
{
text: "Get Your Free Quote",
href: "#",
},
]}
description="Get in touch with our team for a personalized consultation and competitive quote."
background={{ variant: 'plain' }}
useInvertedBackground={true}
inputPlaceholder="Enter your email address"
buttonText="Submit Inquiry"
onSubmit={(email) => console.log(email)}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
<FooterBase
logoText="CartonCraft"
columns={[
{
title: "Product Solutions",
items: [
{
label: "Shipping Cartons",
href: "#",
},
{
label: "Retail Boxes",
href: "#",
},
{
label: "Industrial Storage",
href: "#",
},
title: "Product Solutions", items: [
{ label: "Shipping Cartons", href: "#" },
{ label: "Retail Boxes", href: "#" },
{ label: "Industrial Storage", href: "#" },
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "#",
},
{
label: "Careers",
href: "#",
},
{
label: "Sustainability",
href: "#",
},
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Careers", href: "#" },
{ label: "Sustainability", href: "#" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Use",
href: "#",
},
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Use", href: "#" },
],
},
]}
bottomLeftText="© 2024 CartonCraft Manufacturing. All rights reserved."
bottomRightText="123 Manufacturing Way, Industry City, NY"
copyrightText="© 2024 CartonCraft Manufacturing. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}