From 0bf1306d9965fe92140f5b1d8a5e3b47b7166e8e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:30:24 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8b95999..8f0c8e8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -93,8 +93,7 @@ export default function AboutPage() { copyrightText="© 2025 LichtPrint. All rights reserved." columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Digital Printing", href: "/services" }, { label: "Offset Printing", href: "/services" }, { label: "Packaging", href: "/services" }, @@ -102,8 +101,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Careers", href: "#" }, @@ -111,8 +109,7 @@ export default function AboutPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "#faq" }, { label: "Pricing", href: "#pricing" }, @@ -124,4 +121,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 2f8dcfb05cd7c5b342f1b170d94c455fe6b03b56 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:30:25 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6cfa020..d784879 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -76,12 +76,12 @@ export default function ContactPage() { tag="Help" tagAnimation="slide-up" 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: "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: "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: "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: "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: "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: "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. 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. 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. 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 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 or contact support@lichtprint.de for updates." }, ]} textboxLayout="default" useInvertedBackground={true} @@ -100,8 +100,7 @@ export default function ContactPage() { copyrightText="© 2025 LichtPrint. All rights reserved." columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Digital Printing", href: "/services" }, { label: "Offset Printing", href: "/services" }, { label: "Packaging", href: "/services" }, @@ -109,8 +108,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Careers", href: "#" }, @@ -118,8 +116,7 @@ export default function ContactPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "#faq" }, { label: "Pricing", href: "#pricing" }, @@ -131,4 +128,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 17612aeacc098ca31612e30ceccd6a3620122008 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:30:26 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5757407..cf6f593 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,40 +5,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const figtree = Figtree({ - variable: "--font-figtree", - subsets: ["latin"], + variable: "--font-figtree", subsets: ["latin"], }); export const metadata: Metadata = { - 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"), + 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"), alternates: { - canonical: "https://lichtprint.de", - }, + canonical: "https://lichtprint.de"}, robots: { index: true, follow: true, }, openGraph: { - 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: [ + 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: [ { - url: "http://img.b2bpic.net/free-photo/man-working-printing-house-with-paper-paints_1303-26587.jpg", - alt: "LichtPrint Professional Print Solutions", - }, + url: "http://img.b2bpic.net/free-photo/man-working-printing-house-with-paper-paints_1303-26587.jpg", alt: "LichtPrint Professional Print Solutions"}, ], }, twitter: { - 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"], + 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"], }, }; @@ -1426,4 +1411,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 40718dddae610c2de6d7f382961ecd042b94264b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:30:27 +0000 Subject: [PATCH 4/6] Update src/app/page.tsx --- src/app/page.tsx | 193 +++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 163 insertions(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df792f3..22df7d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import PricingCardOne from "@/components/sections/pricing/PricingCardOne"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Zap, Cog, Leaf, Rocket, Printer, Package, Image, FileText, Bookmark, Sparkles } from "lucide-react"; +import { Zap, Cog, Leaf, Rocket, Printer, Package, Image, FileText, Bookmark, Sparkles, MapPin, Phone, Mail, Clock } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -135,9 +135,9 @@ export default function HomePage() { tag="Popular Products" tagAnimation="slide-up" 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: "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: "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: "1", brand: "", name: "Premium Business Cards", price: "", rating: 0, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151272949.jpg?_wi=1", imageAlt: "Premium business cards" }, + { id: "2", brand: "", name: "Brochures & Flyers", price: "", rating: 0, reviewCount: "", 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: "3", brand: "", name: "Custom Packaging", price: "", rating: 0, 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" animationType="slide-up" @@ -149,25 +149,161 @@ export default function HomePage() { - {/* Pricing Section */} -
-
- + {/* Company Information Section */} +
+
+
+ {/* Business Information */} +
+

LichtPrint - Business Information

+ +
+ {/* Address */} +
+
+ +
+
+

Address

+

LichtPrint GmbH

+

Druckstrasse 42

+

40217 Düsseldorf

+

Germany

+
+
+ + {/* Contact Details */} +
+
+
+ +
+
+

Phone

+

+49 (211) 123-456

+

+49 (211) 123-457 (Support)

+
+
+
+
+ + {/* Email & Website */} +
+
+
+ +
+
+

Email

+

info@lichtprint.de

+

support@lichtprint.de

+

quotes@lichtprint.de

+
+
+ +
+
+ +
+
+

Opening Hours

+

Monday - Friday: 8:00 AM - 6:00 PM CET

+

Saturday: 9:00 AM - 1:00 PM CET

+

Sunday: Closed

+
+
+
+
+ + {/* Products & Services by Category */} +
+

Complete Product & Service Catalog

+ +
+ {/* Digital Printing Products */} +
+

+ + Digital Printing Products +

+
    +
  • Business Cards (500-5000 units)
  • +
  • Postcards & Greeting Cards
  • +
  • Letterheads & Envelopes
  • +
  • Direct Mail Materials
  • +
  • Brochures & Flyers
  • +
  • Labels & Stickers
  • +
+
+ + {/* Offset Printing Products */} +
+

+ + Offset Printing Products +

+
    +
  • Books & Booklets (hardcover & softcover)
  • +
  • Magazines & Publications
  • +
  • Annual Reports
  • +
  • Catalogs & Product Brochures
  • +
  • Newspapers & Large Format Print
  • +
  • High-Volume Commercial Print
  • +
+
+ + {/* Packaging Solutions */} +
+

+ + Packaging & Custom Solutions +

+
    +
  • Custom Boxes & Packaging
  • +
  • Product Inserts & Mailers
  • +
  • Rigid & Folding Boxes
  • +
  • Branded Packaging Solutions
  • +
  • Eco-Friendly Packaging
  • +
  • Display & Point-of-Sale Materials
  • +
+
+ + {/* Large Format & Specialty Services */} +
+

+ + Large Format & Specialty Printing +

+
    +
  • Banners & Signage (all sizes)
  • +
  • Vehicle Wraps & Graphics
  • +
  • Outdoor Advertising Materials
  • +
  • Canvas & Fine Art Printing
  • +
  • Textiles & Apparel Printing
  • +
  • Specialty Substrates & Materials
  • +
+
+ + {/* Finishing & Additional Services */} +
+

+ + Finishing & Additional Services +

+
    +
  • Professional Binding (comb, spiral, saddle-stitch)
  • +
  • Die-Cutting & Custom Shapes
  • +
  • Embossing & Debossing
  • +
  • Lamination & UV Coating
  • +
  • Foil Stamping & Metallic Finishes
  • +
  • Variable Data Printing (personalization)
  • +
  • Design Consultation & File Optimization
  • +
  • Packaging Fulfillment & Distribution
  • +
+
+
+
+
@@ -200,8 +336,7 @@ export default function HomePage() { copyrightText="© 2025 LichtPrint. All rights reserved." columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Digital Printing", href: "/services" }, { label: "Offset Printing", href: "/services" }, { label: "Packaging", href: "/services" }, @@ -209,8 +344,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Careers", href: "#" }, @@ -218,8 +352,7 @@ export default function HomePage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "#faq" }, { label: "Pricing", href: "#pricing" }, @@ -231,4 +364,4 @@ export default function HomePage() {
); -} \ No newline at end of file +} -- 2.49.1 From 609ca28e82340856c7d9e3bf34fa2aa8ef232562 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:30:28 +0000 Subject: [PATCH 5/6] Update src/app/products/page.tsx --- src/app/products/page.tsx | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 2353966..f6cd736 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -48,10 +48,10 @@ export default function ProductsPage() { tag="Full Catalog" tagAnimation="slide-up" 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: "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: "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: "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: "1", brand: "", name: "Premium Business Cards", price: "", rating: 0, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151272949.jpg?_wi=2", imageAlt: "Premium business cards" }, + { id: "2", brand: "", name: "Brochures & Flyers", price: "", rating: 0, reviewCount: "", 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: "3", brand: "", name: "Custom Packaging", price: "", rating: 0, 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: "", name: "Postcards & Greetings", price: "", rating: 0, reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151272949.jpg?_wi=3", imageAlt: "Postcards and greeting cards" }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -94,8 +94,7 @@ export default function ProductsPage() { copyrightText="© 2025 LichtPrint. All rights reserved." columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Digital Printing", href: "/services" }, { label: "Offset Printing", href: "/services" }, { label: "Packaging", href: "/services" }, @@ -103,8 +102,7 @@ export default function ProductsPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Careers", href: "#" }, @@ -112,8 +110,7 @@ export default function ProductsPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "#faq" }, { label: "Pricing", href: "#pricing" }, @@ -125,4 +122,4 @@ export default function ProductsPage() {
); -} \ No newline at end of file +} -- 2.49.1 From 215433c519d2727709c8e49465ee54b7d41d853f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:30:29 +0000 Subject: [PATCH 6/6] Update src/app/services/page.tsx --- src/app/services/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index aca1794..5ede83b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -92,8 +92,7 @@ export default function ServicesPage() { copyrightText="© 2025 LichtPrint. All rights reserved." columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Digital Printing", href: "/services" }, { label: "Offset Printing", href: "/services" }, { label: "Packaging", href: "/services" }, @@ -101,8 +100,7 @@ export default function ServicesPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Careers", href: "#" }, @@ -110,8 +108,7 @@ export default function ServicesPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "#faq" }, { label: "Pricing", href: "#pricing" }, @@ -123,4 +120,4 @@ export default function ServicesPage() { ); -} \ No newline at end of file +} -- 2.49.1