diff --git a/src/app/page.tsx b/src/app/page.tsx index 41d281d..bdc6285 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,34 +33,25 @@ export default function LandingPage() {
@@ -79,50 +70,26 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Flex Banners", - description: "High-durability outdoor flex banners.", - icon: Printer, + title: "Flex Banners", description: "High-durability outdoor flex banners.", icon: Printer, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/long-orange-gradient-exposure-neon-lights-texture_23-2148328034.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/modern-manufacturing-equipment-futuristic-factory-generated-by-ai_188544-18464.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-printer_1048-2337.jpg?_wi=2", - imageAlt: "flex banner printing roll", + { imageSrc: "http://img.b2bpic.net/free-photo/long-orange-gradient-exposure-neon-lights-texture_23-2148328034.jpg", imageAlt: "flex banner" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-manufacturing-equipment-futuristic-factory-generated-by-ai_188544-18464.jpg", imageAlt: "manufacturing" }, + ] }, { - title: "Signage Solutions", - description: "Custom boards and vinyl decals.", - icon: Monitor, + title: "Signage Solutions", description: "Custom boards and vinyl decals.", icon: Monitor, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/man-urban-bike-shop_23-2148138947.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-designer-using-3d-printer_23-2151019901.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/group-graphic-designers-smiling_1170-2925.jpg", - imageAlt: "flex banner printing roll", + { imageSrc: "http://img.b2bpic.net/free-photo/man-urban-bike-shop_23-2148138947.jpg", imageAlt: "signage" }, + { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-designer-using-3d-printer_23-2151019901.jpg", imageAlt: "design" }, + ] }, { - title: "UV Precision", - description: "Vibrant and long-lasting prints.", - icon: Zap, + title: "UV Precision", description: "Vibrant and long-lasting prints.", icon: Zap, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-rainbow-bright-lights-prism-effect_23-2148771738.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/fabric-textured-background_53876-33817.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/big-white-advertising-screen-city_23-2147764793.jpg?_wi=1", - imageAlt: "flex banner printing roll", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-rainbow-bright-lights-prism-effect_23-2148771738.jpg", imageAlt: "uv print" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fabric-textured-background_53876-33817.jpg", imageAlt: "texture" }, + ] + } ]} title="Our Specialized Printing Services" description="We leverage industry-leading technology to deliver exceptional print clarity and durability." @@ -136,48 +103,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Outdoor Flex", - price: "Custom", - variant: "Premium Vinyl", - imageSrc: "http://img.b2bpic.net/free-photo/big-white-advertising-screen-city_23-2147764793.jpg?_wi=2", - }, - { - id: "p2", - name: "Shop Signage", - price: "Custom", - variant: "Board/Vinyl", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-paper-background-concept_23-2148812727.jpg", - }, - { - id: "p3", - name: "Acrylic Display", - price: "Custom", - variant: "Premium Finish", - imageSrc: "http://img.b2bpic.net/free-photo/view-concrete-structure-city_23-2148798631.jpg", - }, - { - id: "p4", - name: "Large Hoardings", - price: "Custom", - variant: "Heavy Duty", - imageSrc: "http://img.b2bpic.net/free-photo/vibrant-rainbow-colored-ribbons-hanging-outdoor-market-krabi-thailand_1308-189619.jpg", - }, - { - id: "p5", - name: "Backlit Flex", - price: "Custom", - variant: "Translucent", - imageSrc: "http://img.b2bpic.net/free-photo/big-billboard-highway_1194-638078.jpg", - }, - { - id: "p6", - name: "Window Decals", - price: "Custom", - variant: "Perforated", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-microperforated-sheets-still-life_23-2150260315.jpg", - }, + { id: "p1", name: "Outdoor Flex", price: "Custom", variant: "Premium Vinyl", imageSrc: "http://img.b2bpic.net/free-photo/big-white-advertising-screen-city_23-2147764793.jpg" }, + { id: "p2", name: "Shop Signage", price: "Custom", variant: "Board/Vinyl", imageSrc: "http://img.b2bpic.net/free-photo/abstract-paper-background-concept_23-2148812727.jpg" }, + { id: "p3", name: "Acrylic Display", price: "Custom", variant: "Premium Finish", imageSrc: "http://img.b2bpic.net/free-photo/view-concrete-structure-city_23-2148798631.jpg" }, + { id: "p4", name: "Large Hoardings", price: "Custom", variant: "Heavy Duty", imageSrc: "http://img.b2bpic.net/free-photo/vibrant-rainbow-colored-ribbons-hanging-outdoor-market-krabi-thailand_1308-189619.jpg" }, + { id: "p5", name: "Backlit Flex", price: "Custom", variant: "Translucent", imageSrc: "http://img.b2bpic.net/free-photo/big-billboard-highway_1194-638078.jpg" }, + { id: "p6", name: "Window Decals", price: "Custom", variant: "Perforated", imageSrc: "http://img.b2bpic.net/free-photo/top-view-microperforated-sheets-still-life_23-2150260315.jpg" }, ]} title="Our Printing Portfolio" description="Explore our high-quality printing solutions." @@ -191,27 +122,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "10K+", - title: "Banners Printed", - description: "High-quality output.", - icon: Printer, - }, - { - id: "m2", - value: "500+", - title: "Happy Clients", - description: "Satisfied business owners.", - icon: Smile, - }, - { - id: "m3", - value: "24/7", - title: "Service Support", - description: "Dedicated assistance.", - icon: Clock, - }, + { id: "m1", value: "10K+", title: "Banners Printed", description: "High-quality output.", icon: Printer }, + { id: "m2", value: "500+", title: "Happy Clients", description: "Satisfied business owners.", icon: Smile }, + { id: "m3", value: "24/7", title: "Service Support", description: "Dedicated assistance.", icon: Clock }, ]} title="Driving Results Together" description="Our printing solutions power local businesses across the region." @@ -223,56 +136,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Rajesh Kumar", - date: "Jan 2024", - title: "Retailer", - quote: "Excellent print quality and quick turnaround.", - tag: "5 stars", - avatarSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-office-using-printer_23-2149456968.jpg", - }, - { - id: "2", - name: "Sneha Patil", - date: "Feb 2024", - title: "Event Manager", - quote: "Reliable service for our outdoor events.", - tag: "5 stars", - avatarSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-with-city-skyline-background_9975-22162.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741823.jpg", - }, - { - id: "3", - name: "Amit Sharma", - date: "Mar 2024", - title: "Business Owner", - quote: "The signage looks stunning on our store.", - tag: "5 stars", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-3608.jpg", - }, - { - id: "4", - name: "Priya Reddy", - date: "Apr 2024", - title: "Marketing Pro", - quote: "Best printing services in the area, hands down.", - tag: "5 stars", - avatarSrc: "http://img.b2bpic.net/free-photo/front-view-delivery-man-showing-notepad-sign-order_23-2148455137.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3571.jpg", - }, - { - id: "5", - name: "Vijay Kumar", - date: "May 2024", - title: "Owner", - quote: "Affordable and very professional results.", - tag: "5 stars", - avatarSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-having-office-job_23-2149571058.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/male-female-graphic-designers-interacting-color-chart_1170-2931.jpg", - }, + { id: "1", name: "Rajesh Kumar", date: "Jan 2024", title: "Retailer", quote: "Excellent print quality and quick turnaround.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-office-using-printer_23-2149456968.jpg" }, + { id: "2", name: "Sneha Patil", date: "Feb 2024", title: "Event Manager", quote: "Reliable service for our outdoor events.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-with-city-skyline-background_9975-22162.jpg", imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741823.jpg" }, + { id: "3", name: "Amit Sharma", date: "Mar 2024", title: "Business Owner", quote: "The signage looks stunning on our store.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg", imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-3608.jpg" }, + { id: "4", name: "Priya Reddy", date: "Apr 2024", title: "Marketing Pro", quote: "Best printing services in the area, hands down.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-delivery-man-showing-notepad-sign-order_23-2148455137.jpg", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3571.jpg" }, + { id: "5", name: "Vijay Kumar", date: "May 2024", title: "Owner", quote: "Affordable and very professional results.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-having-office-job_23-2149571058.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-female-graphic-designers-interacting-color-chart_1170-2931.jpg" }, ]} title="What Our Clients Say" description="Hear about the quality we bring to every project." @@ -283,21 +151,9 @@ export default function LandingPage() {