10 Commits

Author SHA1 Message Date
9465f94689 Update src/app/layout.tsx 2026-06-10 11:41:17 +00:00
717c6fe8b5 Update src/app/services/page.tsx 2026-06-10 11:39:06 +00:00
bff21f8eeb Add src/app/tenders-procurement/page.tsx 2026-06-10 11:36:34 +00:00
e01fdaf6b1 Update src/app/styles/variables.css 2026-06-10 11:36:33 +00:00
4cf20d4028 Update src/app/styles/base.css 2026-06-10 11:36:33 +00:00
ea58337a23 Add src/app/services/page.tsx 2026-06-10 11:36:32 +00:00
acd2825e25 Update src/app/page.tsx 2026-06-10 11:36:32 +00:00
aa2d605325 Update src/app/layout.tsx 2026-06-10 11:36:31 +00:00
0e53e65848 Update src/app/contact/page.tsx 2026-06-10 11:36:31 +00:00
e191dea3df Add src/app/about-us/page.tsx 2026-06-10 11:36:30 +00:00
9 changed files with 448 additions and 507 deletions

View File

@@ -1,18 +1,16 @@
"use client"; "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/components/provider/ThemeProvider";
import { Sparkles, Users, Trophy } from "lucide-react"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import SplitAbout from '@/components/sections/about/SplitAbout';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import PlainBackground from '@/components/background/PlainBackground'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
export default function AboutUsPage() { export default function AboutUs() {
const navItems = [ const navItems = [
{ name: 'Home', id: '/' }, { name: "Home", id: "/" },
{ name: 'About Us', id: '/about-us' } { name: "About Us", id: "/about-us" }
]; ];
return ( return (
@@ -28,119 +26,144 @@ export default function AboutUsPage() {
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
headingFontWeight="bold" headingFontWeight="bold"
> >
<NavbarStyleCentered navItems={navItems} brandName="Webild" /> <NavbarStyleFullscreen navItems={navItems} brandName="Webild" />
<div id="company-history" data-section="company-history"> <main>
<PlainBackground className="absolute inset-0 -z-10" /> <div id="hero" data-section="hero">
<SplitAbout <HeroOverlay
title="Our Journey: Innovating Since Day One" title="About Our Company"
description="Founded in 2020, Webild started with a vision to revolutionize the digital landscape. We've grown from a small passionate team to a global leader, continuously pushing the boundaries of what's possible." description="We are dedicated to innovation, quality, and making a positive impact on the world. Discover our story, values, and the team driving our success."
tag="Company History" imageSrc="https://picsum.photos/seed/aboutushero/1920/1080"
tagIcon={Sparkles} imageAlt="Company building with modern architecture"
bulletPoints={[ buttons={[{ text: "Learn More", href: "#company-overview" }]}
{
title: "2020: The Genesis", description: "Webild is founded with a mission to create intuitive and powerful web solutions for businesses of all sizes."
},
{
title: "2021: First Major Product Launch", description: "Released our flagship platform, gaining significant traction and positive feedback from early adopters."
},
{
title: "2022: Expanding Horizons", description: "Opened our first international office, marking a pivotal step in our global expansion strategy."
},
{
title: "2023: Industry Recognition", description: "Awarded 'Innovator of the Year' for our cutting-edge AI-driven solutions."
},
{
title: "2024: Future Forward", description: "Launched our new Webild X initiative, focusing on sustainable technology and community impact."
}
]}
imageSrc="https://via.placeholder.com/800x600?text=Company+History"
imageAlt="Company history timeline"
imagePosition="right"
textboxLayout="default"
useInvertedBackground={false}
/> />
</div> </div>
<div id="mission-vision" data-section="mission-vision"> <div id="company-overview" data-section="company-overview">
<PlainBackground className="absolute inset-0 -z-10" />
<FeatureCardThree <FeatureCardThree
title="Our Mission & Vision" title="Our Story and Impact"
description="We are driven by a commitment to excellence, innovation, and positive impact. Our mission is to empower businesses with transformative digital tools, and our vision is to be the global leader in sustainable technology solutions." description="Our journey began with a clear vision to revolutionize the industry. Over the years, we've grown through innovation, client collaboration, and an unwavering commitment to excellence."
tag="Core Values"
tagIcon={Trophy}
features={[ features={[
{ {
title: "Empowerment", description: "We empower individuals and businesses with tools that unlock their full potential and foster growth.", imageSrc: "https://via.placeholder.com/400x300?text=Empowerment" title: "A Legacy of Excellence", description: "Our journey began with a vision to revolutionize the industry through cutting-edge solutions and unwavering commitment to our clients. Over the years, we've grown, adapted, and consistently delivered results that exceed expectations, building a reputation for reliability and forward-thinking innovation.", imageSrc: "https://picsum.photos/seed/companyjourney/400/300"
}, },
{ {
title: "Innovation", description: "We relentlessly pursue new ideas and technologies to deliver cutting-edge solutions that redefine industry standards.", imageSrc: "https://via.placeholder.com/400x300?text=Innovation" title: "Key Milestones & Achievements", description: "• 15+ Years in Business\n• 500+ Satisfied Clients Worldwide\n• 99% Customer Retention Rate\n• 30+ Industry Awards & Recognitions", imageSrc: "https://picsum.photos/seed/statsachievements/400/300"
},
{
title: "Integrity", description: "We operate with unwavering honesty, transparency, and ethical conduct in all our dealings.", imageSrc: "https://via.placeholder.com/400x300?text=Integrity"
},
{
title: "Sustainability", description: "Committed to environmentally responsible practices and developing solutions that contribute to a sustainable future.", imageSrc: "https://via.placeholder.com/400x300?text=Sustainability"
}
]}
gridVariant="four-items-2x2-equal-grid"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="team-section" data-section="team-section">
<PlainBackground className="absolute inset-0 -z-10" />
<TeamCardEleven
title="Meet Our Exceptional Team"
description="Our diverse team of experts, innovators, and visionaries is the driving force behind Webild's success. We believe in collaboration, continuous learning, and fostering an environment where every voice is heard."
tag="Our People"
tagIcon={Users}
groups={[
{
id: "leadership", groupTitle: "Leadership", members: [
{
id: "jane-doe", title: "Jane Doe", subtitle: "CEO & Founder", detail: "Visionary leader with a passion for digital transformation.", imageSrc: "https://via.placeholder.com/150?text=Jane+Doe"
},
{
id: "john-smith", title: "John Smith", subtitle: "CTO", detail: "Architect of our innovative technology stack.", imageSrc: "https://via.placeholder.com/150?text=John+Smith"
}
]
},
{
id: "engineering", groupTitle: "Engineering", members: [
{
id: "alice-johnson", title: "Alice Johnson", subtitle: "Lead Software Engineer", detail: "Expert in scalable backend systems and AI integration.", imageSrc: "https://via.placeholder.com/150?text=Alice+Johnson"
},
{
id: "bob-williams", title: "Bob Williams", subtitle: "Senior Frontend Developer", detail: "Crafts engaging user interfaces with pixel-perfect precision.", imageSrc: "https://via.placeholder.com/150?text=Bob+Williams"
}
]
} }
]} ]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
<div id="credentials" data-section="credentials"> <div id="mission-vision" data-section="mission-vision">
<PlainBackground className="absolute inset-0 -z-10" /> <FeatureCardThree
<SocialProofOne title="Our Guiding Principles"
title="Recognized for Our Excellence" description="Our mission and vision define who we are and where we are headed, inspiring every action we take."
description="Our commitment to quality and innovation has earned us recognition from industry leaders and various certifications, underscoring our dedication to delivering exceptional results." features={[
tag="Accreditations & Partners" {
tagIcon={Trophy} title: "Our Mission", description: "To empower businesses with transformative technology solutions that drive growth, efficiency, and sustainable success, while fostering a culture of innovation and collaboration.", imageSrc: "https://picsum.photos/seed/mission/400/300"
names={[ },
"Tech Innovators Summit", "Global Digital Awards", "Certified by ISO 9001", "Partnership with FutureWorks", "Official AWS Partner", "Google Cloud Certified" {
title: "Our Vision", description: "To be the global leader in digital transformation, recognized for our pioneering spirit, ethical practices, and unwavering dedication to client success and community enrichment.", imageSrc: "https://picsum.photos/seed/vision/400/300"
}
]} ]}
speed={40} gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
/>
</div>
<div id="core-values" data-section="core-values">
<SocialProofOne
title="Our Core Values"
description="The pillars that define our culture, guide our decisions, and drive our success."
names={["Integrity", "Innovation", "Excellence", "Collaboration", "Customer Focus", "Accountability", "Sustainability", "Respect", "Passion", "Agility"]}
showCard={true} showCard={true}
animationType="opacity"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
<div id="compliance-credentials" data-section="compliance-credentials">
<FeatureCardThree
title="Trust and Transparency"
description="Adhering to the highest standards of industry compliance and holding essential certifications to ensure trust and reliability."
features={[
{
title: "ISO 9001 Certified", description: "Ensuring top-tier quality management systems and operational efficiency.", imageSrc: "https://picsum.photos/seed/iso9001/400/300"
},
{
title: "GDPR Compliant", description: "Protecting user data with rigorous privacy standards and secure data handling.", imageSrc: "https://picsum.photos/seed/gdpr/400/300"
},
{
title: "SOC 2 Type II Audited", description: "Maintaining high standards for security, availability, and processing integrity.", imageSrc: "https://picsum.photos/seed/soc2/400/300"
},
{
title: "Certified Ethical AI", description: "Committed to responsible, fair, and transparent artificial intelligence development.", imageSrc: "https://picsum.photos/seed/ethicalai/400/300"
},
{
title: "Data Security Standard", description: "Robust measures in place for protecting all sensitive information and assets.", imageSrc: "https://picsum.photos/seed/datastandard/400/300"
}
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
/>
</div>
<div id="leadership" data-section="leadership">
<TeamCardTwo
title="Meet Our Leadership"
description="Our leadership team brings together decades of experience, guiding our company with strategic vision and steadfast commitment."
members={[
{
id: "john-doe", name: "John Doe", role: "CEO & Founder", description: "John is a visionary leader with over 20 years of experience in tech innovation and strategic business development, driving our company's pioneering spirit.", imageSrc: "https://picsum.photos/seed/john/400/400"
},
{
id: "jane-smith", name: "Jane Smith", role: "Chief Operating Officer", description: "Jane brings extensive operational excellence and a passion for scalable growth to our team, ensuring seamless execution and outstanding results.", imageSrc: "https://picsum.photos/seed/jane/400/400"
}
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="health-safety-ethics" data-section="health-safety-ethics">
<FeatureCardThree
title="Our Commitment to Well-being"
description="Fostering a responsible, safe, and ethical environment for our employees, partners, and the communities we serve."
features={[
{
title: "Workplace Safety", description: "Prioritizing the physical and mental well-being of all employees through comprehensive safety protocols.", imageSrc: "https://picsum.photos/seed/safetyfirst/400/300"
},
{
title: "Ethical Conduct", description: "Upholding the highest standards of integrity, transparency, and fair dealings in all our operations.", imageSrc: "https://picsum.photos/seed/ethicalconduct/400/300"
},
{
title: "Environmental Responsibility", description: "Implementing sustainable practices to minimize our ecological footprint and protect the planet.", imageSrc: "https://picsum.photos/seed/environmental/400/300"
},
{
title: "Data Privacy", description: "Rigorous protection of all personal and corporate data, ensuring confidentiality and security.", imageSrc: "https://picsum.photos/seed/dataprivacysecured/400/300"
},
{
title: "Community Engagement", description: "Actively contributing to the betterment of our local and global communities through initiatives and partnerships.", imageSrc: "https://picsum.photos/seed/communitylove/400/300"
}
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
/>
</div>
</main>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -1,79 +0,0 @@
'use client';
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
export default function ComponentsPage() {
const defaultTheme = {
defaultButtonVariant: "hover-magnetic", defaultTextAnimation: "entrance-slide", borderRadius: "rounded", contentWidth: "medium", sizing: "medium", background: "none", cardStyle: "soft-shadow", primaryButtonStyle: "gradient", secondaryButtonStyle: "glass", headingFontWeight: "bold"};
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="bold"
>
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" }
]}
brandName="Webild"
button={{ text: "Contact", href: "#contact" }}
/>
<main className="flex min-h-screen flex-col items-center justify-between">
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="Webild"
description="Crafting innovative digital solutions for a connected world. We empower businesses with cutting-edge technology and design."
buttons={[
{ text: "Learn More", href: "#features" },
{ text: "Our Services", href: "/services" }
]}
background={{ variant: 'radial-gradient' }}
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentyEight
tag="Capabilities"
title="Our Core Strengths"
description="Discover the diverse expertise that drives our innovative projects and client success."
features={[
{ id: "1", title: "Web Development", subtitle: "Building robust and scalable web platforms.", category: "Development", value: "High Performance" },
{ id: "2", title: "Mobile Apps", subtitle: "Delivering intuitive iOS & Android applications.", category: "Development", value: "User-Centric" },
{ id: "3", title: "UI/UX Design", subtitle: "Crafting beautiful and seamless user experiences.", category: "Design", value: "Engagement" },
{ id: "4", title: "Cloud Solutions", subtitle: "Managing secure and efficient cloud infrastructure.", category: "Infrastructure", value: "Scalability" }
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Get in Touch"
description="Ready to start your project? Fill out the form below and we'll get back to you shortly."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true }
]}
textarea={{ name: "message", placeholder: "Your Message", rows: 5 }}
buttonText="Send Message"
useInvertedBackground={false}
mediaPosition="right"
/>
</div>
</main>
</ThemeProvider>
);
}

View File

@@ -1,44 +1,20 @@
"use client"; "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/components/theme-provider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import ContactCenter from '@/components/sections/contact/ContactCenter'; import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import ContactForm from '@/components/form/ContactForm';
import FooterBase from '@/components/sections/footer/FooterBase'; import { Home, Phone, Mail, User, Shield, Sparkles } from "lucide-react";
import { Mail } from "lucide-react"; // Importing icons for potential use, Mail for contact
// Metadata for the Contact page export default function ContactPage() {
export const metadata = { const companyDetails = [
title: "Contact Us - Webild", description: "Get in touch with Webild. Find our location and team contact information." { label: "Physical Address", value: "123 Main St, Anytown, CA 90210", icon: Home },
}; { label: "Postal Address", value: "PO Box 123, Anytown, CA 90210", icon: Home },
{ label: "Phone", value: "+1 (555) 123-4567", icon: Phone },
export default function Contact() { { label: "Email", value: "info@example.com", icon: Mail },
const navItems = [ { label: "Directors", value: "John Doe, Jane Smith", icon: User },
{ name: "Home", id: "/" }, { label: "KRA PIN", value: "A000000000Z", icon: Shield },
{ name: "Features", id: "#features" }, { label: "Registration Number", value: "CN202300001", icon: Shield }
{ name: "FAQ", id: "#faq" },
{ name: "Contact", id: "/contact" } // The newly added link
];
const teamMembers = [
{ id: "1", title: "CEO", subtitle: "John Doe", detail: "john.doe@example.com", imageSrc: "https://r2.radikal.ru/pics/2024.03.11/f90462002f232f38d35f8e561491e523.jpg" },
{ id: "2", title: "Sales Lead", subtitle: "Jane Smith", detail: "jane.smith@example.com", imageSrc: "https://r2.radikal.ru/pics/2024.03.11/f90462002f232f38d35f8e561491e523.jpg" },
{ id: "3", title: "Support Lead", subtitle: "Peter Jones", detail: "peter.jones@example.com", imageSrc: "https://r2.radikal.ru/pics/2024.03.11/f90462002f232f38d35f8e561491e523.jpg" }
];
const footerColumns = [
{
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "Contact", href: "/contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#terms" }
]
}
]; ];
return ( return (
@@ -55,40 +31,61 @@ export default function Contact() {
headingFontWeight="bold" headingFontWeight="bold"
> >
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={navItems} navItems={[
brandName="Webild" { name: "Home", id: "/" },
bottomLeftText="Global Community" { name: "Contact", id: "/contact" }
bottomRightText="hello@example.com" ]}
brandName="YourBrand"
/> />
<div className="flex min-h-screen flex-col items-center justify-between">
<div id="contact-form" data-section="contact-form"> <div id="contact-hero" data-section="contact-hero">
<ContactCenter <HeroBillboardDashboard
tag="Contact Us"
title="Get in Touch" title="Get in Touch"
description="We'd love to hear from you! Fill out the form below or reach out to us using the contact details provided. Our office is located at 123 Main Street, Anytown, USA 12345." description="We'd love to hear from you. Reach out to us through the details below or fill out the contact form."
inputPlaceholder="Your email address" background={{ variant: 'radial-gradient' }}
buttonText="Send Message" dashboard={{
termsText="By sending a message, you agree to our Privacy Policy and Terms of Service." title: "Contact Information", stats: [
tagIcon={Mail} { title: "Reach Us", description: "Anytime", values: [100, 200, 300] }
background={{ variant: "radial-gradient" }} ],
useInvertedBackground={false} logoIcon: Sparkles,
sidebarItems: [],
buttons: [],
listItems: [],
imageSrc: "https://r2.webild.com/assets/contact-us-hero-image.webp?_wi=1"
}}
/> />
</div> </div>
<div id="team-contacts" data-section="team-contacts">
<TeamCardEleven <div id="contact-content" data-section="contact-content" className="relative z-10 mx-auto max-w-7xl px-4 py-16 sm:px-6 lg:px-8">
title="Our Team" <div className="grid grid-cols-1 gap-12 md:grid-cols-2">
description="Meet the dedicated individuals behind Webild who are ready to assist you." {/* Left Side: Contact Detail Cards */}
groups={[{ id: "1", groupTitle: "Leadership & Support", members: teamMembers }]} <div className="space-y-8">
animationType="slide-up" <h2 className="text-3xl font-extrabold tracking-tight text-foreground sm:text-4xl">Our Details</h2>
useInvertedBackground={false} {companyDetails.map((detail, index) => (
textboxLayout="default" <div key={index} className="flex items-start space-x-4 rounded-xl bg-card p-6 shadow-lg border border-border-color">
<detail.icon className="h-6 w-6 text-yellow-500 flex-shrink-0" />
<div>
<h3 className="text-xl font-semibold text-foreground">{detail.label}</h3>
<p className="mt-1 text-muted-foreground">{detail.value}</p>
</div>
</div>
))}
</div>
{/* Right Side: Contact Form */}
<div>
<ContactForm
title="Send us a message"
description="Fill out the form below and we'll get back to you as soon as possible. Due to current component limitations, only an email field is available."
tag="Inquiry"
tagIcon={Sparkles}
inputPlaceholder="Your Email Address"
buttonText="Submit Inquiry"
onSubmit={(email) => console.log("Form Submitted (Email only):", email)}
className="bg-card p-8 rounded-xl shadow-lg border border-border-color"
/> />
</div> </div>
<FooterBase </div>
columns={footerColumns}
logoText="Webild"
copyrightText="© 2025 Webild. All rights reserved."
/>
</div> </div>
</ThemeProvider> </ThemeProvider>
); );

View File

@@ -1,6 +1,6 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Halant } from "next/font/google"; import { Halant } from "next/font/google";
import { Inter } from "next/font/google"; import { Barlow_Condensed, Inter, Space_Mono } from "next/font/google";
import "./globals.css"; import "./globals.css";
import "@/lib/gsap-setup"; import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
@@ -11,17 +11,19 @@ import { DM_Sans } from "next/font/google";
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Webild components 2", title: 'OurCompany - Comprehensive Services', description: 'OurCompany provides a wide range of essential goods, logistics, aviation support, ICT, construction, and consultancy services. Delivering tailored solutions across various sectors.'};
description: "Generated by create next app",
};
const dmSans = DM_Sans({ const barlowCondensed = Barlow_Condensed({
variable: "--font-dm-sans", subsets: ["latin"], variable: "--font-barlow-condensed", subsets: ["latin"],
weight: ["700"],
}); });
const inter = Inter({ const inter = Inter({
variable: "--font-inter", subsets: ["latin"], variable: "--font-inter", subsets: ["latin"],
}); });
const spaceMono = Space_Mono({\n variable: "--font-space-mono",\n subsets: ["latin"],\n weight: ["400", "700"],\n});
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: Readonly<{
@@ -30,7 +32,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${dmSans.variable} ${inter.variable} antialiased`}> <body className={`${barlowCondensed.variable} ${inter.variable} ${spaceMono.variable} antialiased`}>
<Tag /> <Tag />
{children} {children}
<script <script

View File

@@ -1,94 +1,46 @@
"use client"; "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "next-themes";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import FaqBase from "@/components/sections/faq/FaqBase"; import { Sparkles } from 'lucide-react';
import FooterBase from "@/components/sections/footer/FooterBase";
import { Sparkles, HelpCircle } from "lucide-react"; // Importing icons for sections
export default function Home() { export default function Home() {
const navItems = [ const navItems = [
{ name: "Home", id: "/" }, { name: "Home", href: "/" },
{ name: "Features", id: "#features" }, { name: "Tenders & Procurement", href: "/tenders-procurement" }
{ name: "FAQ", id: "#faq" },
{ name: "Contact", id: "/contact" }
];
const heroMediaItems = [
{ imageSrc: "https://r2.radikal.ru/pics/2024.03.11/f90462002f232f38d35f8e561491e523.jpg", imageAlt: "Placeholder image 1" },
{ imageSrc: "https://r2.radikal.ru/pics/2024.03.11/f90462002f232f38d35f8e561491e523.jpg", imageAlt: "Placeholder image 2" },
{ imageSrc: "https://r2.radikal.ru/pics/2024.03.11/f90462002f232f38d35f8e561491e523.jpg", imageAlt: "Placeholder image 3" }
];
const faqItems = [
{ id: "1", title: "What is Webild?", content: "Webild is a platform for building modern web applications." },
{ id: "2", title: "How do I get started?", content: "You can get started by signing up for a free account." },
{ id: "3", title: "Is there a free plan?", content: "Yes, we offer a generous free plan for individual users." }
];
const footerColumns = [
{
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "Contact", href: "/contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#terms" }
]
}
]; ];
return ( return (
<ThemeProvider <ThemeProvider
attribute="class"
defaultButtonVariant="hover-magnetic" defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide" defaultTextAnimation="entrance-slide"
borderRadius="rounded" borderRadius="rounded"
contentWidth="medium" contentWidth="medium"
sizing="medium" sizing="medium"
background="none" background="noise"
cardStyle="solid" cardStyle="soft-shadow"
primaryButtonStyle="gradient" primaryButtonStyle="gradient"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
headingFontWeight="bold" headingFontWeight="bold"
> >
<NavbarStyleFullscreen <NavbarStyleCentered
navItems={navItems} navItems={navItems}
brandName="Webild" brandName="Webild"
bottomLeftText="Global Community" logoSrc="/placeholder-logo.svg"
bottomRightText="hello@example.com"
/> />
<div className="flex min-h-screen flex-col items-center justify-between">
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardGallery <HeroBillboardScroll
title="Build Your Vision with Webild" title="Welcome to Webild"
description="The ultimate platform for creating stunning web experiences with ease and power." description="Your ultimate platform for discovering and managing tenders and procurement opportunities."
mediaItems={heroMediaItems} tag="Innovation in Procurement"
background={{ variant: "sparkles-gradient" }}
mediaAnimation="slide-up"
tag="Innovation"
tagIcon={Sparkles} tagIcon={Sparkles}
/> background={{ variant: 'sparkles-gradient' }}
</div> buttons={[{ text: "Explore Our Services", href: "/tenders-procurement" }]}
<div id="faq" data-section="faq"> imageSrc="https://images.unsplash.com/photo-1517245381830-dfc798059882?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTgzODJ8MHwxfHNlYXJjaHwzMHx8YnVzaW5lc3N8ZW58MHx8fHwxNzE1Nzc2NTUwfDA&ixlib=rb-4.0.3&q=80&w=1080"
<FaqBase imageAlt="Modern office with team working"
title="Frequently Asked Questions"
description="Find answers to common questions about Webild's platform and services."
faqs={faqItems}
faqsAnimation="slide-up"
tag="Support"
tagIcon={HelpCircle}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<FooterBase
columns={footerColumns}
logoText="Webild"
copyrightText="© 2025 Webild. All rights reserved."
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>

View File

@@ -1,80 +1,126 @@
'use client'; "use client";
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; import SplitAbout from '@/components/sections/about/SplitAbout';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import { ArrowRight, Sparkles, CheckCircle } from 'lucide-react';
const serviceCategories = [
{
id: "general-supplies", tag: "GS", name: "General Supplies", description: "Providing a wide range of essential goods, equipment, and materials to support various operational needs across different sectors.", bulletPoints: [
"Office Stationery", "IT Hardware & Software", "Cleaning & Janitorial Supplies", "Safety & PPE", "Building Materials", "Consumables & Perishables"
],
imageSrc: "https://via.placeholder.com/800x600?text=General+Supplies"
},
{
id: "logistics-transport", tag: "LT", name: "Logistics & Transport", description: "Comprehensive logistics solutions including cargo handling, transportation, warehousing, and supply chain management to ensure efficient movement of goods.", bulletPoints: [
"Freight Forwarding", "Ground Transportation", "Air & Sea Cargo", "Warehousing & Distribution", "Customs Clearance", "Fleet Management"
],
imageSrc: "https://via.placeholder.com/800x600?text=Logistics+%26+Transport"
},
{
id: "aviation-technical-support", tag: "AT", name: "Aviation & Technical Support", description: "Specialized services for the aviation sector, encompassing aircraft maintenance, ground support equipment, and technical personnel.", bulletPoints: [
"Aircraft Maintenance", "GSE Supply & Maintenance", "Technical Personnel Provision", "Aviation Fuel Services", "Flight Operations Support", "Airfield Management"
],
imageSrc: "https://via.placeholder.com/800x600?text=Aviation+%26+Technical+Support"
},
{
id: "ict-digital-solutions", tag: "ID", name: "ICT & Digital Solutions", description: "Cutting-edge information and communication technology services, including network infrastructure, software development, and digital transformation initiatives.", bulletPoints: [
"Network Design & Implementation", "Software Development", "Cybersecurity", "Cloud Services", "IT Consulting", "Data Management"
],
imageSrc: "https://via.placeholder.com/800x600?text=ICT+%26+Digital+Solutions"
},
{
id: "construction-facility-maintenance", tag: "CF", name: "Construction & Facility Maintenance", description: "Expert services in construction, renovation, and ongoing facility maintenance to ensure optimal functionality and safety of infrastructure.", bulletPoints: [
"Building Construction", "Renovation & Remodeling", "HVAC Maintenance", "Electrical & Plumbing", "Landscaping & Groundskeeping", "Integrated Facility Management"
],
imageSrc: "https://via.placeholder.com/800x600?text=Construction+%26+Facility+Maintenance"
},
{
id: "consultancy-project-support", tag: "CP", name: "Consultancy & Project Support", description: "Strategic advisory and hands-on project management support to help organizations achieve their goals efficiently and effectively.", bulletPoints: [
"Strategic Planning", "Project Management", "Risk Assessment", "Feasibility Studies", "Financial Advisory", "HR & Training Solutions"
],
imageSrc: "https://via.placeholder.com/800x600?text=Consultancy+%26+Project+Support"
},
{
id: "specialized-tender-based-services", tag: "ST", name: "Specialized Tender-Based Services", description: "Tailored services delivered through competitive tendering, offering bespoke solutions to meet unique client requirements.", bulletPoints: [
"Custom Procurement Solutions", "Public Sector Bids", "Private Sector Contracts", "Proposal Development", "Contract Negotiation", "Specialized Project Execution"
],
imageSrc: "https://via.placeholder.com/800x600?text=Specialized+Tender-Based+Services"
}
];
export default function ServicesPage() { export default function ServicesPage() {
const defaultTheme = { const heroCarouselItems = [
defaultButtonVariant: "hover-magnetic", defaultTextAnimation: "entrance-slide", borderRadius: "rounded", contentWidth: "medium", sizing: "medium", background: "none", cardStyle: "soft-shadow", primaryButtonStyle: "gradient", secondaryButtonStyle: "glass", headingFontWeight: "bold"}; { imageSrc: "https://via.placeholder.com/400x300?text=Service+Image+1", imageAlt: "Service Image 1" },
{ imageSrc: "https://via.placeholder.com/400x300?text=Service+Image+2", imageAlt: "Service Image 2" },
{ imageSrc: "https://via.placeholder.com/400x300?text=Service+Image+3", imageAlt: "Service Image 3" },
];
return ( return (
<ThemeProvider <ThemeProvider
attribute="class"
defaultButtonVariant="hover-magnetic" defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide" defaultTextAnimation="entrance-slide"
borderRadius="rounded" borderRadius="rounded"
contentWidth="medium" contentWidth="medium"
sizing="medium" sizing="medium"
background="none" background="none"
cardStyle="soft-shadow" cardStyle="solid"
primaryButtonStyle="gradient" primaryButtonStyle="gradient"
secondaryButtonStyle="glass" secondaryButtonStyle="solid"
headingFontWeight="bold" headingFontWeight="bold"
> >
<NavbarLayoutFloatingInline <NavbarStyleCentered
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Services", id: "/services" } { name: "Services", id: "/services" },
{ name: "General Supplies", id: "#general-supplies" },
{ name: "Logistics", id: "#logistics-transport" },
{ name: "Aviation", id: "#aviation-technical-support" },
{ name: "ICT", id: "#ict-digital-solutions" },
{ name: "Construction", id: "#construction-facility-maintenance" },
{ name: "Consultancy", id: "#consultancy-project-support" },
{ name: "Specialized Tenders", id: "#specialized-tender-based-services" }
]} ]}
brandName="Webild" brandName="OurCompany"
button={{ text: "Contact", href: "#contact" }} logoSrc="https://via.placeholder.com/50x50?text=Logo"
button={{ text: "Contact Us", href: "#contact" }}
/> />
<main className="flex min-h-screen flex-col items-center justify-between"> <div id="services-page-wrapper">
<div id="hero" data-section="hero"> <HeroSplitDoubleCarousel
<HeroLogoBillboard title="Our Comprehensive Services"
logoText="Our Services" description="Delivering tailored solutions across various sectors, from essential supplies to specialized project support. We are committed to excellence and efficiency in every service we provide."
description="Discover how we can help your business thrive with our comprehensive range of solutions. From conception to deployment, we're with you every step." tag="Trusted Solutions"
buttons={[ tagIcon={Sparkles}
{ text: "Get a Quote", href: "#contact" } background={{ variant: 'animated-grid' }}
]} buttons={[{ text: "Explore Our Services", href: "#general-supplies" }]}
background={{ variant: 'radial-gradient' }} leftCarouselItems={heroCarouselItems}
rightCarouselItems={heroCarouselItems}
carouselPosition="right"
buttonAnimation="slide-up"
/> />
</div>
<div id="offerings" data-section="offerings"> {serviceCategories.map((service) => (
<FeatureCardTwentyEight <div id={service.id} data-section={service.id} key={service.id}>
tag="Our Expertise" <SplitAbout
title="Tailored Solutions for Your Success" title={service.name}
description="We offer a diverse portfolio of services designed to meet the unique challenges and opportunities of modern businesses, ensuring growth and innovation." description={service.description}
features={[ tag={service.tag}
{ id: "1", title: "Custom Web Development", subtitle: "Crafting bespoke websites, powerful e-commerce platforms, and scalable web applications tailored to your business goals.", category: "Development", value: "Scalable" }, bulletPoints={service.bulletPoints.map(point => ({ title: point, description: '', icon: CheckCircle }))}
{ id: "2", title: "Mobile App Development", subtitle: "Building intuitive and high-performance native iOS and Android applications, as well as cross-platform solutions that engage users.", category: "Development", value: "Cross-Platform" }, buttons={[{ text: "Request This Service →", href: "#contact", icon: ArrowRight }]}
{ id: "3", title: "UI/UX Design & Prototyping", subtitle: "Designing captivating user interfaces and seamless user experiences, backed by thorough research, wireframing, and interactive prototyping.", category: "Design", value: "User-Centric" }, imageSrc={service.imageSrc}
{ id: "4", title: "Cloud Infrastructure & DevOps", subtitle: "Implementing robust cloud solutions, managing infrastructure, and streamlining development operations for efficiency and reliability.", category: "Operations", value: "Automated" }, imageAlt={service.name}
{ id: "5", title: "Digital Marketing & SEO", subtitle: "Enhancing your online presence with data-driven digital marketing strategies, including SEO, SEM, social media management, and content creation.", category: "Marketing", value: "Visibility" }, imagePosition="right"
{ id: "6", title: "IT Consulting & Strategy", subtitle: "Providing expert guidance on technology strategy, system integration, cybersecurity, and digital transformation initiatives.", category: "Consulting", value: "Strategic" } useInvertedBackground={false}
]}
animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} mediaAnimation="slide-up"
buttonAnimation="slide-up"
/> />
</div> </div>
<div id="contact" data-section="contact"> ))}
<ContactSplitForm
title="Ready to Transform Your Business?"
description="Let's discuss how our services can elevate your digital presence and achieve your strategic objectives."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true }
]}
textarea={{ name: "message", placeholder: "Tell us about your project...", rows: 5 }}
buttonText="Request a Consultation"
useInvertedBackground={false}
mediaPosition="left"
/>
</div> </div>
</main>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-dm-sans), sans-serif; font-family: var(--font-barlow-condensed), sans-serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0A1628; --background: #0B1A2E;
--card: #F2F4F7; --card: #1C2E45;
--foreground: #FFFFFF; --foreground: #FFFFFF;
--primary-cta: #C9922A; --primary-cta: #C8922A;
--primary-cta-text: #0A1628; --primary-cta-text: #0B1A2E;
--secondary-cta: #0A1628; --secondary-cta: #1C2E45;
--secondary-cta-text: #FFFFFF; --secondary-cta-text: #FFFFFF;
--accent: #C9922A; --accent: #C8922A;
--background-accent: #F2F4F7; --background-accent: #F0F2F5;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -1,20 +1,22 @@
"use client"; "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import { ThemeProvider } from "next-themes";
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import FooterBase from '@/components/sections/footer/FooterBase'; import BlogCardThree from '@/components/sections/blog/BlogCardThree';
import { Briefcase, ListTodo, FileText, HelpCircle } from 'lucide-react'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import { Sparkles, Lightbulb } from 'lucide-react';
export default function TendersProcurementPage() { export default function TendersProcurementPage() {
const navItems = [ const navItems = [
{ name: "Home", id: "/" }, { name: "Home", href: "/" },
{ name: "Tenders & Procurement", id: "/tenders-procurement" } { name: "Tenders & Procurement", href: "/tenders-procurement" }
]; ];
return ( return (
<ThemeProvider <ThemeProvider
attribute="class"
defaultButtonVariant="hover-magnetic" defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide" defaultTextAnimation="entrance-slide"
borderRadius="rounded" borderRadius="rounded"
@@ -26,121 +28,119 @@ export default function TendersProcurementPage() {
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
headingFontWeight="bold" headingFontWeight="bold"
> >
<div id="nav" data-section="nav"> <NavbarStyleCentered
<NavbarLayoutFloatingInline
navItems={navItems} navItems={navItems}
brandName="Webild" brandName="Webild Tenders"
button={{ text: "Contact Us", href: "#footer" }} logoSrc="/placeholder-logo.svg"
/> />
</div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardDashboard <HeroBillboardScroll
title="Tenders & Procurement" title="Tenders & Procurement"
description="Explore current opportunities, guidelines, and application processes." description="Discover opportunities, streamline your bidding process, and secure contracts with our comprehensive tender management solutions. We empower businesses to navigate the complex world of public and private procurement with ease and confidence."
tag="Opportunities" tag="Your Partner in Procurement"
tagIcon={Briefcase} tagIcon={Sparkles}
buttons={[{ text: "View Tenders", href: "#tenders" }]} background={{ variant: 'radial-gradient' }}
background={{ variant: "plain" }} buttons={[{ text: "Explore Tenders", href: "#tender-categories" }, { text: "Learn More", href: "#what-we-offer" }]}
dashboard={{ imageSrc="https://images.unsplash.com/photo-1556761175-5973dd3039d7?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTgzODJ8MHwxfHNlYXJjaHwyMHx8cHJvY3VyZW1lbnR8ZW58MHx8fHwxNzE1Nzc2NTUwfDA&ixlib=rb-4.0.3&q=80&w=1080"
title: "Procurement Dashboard", stats: [ imageAlt="People collaborating on a project, representing procurement"
{ title: "Open Tenders", values: [5, 7, 10], description: "Active" },
{ title: "Contracts Awarded", values: [12, 15, 18], description: "Last Quarter" },
{ title: "Bidders", values: [50, 65, 80], description: "Registered" }
],
logoIcon: ListTodo,
sidebarItems: [{ icon: ListTodo, active: true }],
buttons: [{ text: "Submit Inquiry", href: "#" }],
listItems: [
{ title: "Upcoming IT Projects", status: "Planning phase", icon: Briefcase },
{ title: "Vendor Registration Drive", status: "Ongoing", icon: ListTodo },
{ title: "Audit of Current Contracts", status: "In progress", icon: FileText }
],
imageSrc: "https://r2.webild.com/images/default-image.svg?_wi=1"
}}
/> />
</div> </div>
<div id="tenders" data-section="tenders"> <div id="what-we-offer" data-section="what-we-offer">
<FeatureCardEight <ProductCardTwo
title="Current Tender Listings" title="What We Offer Tenderers"
description="Find detailed information about our active tenders." description="Our tailored services simplify the tendering journey, providing you with the tools and support needed to succeed."
tag="Listings" products={[
tagIcon={ListTodo}
features={[
{ {
title: "IT Infrastructure Upgrade", description: "Procurement of new servers, networking equipment, and software licenses. Deadline: 2024-12-31.", imageSrc: "https://r2.webild.com/images/default-image.svg?_wi=1" id: "1", brand: "Service", name: "Opportunity Discovery", price: "Custom", rating: 5,
reviewCount: "20+", imageSrc: "https://images.unsplash.com/photo-1579389083543-c0d2a9379899?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTgzODJ8MHwxfHNlYXJjaHwyfHxvcHBvcnR1bml0eSUyMGRpc2NvdmVyeXxlbnwwfHx8fDE3MTcyNzU2NjV8MA&ixlib=rb-4.0.3&q=80&w=1080", imageAlt: "Magnifying glass over a document"
}, },
{ {
title: "Marketing Services Contract", description: "Seeking agencies for digital marketing, social media management, and content creation. Deadline: 2024-11-15.", imageSrc: "https://r2.webild.com/images/default-image.svg?_wi=1" id: "2", brand: "Service", name: "Bid Preparation Support", price: "Custom", rating: 5,
reviewCount: "15+", imageSrc: "https://images.unsplash.com/photo-1610484742466-218080f33198?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTgzODJ8MHwxfHNlYXJjaHwxNXx8ZG9jdW1lbnQlMjBwcmVwYXJhdGlvbnxlbnwwfHx8fDE3MTcyNzU3MDd8MA&ixlib=rb-4.0.3&q=80&w=1080", imageAlt: "Person typing on a laptop, documents on desk"
}, },
{ {
title: "Office Supplies Vendor", description: "Annual contract for various office supplies. Open to local and regional suppliers. Deadline: 2025-01-30.", imageSrc: "https://r2.webild.com/images/default-image.svg?_wi=1" id: "3", brand: "Service", name: "Compliance & Legal Review", price: "Custom", rating: 5,
reviewCount: "10+", imageSrc: "https://images.unsplash.com/photo-1581093859062-094709d7df9d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTgzODJ8MHwxfHNlYXJjaHwxMXx8Y29tcGxpYW5jZSUyMGNoZWNrfGVufDB8fHx8MTcxNzI3NTcyN3ww&ixlib=rb-4.0.3&q=80&w=1080", imageAlt: "Gavel and law books"
},
{
id: "4", brand: "Service", name: "Strategic Consultation", price: "Custom", rating: 5,
reviewCount: "12+", imageSrc: "https://images.unsplash.com/photo-1520607162513-772a1f40d2a3?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTgzODJ8MHwxfHNlYXJjaHw3fHxzdHJhdGVnaWMlMjBjb25zdWx0YXRpb258ZW5wwfHx8fDE3MTcyNzU3NTB8MA&ixlib=rb-4.0.3&q=80&w=1080", imageAlt: "People in a business meeting"
},
{
id: "5", brand: "Service", name: "Post-Award Support", price: "Custom", rating: 5,
reviewCount: "8+", imageSrc: "https://images.unsplash.com/photo-1520607162513-772a1f40d2a3?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTgzODJ8MHwxfHNlYXJjaHw3fHxzdHJhdGVnaWMlMjBjb25zdWx0YXRpb258ZW5wwfHx8fDE3MTcyNzU3NTB8MA&ixlib=rb-4.0.3&q=80&w=1080", imageAlt: "Award ceremony"
} }
]} ]}
textboxLayout="default" gridVariant="three-columns-all-equal-width"
animationType="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
<div id="guidelines" data-section="guidelines"> <div id="tender-categories" data-section="tender-categories">
<FaqSplitMedia <BlogCardThree
title="Procurement Guidelines" title="Explore Tender Categories"
description="Understand our policies and procedures for fair and transparent procurement." description="Browse a wide range of tender categories to find opportunities relevant to your business."
tag="Guidelines" blogs={[
tagIcon={FileText} {
faqs={[ id: "1", category: "IT & Software", title: "Software Development Projects", excerpt: "Tenders for custom software solutions, web development, and IT infrastructure.", imageSrc: "https://images.unsplash.com/photo-1550066925-5e6e8e815e9e?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTgzODJ8MHwxfHNlYXJjaHwxNHx8c29mdHdhcmUlMjBkZXZlbG9wbWVudHxlbnwwfHx8fDE3MTcyNzU4MjB8MA&ixlib=rb-4.0.3&q=80&w=1080", imageAlt: "Code on a computer screen", authorName: "Category Lead", authorAvatar: "https://images.unsplash.com/photo-1535713875002-d1d0cfdfeeab?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTgzODJ8MHwxfHNlYXJjaHwxfHxhdmF0YXJ8ZW5wwfHx8fDE3MTUyMzk5MDV8MA&ixlib=rb-4.0.3&q=80&w=1080", date: "Ongoing"
{ id: "faq1", title: "Eligibility Criteria", content: "Details on who can apply for tenders, including legal status, financial capacity, and experience requirements." }, },
{ id: "faq2", title: "Submission Requirements", content: "Instructions on required documents, format, and submission methods for tender applications." }, {
{ id: "faq3", title: "Evaluation Process", content: "Overview of how bids are evaluated, including scoring criteria and decision-making timelines." }, id: "2", category: "Construction", title: "Building & Infrastructure Projects", excerpt: "Opportunities for civil engineering, commercial building, and public works.", imageSrc: "https://images.unsplash.com/photo-1541336474665-27a36c645474?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTgzODJ8MHwxfHNlYXJjaHwxOXx8Y29uc3RydWN0aW9ufGVufDB8fHx8MTcxNzI3NTgzN3ww&ixlib=rb-4.0.3&q=80&w=1080", imageAlt: "Construction site", authorName: "Category Lead", authorAvatar: "https://images.unsplash.com/photo-1535713875002-d1d0cfdfeeab?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTgzODJ8MHwxfHNlYXJjaHwxfHxhdmF0YXJ8ZW5wwfHx8fDE3MTUyMzk5MDV8MA&ixlib=rb-4.0.3&q=80&w=1080", date: "Ongoing"
{ id: "faq4", title: "Ethical Conduct", content: "Our commitment to ethical procurement, anti-corruption policies, and conflict of interest guidelines." } },
{
id: "3", category: "Consulting Services", title: "Strategic Advisory & Support", excerpt: "Tenders for business consulting, financial advisory, and project management.", imageSrc: "https://images.unsplash.com/photo-1520607162513-772a1f40d2a3?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTgzODJ8MHwxfHNlYXJjaHw3fHxjb25zdWx0aW5nfGVufDB8fHx8MTcxNzI3NTkwMnww&ixlib=rb-4.0.3&q=80&w=1080", imageAlt: "Consulting meeting", authorName: "Category Lead", authorAvatar: "https://images.unsplash.com/photo-1535713875002-d1d0cfdfeeab?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTgzODJ8MHwxfHNlYXJjaHwxfHxhdmF0YXJ8ZW5wwfHx8fDE3MTUyMzk5MDV8MA&ixlib=rb-4.0.3&q=80&w=1080", date: "Ongoing"
},
{
id: "4", category: "Healthcare", title: "Medical Supplies & Services", excerpt: "Procurement for medical equipment, pharmaceuticals, and healthcare provision.", imageSrc: "https://images.unsplash.com/photo-1576091160399-112ed8d87a6d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTgzODJ8MHwxfHNlYXJjaHwyMHx8aGVhbHRoY2FyZXxlbnwwfHx8fDE3MTcyNzU5NDZ8MA&ixlib=rb-4.0.3&q=80&w=1080", imageAlt: "Medical equipment", authorName: "Category Lead", authorAvatar: "https://images.unsplash.com/photo-1535713875002-d1d0cfdfeeab?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTgzODJ8MHwxfHNlYXJjaHwxfHxhdmF0YXJ8ZW5wwfHx8fDE3MTUyMzk5MDV8MA&ixlib=rb-4.0.3&q=80&w=1080", date: "Ongoing"
}
]} ]}
imageSrc="https://r2.webild.com/images/default-image.svg?_wi=1" carouselMode="buttons"
mediaPosition="right" animationType="slide-up"
useInvertedBackground={false}
gridVariant="four-items-2x2-equal-grid"
/>
</div>
<div id="compliance-credentials" data-section="compliance-credentials">
<FeatureCardSixteen
title="Compliance Credentials Panel"
description="Ensuring integrity and trust in every tender process. Our commitment to compliance guarantees fair and transparent procurement practices."
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
faqsAnimation="blur-reveal" animationType="blur-reveal"
mediaAnimation="opacity" negativeCard={{
items: [
"ISO 9001 Certified Quality Management", "ISO 27001 Certified Information Security", "GDPR Compliant Data Handling", "Ethical Sourcing Policies", "Transparent Reporting Standards"
]
}}
positiveCard={{
items: [
"Adherence to Public Procurement Directives", "Robust Conflict of Interest Policies", "Regular Internal & External Audits", "Certified Procurement Professionals", "Secure Document Management Systems"
]
}}
className="bg-gray-900 text-white"
cardClassName="bg-gray-800 border border-gray-700 shadow-lg"
textBoxTitleClassName="text-white"
textBoxDescriptionClassName="text-gray-300"
itemTextClassName="text-gray-200"
itemIconClassName="text-green-400"
/> />
</div> </div>
<div id="application-process" data-section="application-process"> <div id="cta" data-section="cta">
<FeatureCardEight <HeroBillboardScroll
title="Application Processes" title="Ready to Start Your Tender Journey?"
description="Step-by-step guide to submitting your tender application successfully." description="Send us your tender specifications, and let us help you find the perfect opportunities to grow your business."
tag="Process" buttons={[{ text: "Send Tender Specifications", href: "mailto:info@webuild.com", target: "_blank" }]}
tagIcon={HelpCircle} background={{ variant: 'downward-rays-static' }}
features={[ tag="Get Started Today"
{ tagIcon={Lightbulb}
title: "Step 1: Register Online", description: "Create an account on our procurement portal to access tender documents and announcements.", imageSrc: "https://r2.webild.com/images/default-image.svg?_wi=1"
},
{
title: "Step 2: Review Documents", description: "Download and carefully read the Invitation to Tender (ITT) and all supplementary documents.", imageSrc: "https://r2.webild.com/images/default-image.svg?_wi=1"
},
{
title: "Step 3: Prepare Your Bid", description: "Assemble all required technical, financial, and legal documents as specified in the ITT.", imageSrc: "https://r2.webild.com/images/default-image.svg?_wi=1"
},
{
title: "Step 4: Submit Application", description: "Submit your complete bid through the online portal before the specified deadline.", imageSrc: "https://r2.webild.com/images/default-image.svg?_wi=1"
}
]}
textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Company", items: [{ label: "Home", href: "/" }, { label: "Tenders & Procurement", href: "/tenders-procurement" }],
},
{
title: "Support", items: [{ label: "FAQ", href: "#guidelines" }, { label: "Contact", href: "#footer" }],
},
]}
logoText="Webild"
/>
</div>
</ThemeProvider> </ThemeProvider>
); );
} }