1 Commits

Author SHA1 Message Date
6dc3dda0b2 Update src/app/page.tsx 2026-05-01 05:35:01 +00:00

View File

@@ -12,7 +12,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Award, Shield, Zap, ArrowRight, Star } from "lucide-react";
import { Award, Shield, Zap, ArrowRight } from "lucide-react";
export default function LandingPage() {
return (
@@ -48,7 +48,7 @@ export default function LandingPage() {
title="Elite Printing Solutions for Your Business"
description="Professional printing from business cards to large-scale banners. We handle your social media designs and custom packaging with precision."
tag="Quality Marketing & Printing"
buttons={[{ text: "Get A Quote", href: "#contact" }]}
buttons={[{ text: "Request Free Quote", href: "#contact" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-holding-color-palette_23-2149345284.jpg", imageAlt: "Elite Printing Studio" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-cmyk-toners-assortment_23-2149120697.jpg", imageAlt: "Print machine expertise" }
@@ -113,7 +113,7 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{ id: "small", badge: "Essential", price: "£50", subtitle: "For small events", features: ["100 Flyers", "50 Business Cards", "Basic Design"], buttons: [{ text: "Select" }] },
{ id: "pro", badge: "Most Popular", badgeIcon: Star, price: "£250", subtitle: "Business growth", features: ["500 Flyers", "250 Business Cards", "1x Banner", "Full Branding"], buttons: [{ text: "Select" }] },
{ id: "pro", badge: "Professional", price: "£250", subtitle: "Business growth", features: ["500 Flyers", "250 Business Cards", "1x Banner", "Full Branding"], buttons: [{ text: "Select" }] },
{ id: "enterprise", badge: "Enterprise", price: "£600", subtitle: "Total package", features: ["2000 Flyers", "1000 Business Cards", "3x Banners", "Full Social Media Package"], buttons: [{ text: "Select" }] }
]}
title="Transparent Pricing"