Update src/app/page.tsx
This commit is contained in:
@@ -47,14 +47,14 @@ export default function LandingPage() {
|
||||
title="Extreme Designs. Precision Printing."
|
||||
description="Transforming bold ideas into high-impact reality with cutting-edge printing technology and extreme design precision."
|
||||
testimonials={[
|
||||
{ name: "Marcus V.", handle: "@mv_tech", testimonial: "Extreme Designs completely changed our brand identity with their high-impact print work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blue-neon-beams-glide-darkness-tech-glow_169016-71468.jpg", imageAlt: "extreme printing studio dark" },
|
||||
{ name: "Elena R.", handle: "@er_creative", testimonial: "The precision and quality of the vinyl wraps are absolutely unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/industrial-machine-production-plastic-bags-factory_181624-56929.jpg", imageAlt: "industrial screen printing" },
|
||||
{ name: "Jaxon D.", handle: "@jd_sports", testimonial: "They handle our large format signage with such speed and detail every single time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599237.jpg", imageAlt: "large format printing detail" },
|
||||
{ name: "Sarah P.", handle: "@sp_marketing", testimonial: "If you need edgy, modern, and high-quality prints, this is the team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-doing-japanese-calligraphy-called-shodo_23-2149105333.jpg", imageAlt: "laser engraving precision" },
|
||||
{ name: "Leo C.", handle: "@lc_branding", testimonial: "Extreme efficiency and incredible, sharp design execution.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/flat-halloween-hocus-pocus-lettering_23-2149636008.jpg", imageAlt: "custom futuristic t-shirt design" },
|
||||
{ name: "Marcus V.", handle: "@mv_tech", testimonial: "Extreme Designs completely changed our brand identity with their high-impact print work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blue-neon-beams-glide-darkness-tech-glow_169016-71468.jpg?_wi=1", imageAlt: "extreme printing studio dark" },
|
||||
{ name: "Elena R.", handle: "@er_creative", testimonial: "The precision and quality of the vinyl wraps are absolutely unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/industrial-machine-production-plastic-bags-factory_181624-56929.jpg?_wi=1", imageAlt: "industrial screen printing" },
|
||||
{ name: "Jaxon D.", handle: "@jd_sports", testimonial: "They handle our large format signage with such speed and detail every single time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599237.jpg?_wi=1", imageAlt: "large format printing detail" },
|
||||
{ name: "Sarah P.", handle: "@sp_marketing", testimonial: "If you need edgy, modern, and high-quality prints, this is the team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-doing-japanese-calligraphy-called-shodo_23-2149105333.jpg?_wi=1", imageAlt: "laser engraving precision" },
|
||||
{ name: "Leo C.", handle: "@lc_branding", testimonial: "Extreme efficiency and incredible, sharp design execution.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/flat-halloween-hocus-pocus-lettering_23-2149636008.jpg?_wi=1", imageAlt: "custom futuristic t-shirt design" },
|
||||
]}
|
||||
buttons={[{ text: "Explore Services", href: "#features" }, { text: "Contact Us", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blue-neon-beams-glide-darkness-tech-glow_169016-71468.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blue-neon-beams-glide-darkness-tech-glow_169016-71468.jpg?_wi=2"
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/side-view-woman-posing-work_23-2149622865.jpg", alt: "Client 1" }, { src: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg", alt: "Client 2" }, { src: "http://img.b2bpic.net/free-photo/portrait-businesswoman-posing-with-coffee_23-2148452691.jpg", alt: "Client 3" }, { src: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg", alt: "Client 4" }, { src: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg", alt: "Client 5" }]}
|
||||
avatarText="Trusted by 500+ pros"
|
||||
marqueeItems={[{ type: "text", text: "LARGE FORMAT" }, { type: "text", text: "VEHICLE WRAPS" }, { type: "text", text: "CUSTOM APPAREL" }, { type: "text", text: "BRANDING" }, { type: "text", text: "SIGNAGE" }]}
|
||||
@@ -67,9 +67,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "High-Tech Printing", description: "Advanced machines for crystal-clear, durable prints.", media: { imageSrc: "http://img.b2bpic.net/free-photo/industrial-machine-production-plastic-bags-factory_181624-56929.jpg" }, items: [{ icon: Zap, text: "Ultra-fast turnover" }, { icon: Shield, text: "Industrial durability" }, { icon: Star, text: "Precision ink quality" }], reverse: false },
|
||||
{ title: "Precision Fabrication", description: "Expert handling of all materials with custom finishing options.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599237.jpg" }, items: [{ icon: Settings, text: "Custom material handling" }, { icon: CheckCircle, text: "Quality control checks" }, { icon: Award, text: "Pro-grade finishing" }], reverse: true },
|
||||
{ title: "Advanced Design", description: "From concepts to final files, our designers push every limit.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-doing-japanese-calligraphy-called-shodo_23-2149105333.jpg" }, items: [{ icon: Palette, text: "Custom design services" }, { icon: Monitor, text: "High-fidelity digital proofing" }, { icon: Layers, text: "Advanced layering techniques" }], reverse: false }
|
||||
{ title: "High-Tech Printing", description: "Advanced machines for crystal-clear, durable prints.", media: { imageSrc: "http://img.b2bpic.net/free-photo/industrial-machine-production-plastic-bags-factory_181624-56929.jpg?_wi=2" }, items: [{ icon: Zap, text: "Ultra-fast turnover" }, { icon: Shield, text: "Industrial durability" }, { icon: Star, text: "Precision ink quality" }], reverse: false },
|
||||
{ title: "Precision Fabrication", description: "Expert handling of all materials with custom finishing options.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599237.jpg?_wi=2" }, items: [{ icon: Settings, text: "Custom material handling" }, { icon: CheckCircle, text: "Quality control checks" }, { icon: Award, text: "Pro-grade finishing" }], reverse: true },
|
||||
{ title: "Advanced Design", description: "From concepts to final files, our designers push every limit.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-doing-japanese-calligraphy-called-shodo_23-2149105333.jpg?_wi=2" }, items: [{ icon: Palette, text: "Custom design services" }, { icon: Monitor, text: "High-fidelity digital proofing" }, { icon: Layers, text: "Advanced layering techniques" }], reverse: false }
|
||||
]}
|
||||
title="Unrivaled Printing Expertise"
|
||||
description="We combine industrial power with design artistry to deliver results that pop."
|
||||
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Custom Apparel", price: "From $25", imageSrc: "http://img.b2bpic.net/free-vector/flat-halloween-hocus-pocus-lettering_23-2149636008.jpg" },
|
||||
{ id: "p1", name: "Custom Apparel", price: "From $25", imageSrc: "http://img.b2bpic.net/free-vector/flat-halloween-hocus-pocus-lettering_23-2149636008.jpg?_wi=2" },
|
||||
{ id: "p2", name: "Vehicle Wraps", price: "From $500", imageSrc: "http://img.b2bpic.net/free-photo/arrow-symbol-illustrated_23-2151909745.jpg" },
|
||||
{ id: "p3", name: "Premium Branding", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/organic-white-cheese-black-plate_114579-50352.jpg" },
|
||||
{ id: "p4", name: "Extreme Signage", price: "From $150", imageSrc: "http://img.b2bpic.net/free-photo/3d-view-letters-alphabet_23-2150499212.jpg" },
|
||||
|
||||
Reference in New Issue
Block a user