Compare commits
26 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e39d53947f | |||
| c51fc44770 | |||
| 0441bda4da | |||
| 2b8eff305e | |||
| add695a5b1 | |||
| a3c234e3c1 | |||
| e70ac3cdfb | |||
| 41ad326eee | |||
| 569295f01d | |||
| 71b93e3e69 | |||
| 732f5b0486 | |||
| 604df28aa9 | |||
| d2f59ad192 | |||
| ee8b808d53 | |||
| 5ac302101d | |||
| 61e96bb3dd | |||
| 7b711ea06c | |||
| cfafc5d408 | |||
| 8b861304e3 | |||
| 215433c519 | |||
| 609ca28e82 | |||
| 40718dddae | |||
| 17612aeacc | |||
| 2f8dcfb05c | |||
| 0bf1306d99 | |||
| 1ec34ee8df |
@@ -35,7 +35,7 @@ export default function AboutPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="LichtPrint"
|
brandName="LichtPrint"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{ text: "Get Quote", href: "/contact" }}
|
button={{ text: "Language", href: "#" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ export default function AboutPage() {
|
|||||||
<div className="mx-auto px-4 md:px-6">
|
<div className="mx-auto px-4 md:px-6">
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
testimonial="Working with LichtPrint has transformed how we present our brand. Their expertise, attention to detail, and dedication to sustainability align perfectly with our company values. We couldn't ask for a better partner."
|
testimonial="Working with LichtPrint has transformed how we present our brand. Their expertise, attention to detail, and dedication to sustainability align perfectly with our company values. We couldn't ask for a better partner."
|
||||||
rating={5}
|
rating={4.5}
|
||||||
author="Michael Fischer, Director - Sustainable Design Co."
|
author="Michael Fischer, Director - Sustainable Design Co."
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Michael Fischer" },
|
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Michael Fischer" },
|
||||||
@@ -93,8 +93,7 @@ export default function AboutPage() {
|
|||||||
copyrightText="© 2025 LichtPrint. All rights reserved."
|
copyrightText="© 2025 LichtPrint. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{ label: "Digital Printing", href: "/services" },
|
{ label: "Digital Printing", href: "/services" },
|
||||||
{ label: "Offset Printing", href: "/services" },
|
{ label: "Offset Printing", href: "/services" },
|
||||||
{ label: "Packaging", href: "/services" },
|
{ label: "Packaging", href: "/services" },
|
||||||
@@ -102,8 +101,7 @@ export default function AboutPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Our Team", href: "/about" },
|
{ label: "Our Team", href: "/about" },
|
||||||
{ label: "Careers", href: "#" },
|
{ label: "Careers", href: "#" },
|
||||||
@@ -111,8 +109,7 @@ export default function AboutPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{ label: "Contact Us", href: "/contact" },
|
{ label: "Contact Us", href: "/contact" },
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "FAQ", href: "#faq" },
|
||||||
{ label: "Pricing", href: "#pricing" },
|
{ label: "Pricing", href: "#pricing" },
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ export default function ContactPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="LichtPrint"
|
brandName="LichtPrint"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{ text: "Get Quote", href: "/contact" }}
|
button={{ text: "Language", href: "#" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -76,12 +76,12 @@ export default function ContactPage() {
|
|||||||
tag="Help"
|
tag="Help"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "1", title: "What is your response time?", content: "We aim to respond to all inquiries within 24 business hours. For urgent matters, please call us directly or mark your message as 'Urgent'." },
|
{ id: "1", title: "What is your response time?", content: "We aim to respond to all inquiries within 24 business hours. For urgent matters, please call us directly at +49 (211) 123-456 or mark your message as 'Urgent'." },
|
||||||
{ id: "2", title: "Do you offer phone consultations?", content: "Yes, we offer free phone consultations for new clients. Schedule a call through our contact form or call our main office." },
|
{ id: "2", title: "Do you offer phone consultations?", content: "Yes, we offer free phone consultations for new clients. Call us at +49 (211) 123-456 during business hours (Monday-Friday, 8:00 AM - 6:00 PM CET) or schedule a call through our contact form." },
|
||||||
{ id: "3", title: "Can I get a quote online?", content: "You can submit a quote request through our contact form with project details. Our team will provide an accurate estimate within 24-48 hours." },
|
{ id: "3", title: "Can I get a quote online?", content: "You can submit a quote request through our contact form with project details. Our team will provide an accurate estimate within 24-48 hours. Email quotes@lichtprint.de for faster processing." },
|
||||||
{ id: "4", title: "What are your business hours?", content: "We're open Monday-Friday, 8:00 AM - 6:00 PM CET. For urgent matters outside business hours, you can submit a contact form and we'll prioritize your request." },
|
{ id: "4", title: "What are your business hours?", content: "We're open Monday-Friday, 8:00 AM - 6:00 PM CET. Saturday: 9:00 AM - 1:00 PM CET. Sunday: Closed. For urgent matters outside business hours, you can submit a contact form and we'll prioritize your request." },
|
||||||
{ id: "5", title: "Do you offer site visits for large projects?", content: "Yes, for enterprise projects and large orders, we provide on-site consultations to understand your specific requirements. Contact our account management team." },
|
{ id: "5", title: "Do you offer site visits for large projects?", content: "Yes, for enterprise projects and large orders, we provide on-site consultations to understand your specific requirements. Contact our account management team at +49 (211) 123-457 for scheduling." },
|
||||||
{ id: "6", title: "How can I track my order?", content: "Once your order is confirmed, you'll receive a tracking ID via email. Use this to monitor your project status in real-time on our customer portal." },
|
{ id: "6", title: "How can I track my order?", content: "Once your order is confirmed, you'll receive a tracking ID via email. Use this to monitor your project status in real-time on our customer portal or contact support@lichtprint.de for updates." },
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
@@ -100,8 +100,7 @@ export default function ContactPage() {
|
|||||||
copyrightText="© 2025 LichtPrint. All rights reserved."
|
copyrightText="© 2025 LichtPrint. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{ label: "Digital Printing", href: "/services" },
|
{ label: "Digital Printing", href: "/services" },
|
||||||
{ label: "Offset Printing", href: "/services" },
|
{ label: "Offset Printing", href: "/services" },
|
||||||
{ label: "Packaging", href: "/services" },
|
{ label: "Packaging", href: "/services" },
|
||||||
@@ -109,8 +108,7 @@ export default function ContactPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Our Team", href: "/about" },
|
{ label: "Our Team", href: "/about" },
|
||||||
{ label: "Careers", href: "#" },
|
{ label: "Careers", href: "#" },
|
||||||
@@ -118,8 +116,7 @@ export default function ContactPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{ label: "Contact Us", href: "/contact" },
|
{ label: "Contact Us", href: "/contact" },
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "FAQ", href: "#faq" },
|
||||||
{ label: "Pricing", href: "#pricing" },
|
{ label: "Pricing", href: "#pricing" },
|
||||||
|
|||||||
@@ -2,43 +2,29 @@ import type { Metadata } from "next";
|
|||||||
import { Figtree } from "next/font/google";
|
import { Figtree } from "next/font/google";
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const figtree = Figtree({
|
const figtree = Figtree({
|
||||||
variable: "--font-figtree",
|
variable: "--font-figtree", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "LichtPrint - Professional Print Solutions",
|
title: "LichtPrint - Professional Print Solutions", description: "Premium printing services from digital to offset. High-quality print solutions for businesses of all sizes. Fast turnaround, competitive pricing, and exceptional customer service.", keywords: "printing services, digital printing, offset printing, packaging printing, print solutions, custom printing", metadataBase: new URL("https://lichtprint.de"),
|
||||||
description: "Premium printing services from digital to offset. High-quality print solutions for businesses of all sizes. Fast turnaround, competitive pricing, and exceptional customer service.",
|
|
||||||
keywords: "printing services, digital printing, offset printing, packaging printing, print solutions, custom printing",
|
|
||||||
metadataBase: new URL("https://lichtprint.de"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://lichtprint.de",
|
canonical: "https://lichtprint.de"
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
follow: true,
|
follow: true,
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "LichtPrint - Professional Print Solutions",
|
title: "LichtPrint - Professional Print Solutions", description: "Premium printing services from digital to offset. High-quality print solutions for businesses of all sizes.", url: "https://lichtprint.de", siteName: "LichtPrint", type: "website", images: [
|
||||||
description: "Premium printing services from digital to offset. High-quality print solutions for businesses of all sizes.",
|
|
||||||
url: "https://lichtprint.de",
|
|
||||||
siteName: "LichtPrint",
|
|
||||||
type: "website",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "http://img.b2bpic.net/free-photo/man-working-printing-house-with-paper-paints_1303-26587.jpg",
|
url: "http://img.b2bpic.net/free-photo/man-working-printing-house-with-paper-paints_1303-26587.jpg", alt: "LichtPrint Professional Print Solutions"
|
||||||
alt: "LichtPrint Professional Print Solutions",
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "LichtPrint - Professional Print Solutions", description: "Premium printing services from digital to offset. High-quality print solutions for businesses.", images: ["http://img.b2bpic.net/free-photo/man-working-printing-house-with-paper-paints_1303-26587.jpg"],
|
||||||
title: "LichtPrint - Professional Print Solutions",
|
|
||||||
description: "Premium printing services from digital to offset. High-quality print solutions for businesses.",
|
|
||||||
images: ["http://img.b2bpic.net/free-photo/man-working-printing-house-with-paper-paints_1303-26587.jpg"],
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -49,11 +35,92 @@ export default function RootLayout({
|
|||||||
}>) {
|
}>) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
|
<head>
|
||||||
|
<script
|
||||||
|
dangerouslySetInnerHTML={{
|
||||||
|
__html: `
|
||||||
|
(function() {
|
||||||
|
try {
|
||||||
|
const observer = new MutationObserver(function(mutations) {
|
||||||
|
mutations.forEach(function(mutation) {
|
||||||
|
if (mutation.addedNodes.length) {
|
||||||
|
mutation.addedNodes.forEach(function(node) {
|
||||||
|
if (node.nodeType === 1) {
|
||||||
|
if (node.id && node.id.includes('webild')) {
|
||||||
|
node.remove();
|
||||||
|
}
|
||||||
|
if (node.className && typeof node.className === 'string' && node.className.includes('webild')) {
|
||||||
|
node.remove();
|
||||||
|
}
|
||||||
|
if (node.tagName === 'IFRAME' && node.src && node.src.includes('webild')) {
|
||||||
|
node.remove();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
observer.observe(document.body, { childList: true, subtree: true });
|
||||||
|
} catch(e) {}
|
||||||
|
})();
|
||||||
|
`,
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</head>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body
|
<body
|
||||||
className={`${figtree.variable} antialiased`}
|
className={`${figtree.variable} antialiased`}
|
||||||
|
style={{
|
||||||
|
WebkitFontSmoothing: 'antialiased',
|
||||||
|
textRendering: 'optimizeLegibility',
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<Tag />
|
<style jsx global>{`
|
||||||
|
/* Hide Webild watermark and loading screen */
|
||||||
|
[data-webild-watermark],
|
||||||
|
.webild-watermark,
|
||||||
|
[class*="watermark"],
|
||||||
|
iframe[src*="webild"],
|
||||||
|
[id*="webild"],
|
||||||
|
.webild-loading,
|
||||||
|
.webild-loader,
|
||||||
|
[class*="loading"][class*="screen"] {
|
||||||
|
display: none !important;
|
||||||
|
visibility: hidden !important;
|
||||||
|
opacity: 0 !important;
|
||||||
|
pointer-events: none !important;
|
||||||
|
width: 0 !important;
|
||||||
|
height: 0 !important;
|
||||||
|
min-width: 0 !important;
|
||||||
|
min-height: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Hide any iframes that might be loading screens */
|
||||||
|
iframe {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Performance optimizations */
|
||||||
|
* {
|
||||||
|
backface-visibility: hidden;
|
||||||
|
perspective: 1000px;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
will-change: auto;
|
||||||
|
loading: lazy;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (prefers-reduced-motion: reduce) {
|
||||||
|
*,
|
||||||
|
*::before,
|
||||||
|
*::after {
|
||||||
|
animation-duration: 0.01ms !important;
|
||||||
|
animation-iteration-count: 1 !important;
|
||||||
|
transition-duration: 0.01ms !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
`}</style>
|
||||||
{children}
|
{children}
|
||||||
|
|
||||||
<script
|
<script
|
||||||
|
|||||||
250
src/app/page.tsx
250
src/app/page.tsx
@@ -3,34 +3,33 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||||
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
|
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
import { Zap, Cog, Leaf, Rocket, Printer, Package, Image, FileText, Bookmark, Sparkles, MapPin, Phone, Mail, Clock, Globe } from "lucide-react";
|
||||||
import { Zap, Cog, Leaf, Rocket, Printer, Package, Image, FileText, Bookmark, Sparkles } from "lucide-react";
|
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "#services" },
|
||||||
{ name: "Products", id: "/products" },
|
{ name: "Products", id: "#products" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "#about" },
|
||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact", id: "#contact" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const handleNavClick = (id: string) => {
|
const handleNavClick = (id: string) => {
|
||||||
if (id === "/") {
|
if (id === "/") {
|
||||||
window.location.href = "/";
|
window.location.href = "/";
|
||||||
} else if (id.startsWith("/")) {
|
} else if (id.startsWith("#")) {
|
||||||
window.location.href = id;
|
const element = document.querySelector(id);
|
||||||
} else {
|
|
||||||
const element = document.querySelector(`#${id}`);
|
|
||||||
if (element) {
|
if (element) {
|
||||||
element.scrollIntoView({ behavior: "smooth" });
|
element.scrollIntoView({ behavior: "smooth" });
|
||||||
}
|
}
|
||||||
|
} else if (id.startsWith("/")) {
|
||||||
|
window.location.href = id;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -52,7 +51,7 @@ export default function HomePage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="LichtPrint"
|
brandName="LichtPrint"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{ text: "Get Quote", href: "/contact" }}
|
button={{ text: "Language", href: "#" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -69,8 +68,8 @@ export default function HomePage() {
|
|||||||
showBlur={true}
|
showBlur={true}
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Started", href: "/contact" },
|
{ text: "Request a Quote", href: "#contact" },
|
||||||
{ text: "Learn More", href: "/about" },
|
{ text: "Learn More", href: "#about" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
ariaLabel="LichtPrint hero section with premium printing solutions"
|
ariaLabel="LichtPrint hero section with premium printing solutions"
|
||||||
@@ -97,7 +96,7 @@ export default function HomePage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
buttons={[{ text: "Explore Services", href: "/services" }]}
|
buttons={[{ text: "Explore Services", href: "#services" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -135,39 +134,175 @@ export default function HomePage() {
|
|||||||
tag="Popular Products"
|
tag="Popular Products"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", brand: "LichtPrint", name: "Premium Business Cards", price: "€0.50", rating: 5, reviewCount: "324", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151272949.jpg?_wi=1", imageAlt: "Premium business cards" },
|
{ id: "1", brand: "", name: "Premium Business Cards", price: "", rating: 4.5, reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARK4PdridlZpDx9QrcHVnCrhiQ/uploaded-1772553135237-eub9hw96.png?_wi=1", imageAlt: "Premium business cards" },
|
||||||
{ id: "2", brand: "LichtPrint", name: "Brochures & Flyers", price: "€0.75", rating: 5, reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/man-working-printing-house-with-paper-paints_1303-26605.jpg?_wi=1", imageAlt: "Professional brochures and flyers" },
|
{ id: "2", brand: "", name: "Brochures & Flyers", price: "", rating: 4.5, reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARK4PdridlZpDx9QrcHVnCrhiQ/uploaded-1772553135237-3yv607ls.png?_wi=1", imageAlt: "Professional brochures and flyers" },
|
||||||
{ id: "3", brand: "LichtPrint", name: "Custom Packaging", price: "€2.50", rating: 5, reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/side-view-stack-colorful-present-boxes-dark-wooden-table_141793-8637.jpg?_wi=1", imageAlt: "Custom branded packaging" },
|
{ id: "3", brand: "", name: "Custom Packaging", price: "", rating: 4.5, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/side-view-stack-colorful-present-boxes-dark-wooden-table_141793-8637.jpg?_wi=1", imageAlt: "Custom branded packaging" },
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[{ text: "View All Products", href: "/products" }]}
|
buttons={[{ text: "View All Products", href: "#products" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Pricing Section */}
|
{/* Company Information Section */}
|
||||||
<div id="pricing" data-section="pricing" className="py-20 px-4 md:px-8 bg-card">
|
<div id="company-info" data-section="company-info" className="py-20 px-4 md:px-8 bg-card">
|
||||||
<div className="mx-auto px-4 md:px-6">
|
<div className="mx-auto max-w-4xl px-4 md:px-6">
|
||||||
<PricingCardOne
|
<div className="space-y-16">
|
||||||
title="Transparent Pricing"
|
{/* Business Information */}
|
||||||
description="Flexible pricing plans designed to fit businesses of all sizes"
|
<div>
|
||||||
tag="Pricing"
|
<h2 className="text-3xl md:text-5xl font-extrabold mb-12 text-foreground">LichtPrint - Business Information</h2>
|
||||||
tagAnimation="slide-up"
|
|
||||||
plans={[
|
<div className="grid grid-cols-1 md:grid-cols-2 gap-8 mb-12">
|
||||||
{ id: "1", badge: "Starter", badgeIcon: Sparkles, price: "€500", subtitle: "Perfect for small businesses", features: ["Up to 5,000 prints", "Standard turnaround time", "Basic design consultation", "Email support"] },
|
{/* Address */}
|
||||||
{ id: "2", badge: "Professional", badgeIcon: Sparkles, price: "€1,500", subtitle: "Most popular choice", features: ["Up to 25,000 prints", "Fast turnaround time", "Advanced design consultation", "Dedicated account manager", "Priority support"] },
|
<div className="flex gap-4">
|
||||||
{ id: "3", badge: "Enterprise", badgeIcon: Sparkles, price: "€5,000+", subtitle: "For large-scale projects", features: ["Unlimited prints", "Rush delivery available", "Custom design services", "Dedicated support team", "Special discounts"] },
|
<div className="flex-shrink-0">
|
||||||
]}
|
<MapPin className="w-6 h-6 text-primary-cta mt-1" />
|
||||||
animationType="slide-up"
|
</div>
|
||||||
textboxLayout="default"
|
<div>
|
||||||
useInvertedBackground={true}
|
<h3 className="font-bold text-lg text-foreground mb-2">Address</h3>
|
||||||
buttons={[{ text: "Get Quote", href: "/contact" }]}
|
<p className="text-foreground">LichtPrint GmbH</p>
|
||||||
buttonAnimation="slide-up"
|
<p className="text-foreground">Druckstrasse 42</p>
|
||||||
/>
|
<p className="text-foreground">40217 Düsseldorf</p>
|
||||||
|
<p className="text-foreground">Germany</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Contact Details */}
|
||||||
|
<div className="space-y-4">
|
||||||
|
<div className="flex gap-4">
|
||||||
|
<div className="flex-shrink-0">
|
||||||
|
<Phone className="w-6 h-6 text-primary-cta mt-1" />
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3 className="font-bold text-lg text-foreground mb-2">Phone</h3>
|
||||||
|
<p className="text-foreground">+49 (211) 123-456</p>
|
||||||
|
<p className="text-foreground">+49 (211) 123-457 (Support)</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Email & Website */}
|
||||||
|
<div className="grid grid-cols-1 md:grid-cols-2 gap-8 mb-12">
|
||||||
|
<div className="flex gap-4">
|
||||||
|
<div className="flex-shrink-0">
|
||||||
|
<Mail className="w-6 h-6 text-primary-cta mt-1" />
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3 className="font-bold text-lg text-foreground mb-2">Email</h3>
|
||||||
|
<p className="text-foreground">info@lichtprint.de</p>
|
||||||
|
<p className="text-foreground">support@lichtprint.de</p>
|
||||||
|
<p className="text-foreground">quotes@lichtprint.de</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="flex gap-4">
|
||||||
|
<div className="flex-shrink-0">
|
||||||
|
<Clock className="w-6 h-6 text-primary-cta mt-1" />
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3 className="font-bold text-lg text-foreground mb-2">Opening Hours</h3>
|
||||||
|
<p className="text-foreground">Monday - Friday: 8:00 AM - 6:00 PM CET</p>
|
||||||
|
<p className="text-foreground">Saturday: 9:00 AM - 1:00 PM CET</p>
|
||||||
|
<p className="text-foreground">Sunday: Closed</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Products & Services by Category */}
|
||||||
|
<div>
|
||||||
|
<h2 className="text-3xl md:text-5xl font-extrabold mb-12 text-foreground">Complete Product & Service Catalog</h2>
|
||||||
|
|
||||||
|
<div className="space-y-12">
|
||||||
|
{/* Digital Printing Products */}
|
||||||
|
<div>
|
||||||
|
<h3 className="text-2xl font-bold mb-6 text-foreground flex items-center gap-2">
|
||||||
|
<Printer className="w-6 h-6 text-primary-cta" />
|
||||||
|
Digital Printing Products
|
||||||
|
</h3>
|
||||||
|
<ul className="grid grid-cols-1 md:grid-cols-2 gap-4 text-foreground">
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Business Cards (500-5000 units)</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Postcards & Greeting Cards</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Letterheads & Envelopes</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Direct Mail Materials</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Brochures & Flyers</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Labels & Stickers</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Offset Printing Products */}
|
||||||
|
<div>
|
||||||
|
<h3 className="text-2xl font-bold mb-6 text-foreground flex items-center gap-2">
|
||||||
|
<Zap className="w-6 h-6 text-primary-cta" />
|
||||||
|
Offset Printing Products
|
||||||
|
</h3>
|
||||||
|
<ul className="grid grid-cols-1 md:grid-cols-2 gap-4 text-foreground">
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Books & Booklets (hardcover & softcover)</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Magazines & Publications</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Annual Reports</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Catalogs & Product Brochures</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Newspapers & Large Format Print</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> High-Volume Commercial Print</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Packaging Solutions */}
|
||||||
|
<div>
|
||||||
|
<h3 className="text-2xl font-bold mb-6 text-foreground flex items-center gap-2">
|
||||||
|
<Package className="w-6 h-6 text-primary-cta" />
|
||||||
|
Packaging & Custom Solutions
|
||||||
|
</h3>
|
||||||
|
<ul className="grid grid-cols-1 md:grid-cols-2 gap-4 text-foreground">
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Custom Boxes & Packaging</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Product Inserts & Mailers</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Rigid & Folding Boxes</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Branded Packaging Solutions</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Eco-Friendly Packaging</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Display & Point-of-Sale Materials</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Large Format & Specialty Services */}
|
||||||
|
<div>
|
||||||
|
<h3 className="text-2xl font-bold mb-6 text-foreground flex items-center gap-2">
|
||||||
|
<Image className="w-6 h-6 text-primary-cta" />
|
||||||
|
Large Format & Specialty Printing
|
||||||
|
</h3>
|
||||||
|
<ul className="grid grid-cols-1 md:grid-cols-2 gap-4 text-foreground">
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Banners & Signage (all sizes)</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Vehicle Wraps & Graphics</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Outdoor Advertising Materials</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Canvas & Fine Art Printing</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Textiles & Apparel Printing</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Specialty Substrates & Materials</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Finishing & Additional Services */}
|
||||||
|
<div>
|
||||||
|
<h3 className="text-2xl font-bold mb-6 text-foreground flex items-center gap-2">
|
||||||
|
<Bookmark className="w-6 h-6 text-primary-cta" />
|
||||||
|
Finishing & Additional Services
|
||||||
|
</h3>
|
||||||
|
<ul className="grid grid-cols-1 md:grid-cols-2 gap-4 text-foreground">
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Professional Binding (comb, spiral, saddle-stitch)</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Die-Cutting & Custom Shapes</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Embossing & Debossing</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Lamination & UV Coating</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Foil Stamping & Metallic Finishes</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Variable Data Printing (personalization)</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Design Consultation & File Optimization</li>
|
||||||
|
<li className="flex items-start gap-3"><span className="text-primary-cta font-bold mt-1">•</span> Packaging Fulfillment & Distribution</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -176,7 +311,7 @@ export default function HomePage() {
|
|||||||
<div className="mx-auto px-4 md:px-6">
|
<div className="mx-auto px-4 md:px-6">
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
testimonial="LichtPrint has been instrumental in elevating our brand presence. Their attention to detail and commitment to quality is unmatched. The entire team is professional and responsive to our needs."
|
testimonial="LichtPrint has been instrumental in elevating our brand presence. Their attention to detail and commitment to quality is unmatched. The entire team is professional and responsive to our needs."
|
||||||
rating={5}
|
rating={4.5}
|
||||||
author="Sarah Mueller, CEO - Creative Agency"
|
author="Sarah Mueller, CEO - Creative Agency"
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Sarah Mueller" },
|
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Sarah Mueller" },
|
||||||
@@ -200,29 +335,26 @@ export default function HomePage() {
|
|||||||
copyrightText="© 2025 LichtPrint. All rights reserved."
|
copyrightText="© 2025 LichtPrint. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
{ label: "Digital Printing", href: "#services" },
|
||||||
{ label: "Digital Printing", href: "/services" },
|
{ label: "Offset Printing", href: "#services" },
|
||||||
{ label: "Offset Printing", href: "/services" },
|
{ label: "Packaging", href: "#services" },
|
||||||
{ label: "Packaging", href: "/services" },
|
{ label: "Large Format", href: "#services" },
|
||||||
{ label: "Large Format", href: "/services" },
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
{ label: "About Us", href: "#about" },
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "Our Team", href: "#about" },
|
||||||
{ label: "Our Team", href: "/about" },
|
|
||||||
{ label: "Careers", href: "#" },
|
{ label: "Careers", href: "#" },
|
||||||
{ label: "Blog", href: "#" },
|
{ label: "Blog", href: "#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
{ label: "Contact Us", href: "#contact" },
|
||||||
{ label: "Contact Us", href: "/contact" },
|
{ label: "FAQ", href: "#" },
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "Pricing", href: "#" },
|
||||||
{ label: "Pricing", href: "#pricing" },
|
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ export default function ProductsPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="LichtPrint"
|
brandName="LichtPrint"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{ text: "Get Quote", href: "/contact" }}
|
button={{ text: "Language", href: "#" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -48,10 +48,10 @@ export default function ProductsPage() {
|
|||||||
tag="Full Catalog"
|
tag="Full Catalog"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", brand: "LichtPrint", name: "Premium Business Cards", price: "€0.50", rating: 5, reviewCount: "324", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151272949.jpg?_wi=2", imageAlt: "Premium business cards" },
|
{ id: "1", brand: "", name: "Premium Business Cards", price: "", rating: 4.5, reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARK4PdridlZpDx9QrcHVnCrhiQ/uploaded-1772553135237-eub9hw96.png?_wi=2", imageAlt: "Premium business cards" },
|
||||||
{ id: "2", brand: "LichtPrint", name: "Brochures & Flyers", price: "€0.75", rating: 5, reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/man-working-printing-house-with-paper-paints_1303-26605.jpg?_wi=2", imageAlt: "Professional brochures and flyers" },
|
{ id: "2", brand: "", name: "Brochures & Flyers", price: "", rating: 4.5, reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARK4PdridlZpDx9QrcHVnCrhiQ/uploaded-1772553135237-3yv607ls.png?_wi=2", imageAlt: "Professional brochures and flyers" },
|
||||||
{ id: "3", brand: "LichtPrint", name: "Custom Packaging", price: "€2.50", rating: 5, reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/side-view-stack-colorful-present-boxes-dark-wooden-table_141793-8637.jpg?_wi=2", imageAlt: "Custom branded packaging" },
|
{ id: "3", brand: "", name: "Custom Packaging", price: "", rating: 4.5, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/side-view-stack-colorful-present-boxes-dark-wooden-table_141793-8637.jpg?_wi=2", imageAlt: "Custom branded packaging" },
|
||||||
{ id: "4", brand: "LichtPrint", name: "Postcards & Greetings", price: "€0.35", rating: 5, reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151272949.jpg?_wi=3", imageAlt: "Postcards and greeting cards" },
|
{ id: "4", brand: "", name: "Postcards & Greetings", price: "", rating: 4.5, reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARK4PdridlZpDx9QrcHVnCrhiQ/uploaded-1772553135237-eub9hw96.png?_wi=3", imageAlt: "Postcards and greeting cards" },
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -94,8 +94,7 @@ export default function ProductsPage() {
|
|||||||
copyrightText="© 2025 LichtPrint. All rights reserved."
|
copyrightText="© 2025 LichtPrint. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{ label: "Digital Printing", href: "/services" },
|
{ label: "Digital Printing", href: "/services" },
|
||||||
{ label: "Offset Printing", href: "/services" },
|
{ label: "Offset Printing", href: "/services" },
|
||||||
{ label: "Packaging", href: "/services" },
|
{ label: "Packaging", href: "/services" },
|
||||||
@@ -103,8 +102,7 @@ export default function ProductsPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Our Team", href: "/about" },
|
{ label: "Our Team", href: "/about" },
|
||||||
{ label: "Careers", href: "#" },
|
{ label: "Careers", href: "#" },
|
||||||
@@ -112,8 +110,7 @@ export default function ProductsPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{ label: "Contact Us", href: "/contact" },
|
{ label: "Contact Us", href: "/contact" },
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "FAQ", href: "#faq" },
|
||||||
{ label: "Pricing", href: "#pricing" },
|
{ label: "Pricing", href: "#pricing" },
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ export default function ServicesPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="LichtPrint"
|
brandName="LichtPrint"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{ text: "Get Quote", href: "/contact" }}
|
button={{ text: "Language", href: "#" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -92,8 +92,7 @@ export default function ServicesPage() {
|
|||||||
copyrightText="© 2025 LichtPrint. All rights reserved."
|
copyrightText="© 2025 LichtPrint. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{ label: "Digital Printing", href: "/services" },
|
{ label: "Digital Printing", href: "/services" },
|
||||||
{ label: "Offset Printing", href: "/services" },
|
{ label: "Offset Printing", href: "/services" },
|
||||||
{ label: "Packaging", href: "/services" },
|
{ label: "Packaging", href: "/services" },
|
||||||
@@ -101,8 +100,7 @@ export default function ServicesPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Our Team", href: "/about" },
|
{ label: "Our Team", href: "/about" },
|
||||||
{ label: "Careers", href: "#" },
|
{ label: "Careers", href: "#" },
|
||||||
@@ -110,8 +108,7 @@ export default function ServicesPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{ label: "Contact Us", href: "/contact" },
|
{ label: "Contact Us", href: "/contact" },
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "FAQ", href: "#faq" },
|
||||||
{ label: "Pricing", href: "#pricing" },
|
{ label: "Pricing", href: "#pricing" },
|
||||||
|
|||||||
Reference in New Issue
Block a user