9 Commits

Author SHA1 Message Date
7d3f88cb00 Merge version_4 into main
Merge version_4 into main
2026-04-16 23:20:56 +00:00
493352b912 Update src/app/page.tsx 2026-04-16 23:20:53 +00:00
2d487a66ab Merge version_3 into main
Merge version_3 into main
2026-04-16 23:20:13 +00:00
804b1b6b94 Update src/app/styles/variables.css 2026-04-16 23:20:07 +00:00
30b4f672db Update src/app/page.tsx 2026-04-16 23:20:06 +00:00
263069a62f Merge version_2 into main
Merge version_2 into main
2026-04-16 23:18:21 +00:00
5f358c979e Update src/app/styles/variables.css 2026-04-16 23:18:18 +00:00
7fb018aa6a Update src/app/page.tsx 2026-04-16 23:18:18 +00:00
e26014599a Merge version_1 into main
Merge version_1 into main
2026-04-16 23:15:29 +00:00
2 changed files with 52 additions and 61 deletions

View File

@@ -20,11 +20,11 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="circleGradient"
background="noiseDiagonalGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
@@ -42,38 +42,29 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{ variant: "plain" }}
title="Your Trusted Printing & Publishing Partner"
title="Your Trusted Printing & Publishing Partner: RAYODOK"
description="Providing high-quality printing solutions with precision and excellence. Located at Eupi, Otukpo."
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/senior-detective-read-classified-records-incident-room-trying-solve-crime-uncover-hidden-clues-man-investigator-analyzing-witness-statements-forensic-evidence-reports_482257-72366.jpg", imageAlt: "Printing Press" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vibrant-fabric-prints-emerging-from-large-format-printers-design-studio-colorful-textiles-textile-printing-digital-printing_191095-99704.jpg", imageAlt: "Printing Press" },
{ imageSrc: "http://img.b2bpic.net/free-photo/industrial-machine-production-plastic-bags-factory_181624-56929.jpg", imageAlt: "Printing Press" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vibrantly-colored-retro-typewriter-with-keyboard-buttons_23-2150105306.jpg", imageAlt: "Printing Press" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-working-printing-house-with-paper-paints_1303-26577.jpg", imageAlt: "Printing Press" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg", imageAlt: "Printing Press" }
{ imageSrc: "https://images.unsplash.com/photo-1596524430615-b42790937618?w=800", imageAlt: "Traditional Nigerian printing press" },
{ imageSrc: "https://images.unsplash.com/photo-1547721064-9c293c2420c6?w=800", imageAlt: "Nigerian textile patterns" },
{ imageSrc: "https://images.unsplash.com/photo-1558449028-b53a39d100fc?w=800", imageAlt: "Artisanal printing workshop" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-looking-piano_23-2149729335.jpg", imageAlt: "Printing Press" },
{ imageSrc: "http://img.b2bpic.net/free-photo/plant-picture-clean-room-equipment-stainless-steel-machines_645730-386.jpg", imageAlt: "Printing Press" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-looking-vinyls-store_23-2148237250.jpg", imageAlt: "Printing Press" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-side-view-young-man-looking-vinyls-store_23-2148237238.jpg", imageAlt: "Printing Press" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-using-printer-while-working-office_23-2149456941.jpg", imageAlt: "Printing Press" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151272949.jpg", imageAlt: "Printing Press" }
{ imageSrc: "https://images.unsplash.com/photo-1550751827-4bd374c3f58b?w=800", imageAlt: "Creative graphic design process" },
{ imageSrc: "https://images.unsplash.com/photo-1524758631624-e2822e304c36?w=800", imageAlt: "Stationery production in Nigeria" },
{ imageSrc: "https://images.unsplash.com/photo-1595781744983-0523a105342a?w=800", imageAlt: "Modern publishing office" }
]}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/top-view-typesetting-parts_23-2149609872.jpg", alt: "Printing professional" },
{ src: "http://img.b2bpic.net/free-photo/side-view-man-flea-market_23-2149537002.jpg", alt: "Client representative" },
{ src: "http://img.b2bpic.net/free-photo/closeup-vacant-office-desk-with-lamp_482257-119183.jpg", alt: "Project lead" },
{ src: "http://img.b2bpic.net/free-photo/close-up-pages-books_23-2147846034.jpg", alt: "Design expert" },
{ src: "http://img.b2bpic.net/free-photo/arab-business-worker-chatting-with-coworker-using-smartphone_482257-78117.jpg", alt: "Production supervisor" }
{ src: "https://images.unsplash.com/photo-1531746020798-e6953c6e8e04?w=200", alt: "Expert printer" },
{ src: "https://images.unsplash.com/photo-1560250097-0b93528c311a?w=200", alt: "Client advisor" },
{ src: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=200", alt: "Design lead" }
]}
avatarText="Trusted by over 500+ satisfied clients and partners"
avatarText="Trusted by over 500+ satisfied clients across Nigeria"
marqueeItems={[
{ type: "text", text: "High-Quality Prints" },
{ type: "text", text: "Professional Binding" },
{ type: "text", text: "Graphic Design" },
{ type: "text", text: "Commercial Solutions" },
{ type: "text", text: "Bespoke Publishing" }
{ type: "text", text: "Premium Offset Prints" },
{ type: "text", text: "Custom Publishing" },
{ type: "text", text: "Digital Branding" },
{ type: "text", text: "Local Expertise" }
]}
/>
</div>
@@ -83,13 +74,13 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
title="About RAYODOK"
description="At RAYODOK Printing & Publishing Company Limited, we deliver superior quality printing services designed to elevate your brand. Established with excellence in mind, we serve the community with professional care and reliability."
description="At RAYODOK Printing & Publishing Company Limited, we deliver superior quality printing services designed to elevate your brand. Established with excellence in mind, we serve the Otukpo community with professional care and reliability."
bulletPoints={[
{ title: "Expertise", description: "Years of experience in printing and publishing." },
{ title: "Quality", description: "High-definition output for all your needs." },
{ title: "Reliability", description: "Timely delivery and professional support." }
{ title: "Expertise", description: "Local printing and publishing leadership." },
{ title: "Quality", description: "Vibrant, high-definition output." },
{ title: "Reliability", description: "Timely delivery for all business needs." }
]}
imageSrc="http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601526.jpg"
imageSrc="https://images.unsplash.com/photo-1616469829994-c237e19f18e9?w=800"
mediaAnimation="slide-up"
/>
</div>
@@ -97,14 +88,14 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTwentyOne
useInvertedBackground={false}
title="Our Services"
description="From commercial printing to bespoke publishing, we offer comprehensive solutions."
title="Our Core Services"
description="Transforming ideas into professional print reality."
accordionItems={[
{ id: "s1", title: "Commercial Printing", content: "Full-scale printing services for businesses including flyers, banners, and brochures." },
{ id: "s2", title: "Book Publishing", content: "Professional editorial layout, typesetting, and printing for authors and institutions." },
{ id: "s3", title: "Graphic Design", content: "Creative and modern visual design tailored to boost your brand identity." }
{ id: "s1", title: "Commercial Printing", content: "High-quality flyers, business cards, and banners tailored for Nigerian markets." },
{ id: "s2", title: "Book Publishing", content: "Full editorial and production support for local authors and institutions." },
{ id: "s3", title: "Graphic Design", content: "Innovative visual branding that captures the essence of your business." }
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-open-book_23-2147978250.jpg"
imageSrc="https://images.unsplash.com/photo-1512820790803-83ca734da794?w=800"
mediaAnimation="slide-up"
/>
</div>
@@ -115,12 +106,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{ id: "m1", value: "1000+", title: "Projects Completed", description: "Successful printing jobs delivered.", imageSrc: "http://img.b2bpic.net/free-photo/open-books-forming-star_23-2147624912.jpg" },
{ id: "m2", value: "500+", title: "Happy Clients", description: "Trust in our commitment to quality.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-removing-plastic-from-pouch-sealer-packaging-machinery_23-2147862123.jpg" },
{ id: "m3", value: "10+", title: "Years Experience", description: "Professional history in industry.", imageSrc: "http://img.b2bpic.net/free-photo/business-marketing-strategy_53876-101268.jpg" }
{ id: "m1", value: "1000+", title: "Projects Delivered", description: "Quality prints across the region.", imageSrc: "https://images.unsplash.com/photo-1583468982228-19f191689ee4?w=800" },
{ id: "m2", value: "500+", title: "Client Successes", description: "Building lasting business partnerships.", imageSrc: "https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?w=800" },
{ id: "m3", value: "10+", title: "Years Serving", description: "A decade of printing excellence in Nigeria.", imageSrc: "https://images.unsplash.com/photo-1559136555-9303baea8ebd?w=800" }
]}
title="Key Accomplishments"
description="Consistently delivering high-value printing projects for our clients."
title="Key Milestones"
description="Proudly contributing to the growth of local businesses."
/>
</div>
@@ -129,10 +120,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Partner A", "Partner B", "Partner C", "Partner D", "Partner E", "Partner F", "Partner G"
"Otukpo Business Hub", "Local Authors Guild", "State Education Board", "Commercial Markets Union"
]}
title="Our Trusted Partners"
description="Collaborating with local and national organizations to drive innovation."
title="Trusted by Local Partners"
description="Collaborating with organizations that drive regional development."
/>
</div>
@@ -140,11 +131,11 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{ id: "q1", title: "Where are you located?", content: "We are located at No. 1 Edikwu Rd. Beside Tonimas Filling Station Eupi Otukpo, Benue State." },
{ id: "q2", title: "How can I contact you?", content: "Call us at 08030750730 or 08059549150." },
{ id: "q3", title: "What are your hours?", content: "We are available Monday to Saturday for your printing needs." }
{ id: "q1", title: "Where is your office?", content: "Located at No. 1 Edikwu Rd, Beside Tonimas Filling Station, Eupi, Otukpo, Benue State." },
{ id: "q2", title: "How do we contact you?", content: "Call us directly at 08030750730 or 08059549150." },
{ id: "q3", title: "Operational hours?", content: "We are open from Monday to Saturday, providing full print service support." }
]}
sideTitle="Common Questions"
sideTitle="FAQ"
faqsAnimation="slide-up"
/>
</div>
@@ -153,10 +144,10 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Let's Connect"
title="Reach Out To Us"
description="Have a printing project in mind? Contact us today for a consultation or inquiry."
imageSrc="http://img.b2bpic.net/free-photo/no-people-desk-with-multiple-computers-call-center-office-used-by-telemarketing-agents-answer-phone-calls-helpline-empty-space-with-technology-give-assistance-customer-care_482257-40793.jpg"
tag="Get In Touch"
title="Start Your Project Today"
description="Let's discuss how we can bring your printing ideas to life."
imageSrc="https://images.unsplash.com/photo-1577412647305-991150c7d163?w=800"
/>
</div>
@@ -172,7 +163,7 @@ export default function LandingPage() {
},
{
title: "Support", items: [
{ label: "Email: rayodokprints@gmail.com", href: "mailto:rayodokprints@gmail.com" }
{ label: "rayodokprints@gmail.com", href: "mailto:rayodokprints@gmail.com" }
]
}
]}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #ecebea;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--accent: #ffffff;
--background-accent: #c6b180;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);