Merge version_3 into main #6

Merged
bender merged 3 commits from version_3 into main 2026-05-23 01:28:52 +00:00
3 changed files with 73 additions and 20 deletions

64
src/app/contact/page.tsx Normal file
View File

@@ -0,0 +1,64 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterMedia from '@/components/sections/footer/FooterMedia';
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="small"
sizing="largeSmallSizeMediumTitles"
background="noise"
cardStyle="inset"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
headingFontWeight="light"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Products", id: "/products" },
{ name: "Manufacturing", id: "/" },
{ name: "Capabilities", id: "/" },
{ name: "Contact", id: "/contact" },
]}
brandName="Plásticos Kame"
button={{ text: "Get Quote", href: "/contact" }}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Inquire Today"
title="Partner with Plásticos Kame"
description="Ready to discuss your custom manufacturing requirements or scale your existing container procurement? Reach out to our industrial partnership team."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281305.jpg"
logoText="Plásticos Kame"
columns={[
{ title: "Contact Info", items: [
{ label: "Business Hours: Mon-Fri 8am-6pm", href: "#" },
{ label: "Factory: 123 Industrial Park, Sector 4", href: "#" }
] },
{ title: "Company", items: [{ label: "Shop", href: "/products" }, { label: "Careers", href: "#" }, { label: "Support", href: "#" }] },
{ title: "Follow Us", items: [{ label: "LinkedIn", href: "#" }, { label: "Twitter", href: "#" }, { label: "Instagram", href: "#" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -35,10 +35,10 @@ export default function LandingPage() {
{ name: "Products", id: "/products" },
{ name: "Manufacturing", id: "#features" },
{ name: "Capabilities", id: "#metrics" },
{ name: "Contact", id: "#contact" },
{ name: "Contact", id: "/contact" },
]}
brandName="Plásticos Kame"
button={{ text: "Get Quote", href: "#contact" }}
button={{ text: "Get Quote", href: "/contact" }}
/>
</div>
@@ -53,7 +53,7 @@ export default function LandingPage() {
{ name: "David Wu", handle: "@sourcing_expert", testimonial: "The best partner for scalable injection molding. Exceptional quality control every step of the way.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=1" },
{ name: "Jessica Lee", handle: "@quality_manager", testimonial: "Outstanding communication and technical support throughout the entire production cycle.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg?_wi=1" },
]}
buttons={[{ text: "Shop Our Brand", href: "/products" }, { text: "Explore Custom Solutions", href: "#features" }]}
buttons={[{ text: "Shop Our Brand", href: "/products" }, { text: "Explore Custom Solutions", href: "/#features" }]}
imageSrc="http://img.b2bpic.net/free-photo/pharmacy-industry-factory-man-worker-protective-clothing-sterile-working-conditions-operating-pharmaceutical-equipment_645730-446.jpg"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12782.jpg", alt: "Businesswoman working in warehouse" },
@@ -168,24 +168,13 @@ export default function LandingPage() {
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
tag="Inquire Today"
title="Partner with Plásticos Kame"
description="Ready to discuss your custom manufacturing requirements or scale your existing container procurement? Reach out to our industrial partnership team."
imageSrc="http://img.b2bpic.net/free-photo/fabric-texture_1409-2262.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281305.jpg"
logoText="Plásticos Kame"
columns={[
{ title: "Platform", items: [{ label: "Shop", href: "/products" }, { label: "About", href: "#" }, { label: "Custom Solutions", href: "#features" }] },
{ title: "Company", items: [{ label: "Inquiry", href: "#contact" }, { label: "Careers", href: "#" }, { label: "Support", href: "#" }] },
{ title: "Platform", items: [{ label: "Shop", href: "/products" }, { label: "About", href: "#" }, { label: "Custom Solutions", href: "/#features" }] },
{ title: "Company", items: [{ label: "Inquiry", href: "/contact" }, { label: "Careers", href: "#" }, { label: "Support", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }, { label: "Certifications", href: "#" }] },
]}
/>

View File

@@ -28,10 +28,10 @@ export default function ProductsPage() {
{ name: "Products", id: "/products" },
{ name: "Manufacturing", id: "/" },
{ name: "Capabilities", id: "/" },
{ name: "Contact", id: "#contact" },
{ name: "Contact", id: "/contact" },
]}
brandName="Plásticos Kame"
button={{ text: "Get Quote", href: "#contact" }}
button={{ text: "Get Quote", href: "/contact" }}
/>
</div>
@@ -69,7 +69,7 @@ export default function ProductsPage() {
logoText="Plásticos Kame"
columns={[
{ title: "Platform", items: [{ label: "Shop", href: "/products" }, { label: "About", href: "/" }, { label: "Custom Solutions", href: "/" }] },
{ title: "Company", items: [{ label: "Inquiry", href: "#contact" }, { label: "Careers", href: "#" }, { label: "Support", href: "#" }] },
{ title: "Company", items: [{ label: "Inquiry", href: "/contact" }, { label: "Careers", href: "#" }, { label: "Support", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }, { label: "Certifications", href: "#" }] },
]}
/>
@@ -77,4 +77,4 @@ export default function ProductsPage() {
</ReactLenis>
</ThemeProvider>
);
}
}