Update src/app/page.tsx
This commit is contained in:
@@ -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, MapPin, Phone, Mail, Clock } from "lucide-react";
|
||||
import { Zap, Cog, Leaf, Rocket, Printer, Package, Image, FileText, Bookmark, Sparkles, MapPin, Phone, Mail, Clock, Globe } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -52,7 +52,7 @@ export default function HomePage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="LichtPrint"
|
||||
navItems={navItems}
|
||||
button={{ text: "Get Quote", href: "/contact" }}
|
||||
button={{ text: "Language", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -135,9 +135,9 @@ export default function HomePage() {
|
||||
tag="Popular Products"
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{ 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" },
|
||||
{ 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", imageAlt: "Premium business cards" },
|
||||
{ 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", imageAlt: "Professional brochures and flyers" },
|
||||
{ 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"
|
||||
animationType="slide-up"
|
||||
@@ -312,7 +312,7 @@ export default function HomePage() {
|
||||
<div className="mx-auto px-4 md:px-6">
|
||||
<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."
|
||||
rating={5}
|
||||
rating={4.5}
|
||||
author="Sarah Mueller, CEO - Creative Agency"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Sarah Mueller" },
|
||||
|
||||
Reference in New Issue
Block a user