From 40718dddae610c2de6d7f382961ecd042b94264b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:30:27 +0000 Subject: [PATCH] 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 +}