diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d8d945..8feee8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 } from "lucide-react"; +import { Award, Shield, Zap, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -32,62 +32,26 @@ export default function LandingPage() {
@@ -125,30 +77,10 @@ export default function LandingPage() { textboxLayout="inline-image" useInvertedBackground={false} features={[ - { - title: "Flyers & Leaflets", - description: "High-quality offset and digital print.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-stacks-papers-documents_23-2151118310.jpg", - buttonIcon: "ArrowRight", - }, - { - title: "Banners & Signs", - description: "Weather-resistant outdoor and indoor displays.", - imageSrc: "http://img.b2bpic.net/free-photo/two-blank-white-billboards_23-2147901104.jpg", - buttonIcon: "ArrowRight", - }, - { - title: "Clothes Printing", - description: "Professional screen printing and embroidery.", - imageSrc: "http://img.b2bpic.net/free-photo/delivery-woman-red-uniform-staying-away-from-colorful-caps_114579-31052.jpg", - buttonIcon: "ArrowRight", - }, - { - title: "Custom Packaging", - description: "Gift bags, boxes, and retail packaging.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-vhs-cover-template_23-2149850041.jpg", - buttonIcon: "ArrowRight", - }, + { title: "Flyers & Leaflets", description: "High-quality offset and digital print.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-stacks-papers-documents_23-2151118310.jpg", buttonIcon: ArrowRight }, + { title: "Banners & Signs", description: "Weather-resistant outdoor and indoor displays.", imageSrc: "http://img.b2bpic.net/free-photo/two-blank-white-billboards_23-2147901104.jpg", buttonIcon: ArrowRight }, + { title: "Clothes Printing", description: "Professional screen printing and embroidery.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-woman-red-uniform-staying-away-from-colorful-caps_114579-31052.jpg", buttonIcon: ArrowRight }, + { title: "Custom Packaging", description: "Gift bags, boxes, and retail packaging.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-vhs-cover-template_23-2149850041.jpg", buttonIcon: ArrowRight } ]} title="Our Printing Capabilities" description="We offer a comprehensive range of printing and marketing services to elevate your brand presence." @@ -162,42 +94,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Premium Business Cards", - price: "From £30", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pacdli", - }, - { - id: "p2", - name: "Marketing Flyers", - price: "From £40", - imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-multicolored-notebooks-white-wall-flat-lay_176474-7006.jpg", - }, - { - id: "p3", - name: "Outdoor Banners", - price: "From £75", - imageSrc: "http://img.b2bpic.net/free-photo/clean-white-banner-city_23-2147764790.jpg", - }, - { - id: "p4", - name: "T-Shirt Branding", - price: "From £15/ea", - imageSrc: "http://img.b2bpic.net/free-photo/autumn-person-with-cozy-clothes_23-2149137848.jpg", - }, - { - id: "p5", - name: "Luxury Gift Bags", - price: "From £50", - imageSrc: "http://img.b2bpic.net/free-photo/furoshiki-package-flower-arrangement_23-2150274467.jpg", - }, - { - id: "p6", - name: "Stationery Kits", - price: "From £120", - imageSrc: "http://img.b2bpic.net/free-vector/business-stationery-zigzag-striped_23-2147569911.jpg", - }, + { id: "p1", name: "Premium Business Cards", price: "From £30", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pacdli" }, + { id: "p2", name: "Marketing Flyers", price: "From £40", imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-multicolored-notebooks-white-wall-flat-lay_176474-7006.jpg" }, + { id: "p3", name: "Outdoor Banners", price: "From £75", imageSrc: "http://img.b2bpic.net/free-photo/clean-white-banner-city_23-2147764790.jpg" }, + { id: "p4", name: "T-Shirt Branding", price: "From £15/ea", imageSrc: "http://img.b2bpic.net/free-photo/autumn-person-with-cozy-clothes_23-2149137848.jpg" }, + { id: "p5", name: "Luxury Gift Bags", price: "From £50", imageSrc: "http://img.b2bpic.net/free-photo/furoshiki-package-flower-arrangement_23-2150274467.jpg" }, + { id: "p6", name: "Stationery Kits", price: "From £120", imageSrc: "http://img.b2bpic.net/free-vector/business-stationery-zigzag-striped_23-2147569911.jpg" } ]} title="Printing Products" description="Browse our most popular printing solutions." @@ -210,56 +112,9 @@ export default function LandingPage() { textboxLayout="default" 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: "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", - }, - ], - }, + { id: "small", badge: "Essential", price: "£50", subtitle: "For small events", features: ["100 Flyers", "50 Business Cards", "Basic Design"], 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" description="Simple pricing for all your printing needs." @@ -270,31 +125,11 @@ export default function LandingPage() {