Merge version_2 into main #1
266
src/app/page.tsx
266
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Aban Print"
|
||||
/>
|
||||
@@ -60,67 +50,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Aban Print and Supply: Elevating Your Brand Presence"
|
||||
variant: "plain"}}
|
||||
title="Professional Printing and Branding Solutions"
|
||||
description="Premium printing and custom branding solutions that make your business stand out. From precision business cards to large-scale marketing signage, we bring your vision to life."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-printer_1048-2337.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
imageAlt="professional industrial printing press interior"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/working-offset-printer_1398-697.jpg",
|
||||
alt: "working offset printer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/working-offset-printer_1398-697.jpg", alt: "working offset printer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-blue-acrylic-pouring_23-2148469393.jpg",
|
||||
alt: "Abstract blue acrylic pouring",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-blue-acrylic-pouring_23-2148469393.jpg", alt: "Abstract blue acrylic pouring"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/car-wrapping-material-different-colors_23-2149342624.jpg",
|
||||
alt: "Car wrapping material in different colors",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/car-wrapping-material-different-colors_23-2149342624.jpg", alt: "Car wrapping material in different colors"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-81.jpg",
|
||||
alt: "Close up shot of screw cutting machine in factory that makes metal details",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-81.jpg", alt: "Close up shot of screw cutting machine in factory that makes metal details"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-printer_1048-2337.jpg",
|
||||
alt: "professional industrial printing press interior",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/3d-printer_1048-2337.jpg", alt: "professional industrial printing press interior"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "High-Quality Offset",
|
||||
},
|
||||
type: "text", text: "High-Quality Offset"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Custom Branding",
|
||||
},
|
||||
type: "text", text: "Custom Branding"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Turnaround",
|
||||
},
|
||||
type: "text", text: "Fast Turnaround"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Design Support",
|
||||
},
|
||||
type: "text", text: "Expert Design Support"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Eco-Friendly Materials",
|
||||
},
|
||||
type: "text", text: "Eco-Friendly Materials"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -133,17 +98,11 @@ export default function LandingPage() {
|
||||
description="At Aban Print and Supply Ltd, we combine decades of printing expertise with cutting-edge technology. Our commitment is to deliver flawless branding materials that reflect the professionalism and soul of your enterprise."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Precision Printing",
|
||||
description: "High-fidelity offset and digital presses for perfect detail.",
|
||||
},
|
||||
title: "Precision Printing", description: "High-fidelity offset and digital presses for perfect detail."},
|
||||
{
|
||||
title: "Tailored Branding",
|
||||
description: "Customized approach to all your marketing and corporate needs.",
|
||||
},
|
||||
title: "Tailored Branding", description: "Customized approach to all your marketing and corporate needs."},
|
||||
{
|
||||
title: "Rapid Fulfillment",
|
||||
description: "Efficient production workflows to meet even the tightest deadlines.",
|
||||
},
|
||||
title: "Rapid Fulfillment", description: "Efficient production workflows to meet even the tightest deadlines."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-suit-holding-visiting-ca_23-2147650917.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -157,23 +116,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Business Collateral",
|
||||
description: "Stationery, business cards, letterheads that set the standard.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/time-is-money-sandglass-investment-countdown-measure-concept_53876-120489.jpg",
|
||||
imageAlt: "digital printing ink splashing professional",
|
||||
},
|
||||
title: "Business Collateral", description: "Stationery, business cards, letterheads that set the standard.", imageSrc: "http://img.b2bpic.net/free-photo/time-is-money-sandglass-investment-countdown-measure-concept_53876-120489.jpg", imageAlt: "digital printing ink splashing professional"},
|
||||
{
|
||||
title: "Marketing Assets",
|
||||
description: "High-impact brochures, flyers, and banners for your campaigns.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-ink-mixing-transparent-glass-against-white-backdrop_23-2147948931.jpg",
|
||||
imageAlt: "digital printing ink splashing professional",
|
||||
},
|
||||
title: "Marketing Assets", description: "High-impact brochures, flyers, and banners for your campaigns.", imageSrc: "http://img.b2bpic.net/free-photo/pink-ink-mixing-transparent-glass-against-white-backdrop_23-2147948931.jpg", imageAlt: "digital printing ink splashing professional"},
|
||||
{
|
||||
title: "Corporate Merchandise",
|
||||
description: "High-quality apparel and items branded with precision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-desk-top-view_23-2149930937.jpg",
|
||||
imageAlt: "digital printing ink splashing professional",
|
||||
},
|
||||
title: "Corporate Merchandise", description: "High-quality apparel and items branded with precision.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-desk-top-view_23-2149930937.jpg", imageAlt: "digital printing ink splashing professional"},
|
||||
]}
|
||||
title="Comprehensive Printing Solutions"
|
||||
description="Whatever your printing or branding project, we have the resources and technical skill to ensure premium results."
|
||||
@@ -188,53 +135,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Premium Business Cards",
|
||||
price: "From $50",
|
||||
variant: "Premium Finish",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345447.jpg",
|
||||
imageAlt: "stack of premium business cards mockups",
|
||||
},
|
||||
id: "p1", name: "Premium Business Cards", price: "From $50", variant: "Premium Finish", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345447.jpg", imageAlt: "stack of premium business cards mockups"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Marketing Brochures",
|
||||
price: "From $120",
|
||||
variant: "Trifold",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-items-redecorating-house-with-colored-pencils_23-2148815772.jpg",
|
||||
imageAlt: "company brochure printing layout professional",
|
||||
},
|
||||
id: "p2", name: "Marketing Brochures", price: "From $120", variant: "Trifold", imageSrc: "http://img.b2bpic.net/free-photo/top-view-items-redecorating-house-with-colored-pencils_23-2148815772.jpg", imageAlt: "company brochure printing layout professional"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Company Apparel",
|
||||
price: "Bulk Pricing",
|
||||
variant: "Custom Print",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-queer-power-t-shirts_23-2151993535.jpg",
|
||||
imageAlt: "branded t-shirt printing professional studio",
|
||||
},
|
||||
id: "p3", name: "Company Apparel", price: "Bulk Pricing", variant: "Custom Print", imageSrc: "http://img.b2bpic.net/free-photo/colorful-queer-power-t-shirts_23-2151993535.jpg", imageAlt: "branded t-shirt printing professional studio"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Indoor Signage",
|
||||
price: "Custom Quote",
|
||||
variant: "Acrylic Finish",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/object-thrown-floor-ghetto-hideout-after-criminals-rushed-evacuate_482257-124637.jpg",
|
||||
imageAlt: "branded acrylic signage printing mockup",
|
||||
},
|
||||
id: "p4", name: "Indoor Signage", price: "Custom Quote", variant: "Acrylic Finish", imageSrc: "http://img.b2bpic.net/free-photo/object-thrown-floor-ghetto-hideout-after-criminals-rushed-evacuate_482257-124637.jpg", imageAlt: "branded acrylic signage printing mockup"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Custom Packaging",
|
||||
price: "From $200",
|
||||
variant: "Brand Special",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/box-craft-paper_23-2147786324.jpg",
|
||||
imageAlt: "branded product packaging print mockup",
|
||||
},
|
||||
id: "p5", name: "Custom Packaging", price: "From $200", variant: "Brand Special", imageSrc: "http://img.b2bpic.net/free-photo/box-craft-paper_23-2147786324.jpg", imageAlt: "branded product packaging print mockup"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Large Format Vinyl",
|
||||
price: "From $80",
|
||||
variant: "Outdoor Grade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cmyk-toners-assortment_23-2149120688.jpg",
|
||||
imageAlt: "vinyl banner large format printing roll",
|
||||
},
|
||||
id: "p6", name: "Large Format Vinyl", price: "From $80", variant: "Outdoor Grade", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cmyk-toners-assortment_23-2149120688.jpg", imageAlt: "vinyl banner large format printing roll"},
|
||||
]}
|
||||
title="Our Featured Offerings"
|
||||
description="Explore our core product lineup designed to elevate your company image."
|
||||
@@ -249,25 +160,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Serving diverse industries with pride.",
|
||||
icon: Award,
|
||||
id: "m1", value: "15+", title: "Years Experience", description: "Serving diverse industries with pride.", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5k+",
|
||||
title: "Projects Completed",
|
||||
description: "From small startups to corporate giants.",
|
||||
icon: CheckCircle,
|
||||
id: "m2", value: "5k+", title: "Projects Completed", description: "From small startups to corporate giants.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
title: "Satisfaction Rate",
|
||||
description: "Ensuring our clients get exactly what they need.",
|
||||
icon: Shield,
|
||||
id: "m3", value: "98%", title: "Satisfaction Rate", description: "Ensuring our clients get exactly what they need.", icon: Shield,
|
||||
},
|
||||
]}
|
||||
title="Why Clients Trust Us"
|
||||
@@ -282,45 +181,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
role: "CEO",
|
||||
testimonial: "Exceptional quality and fast turnaround for all our branding needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-working-office_273609-6542.jpg",
|
||||
imageAlt: "business professional client portrait",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", role: "CEO", testimonial: "Exceptional quality and fast turnaround for all our branding needs.", imageSrc: "http://img.b2bpic.net/free-photo/business-partners-working-office_273609-6542.jpg", imageAlt: "business professional client portrait"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark Wilson",
|
||||
role: "Marketing Director",
|
||||
testimonial: "The precision in their print work is unmatched in the industry.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg",
|
||||
imageAlt: "marketing expert professional portrait",
|
||||
},
|
||||
id: "t2", name: "Mark Wilson", role: "Marketing Director", testimonial: "The precision in their print work is unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", imageAlt: "marketing expert professional portrait"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Jane Doe",
|
||||
role: "Entrepreneur",
|
||||
testimonial: "Great experience, very professional team and high-quality materials.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328341.jpg",
|
||||
imageAlt: "young startup entrepreneur confident portrait",
|
||||
},
|
||||
id: "t3", name: "Jane Doe", role: "Entrepreneur", testimonial: "Great experience, very professional team and high-quality materials.", imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328341.jpg", imageAlt: "young startup entrepreneur confident portrait"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "John Smith",
|
||||
role: "Creative Lead",
|
||||
testimonial: "Reliable and responsive – my go-to print partner.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-painter-her-art-studio_273609-12943.jpg",
|
||||
imageAlt: "creative graphic designer portrait studio",
|
||||
},
|
||||
id: "t4", name: "John Smith", role: "Creative Lead", testimonial: "Reliable and responsive – my go-to print partner.", imageSrc: "http://img.b2bpic.net/free-photo/female-painter-her-art-studio_273609-12943.jpg", imageAlt: "creative graphic designer portrait studio"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emily Chen",
|
||||
role: "Manager",
|
||||
testimonial: "Consistently excellent results on large scale brochures.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-hard-work_181624-33428.jpg",
|
||||
imageAlt: "business operations manager professional headshot",
|
||||
},
|
||||
id: "t5", name: "Emily Chen", role: "Manager", testimonial: "Consistently excellent results on large scale brochures.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-hard-work_181624-33428.jpg", imageAlt: "business operations manager professional headshot"},
|
||||
]}
|
||||
title="Loved by Businesses Everywhere"
|
||||
description="See what our partners say about the Aban Print experience."
|
||||
@@ -332,20 +201,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you handle custom designs?",
|
||||
content: "Yes, our team can help refine your designs or suggest creative improvements.",
|
||||
},
|
||||
id: "f1", title: "Do you handle custom designs?", content: "Yes, our team can help refine your designs or suggest creative improvements."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What is the turnaround time?",
|
||||
content: "Most projects are completed within 3-7 business days depending on volume.",
|
||||
},
|
||||
id: "f2", title: "What is the turnaround time?", content: "Most projects are completed within 3-7 business days depending on volume."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I request a sample?",
|
||||
content: "Yes, we provide digital proofs and physical samples upon request.",
|
||||
},
|
||||
id: "f3", title: "Can I request a sample?", content: "Yes, we provide digital proofs and physical samples upon request."},
|
||||
]}
|
||||
sideTitle="Commonly Asked Questions"
|
||||
sideDescription="Need clarity? Check our common FAQs here."
|
||||
@@ -357,14 +217,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready to take your branding to the next level? Contact us today to discuss your next big project."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Aban Print",
|
||||
href: "mailto:hello@abanprint.com",
|
||||
},
|
||||
text: "Contact Aban Print", href: "mailto:hello@abanprint.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -375,42 +232,27 @@ export default function LandingPage() {
|
||||
logoText="Aban Print and Supply Ltd"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -421,4 +263,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user