168 lines
12 KiB
TypeScript
168 lines
12 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|
import { Award, CheckCircle, DollarSign, Phone, Shield, Sparkles, TrendingUp, Users, Zap } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="text-shift"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="rounded"
|
|
contentWidth="smallMedium"
|
|
sizing="mediumLargeSizeMediumTitles"
|
|
background="none"
|
|
cardStyle="inset"
|
|
primaryButtonStyle="radial-glow"
|
|
secondaryButtonStyle="glass"
|
|
headingFontWeight="bold"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleCentered
|
|
brandName="Our Solutions"
|
|
navItems={[
|
|
{ name: "Home", id: "hero" },
|
|
{ name: "About", id: "about" },
|
|
{ name: "Features", id: "features" },
|
|
{ name: "Metrics", id: "metrics" },
|
|
{ name: "Testimonials", id: "testimonials" },
|
|
{ name: "Contact", id: "contact" }
|
|
]}
|
|
button={{ text: "Get Started", href: "#contact" }}
|
|
/>
|
|
</div>
|
|
<div id="hero" data-section="hero">
|
|
<HeroSplitTestimonial
|
|
title="Professional Excellence, Delivered with Precision"
|
|
description="We combine strategic expertise with proven results. Your success is our standard."
|
|
background={{ variant: "plain" }}
|
|
testimonials={[
|
|
{ name: "Sarah Chen", handle: "@sarahc", testimonial: "Our partnership yielded exceptional results. Their strategic insight was invaluable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/standing-vote-graduation-conference-room-bargain_1134-1130.jpg", imageAlt: "businesswoman portrait smiling professional" },
|
|
{ name: "Michael Kim", handle: "@michaelk", testimonial: "The team's dedication and precision transformed our operations. Truly outstanding.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-looking-camera-application-develop_1163-5298.jpg", imageAlt: "businessman portrait confident professional" },
|
|
{ name: "Jessica Lee", handle: "@jessical", testimonial: "They deliver on every promise. A reliable and highly effective partner.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-caucasian-businesswoman-smiling-happy-working-office_839833-9695.jpg", imageAlt: "young businesswoman headshot smiling" },
|
|
{ name: "David Gupta", handle: "@davidg", testimonial: "Their approach to problem-solving is unparalleled. Highly recommend their services.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pleased-tilting-head-middle-aged-man-wearing-white-t-shirt-with-tie-crossing-hands-isolated-orange-wall_141793-103462.jpg", imageAlt: "senior executive portrait confident" }
|
|
]}
|
|
testimonialRotationInterval={5000}
|
|
useInvertedBackground={false}
|
|
buttons={[
|
|
{ text: "Discover Our Solutions", href: "#features" }
|
|
]}
|
|
mediaAnimation="slide-up"
|
|
imageSrc="http://img.b2bpic.net/free-photo/angry-screaming-executive-corporate-conference-meeting-room-because-financial-problem-meeting-room_482257-5042.jpg"
|
|
imageAlt="Professionals collaborating in a modern office"
|
|
/>
|
|
</div>
|
|
<div id="about" data-section="about">
|
|
<TestimonialAboutCard
|
|
tag="About Us"
|
|
title="Empowering Your Business Through Expertise"
|
|
description="With a foundation built on strategic thinking and a relentless pursuit of excellence, we partner with clients to navigate complex challenges and seize new opportunities. Our tailored solutions are designed to integrate seamlessly with your objectives, ensuring measurable impact and sustainable growth."
|
|
subdescription="Our commitment to precision and results drives every project, fostering long-term relationships and delivering consistent value."
|
|
icon={Award}
|
|
imageSrc="http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286152.jpg"
|
|
imageAlt="Team discussing project in a modern setting"
|
|
mediaAnimation="opacity"
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
<div id="features" data-section="features">
|
|
<FeatureBorderGlow
|
|
features={[
|
|
{ icon: Sparkles, title: "Strategic Consulting", description: "Unlock growth with bespoke strategies tailored to your unique market position and business objectives." },
|
|
{ icon: Shield, title: "Operational Excellence", description: "Streamline processes and enhance efficiency, ensuring peak performance and robust scalability." },
|
|
{ icon: CheckCircle, title: "Performance Analytics", description: "Gain deep insights into your business with advanced data analysis and actionable intelligence." },
|
|
{ icon: Zap, title: "Digital Transformation", description: "Navigate the digital landscape with innovative solutions that future-proof your business." }
|
|
]}
|
|
animationType="slide-up"
|
|
title="Our Core Solutions"
|
|
description="We offer a comprehensive suite of services designed to propel your business forward, combining innovation with proven methodologies."
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricCardOne
|
|
metrics={[
|
|
{ id: "1", value: "150+", title: "Successful Projects", description: "Delivering impactful results for diverse clientele.", icon: Award },
|
|
{ id: "2", value: "98%", title: "Client Satisfaction", description: "Our commitment to client success speaks for itself.", icon: TrendingUp },
|
|
{ id: "3", value: "10+", title: "Years of Expertise", description: "A decade of experience shaping industry standards.", icon: Users },
|
|
{ id: "4", value: "$50M+", title: "Value Generated", description: "Driving significant financial and operational gains.", icon: DollarSign }
|
|
]}
|
|
gridVariant="uniform-all-items-equal"
|
|
animationType="blur-reveal"
|
|
title="Impactful Results, Proven Success"
|
|
description="Our metrics reflect our dedication to achieving tangible outcomes and building lasting value for our partners."
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardFifteen
|
|
testimonial="\"Partnering with Our Solutions has been a game-changer for our business. Their innovative strategies and meticulous execution have consistently exceeded our expectations, driving significant growth and operational efficiencies.\""
|
|
rating={5}
|
|
author="Dr. Evelyn Reed, CEO of InnovateX Corp."
|
|
avatars={[
|
|
{ src: "http://img.b2bpic.net/free-photo/portrait-young-stylish-laughing-model-colorful-casual-summer-clothes-with-natural-makeup-gray_158538-11796.jpg", alt: "professional woman headshot smiling" },
|
|
{ src: "http://img.b2bpic.net/free-photo/picture-cheerful-caucasian-man-studio_176420-7229.jpg", alt: "professional man headshot smiling" },
|
|
{ src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg", alt: "young professional smiling portrait" },
|
|
{ src: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_107420-84879.jpg", alt: "thoughtful professional man portrait" }
|
|
]}
|
|
ratingAnimation="slide-up"
|
|
avatarsAnimation="opacity"
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
<div id="social-proof" data-section="social-proof">
|
|
<SocialProofOne
|
|
logos={[
|
|
"http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg", "http://img.b2bpic.net/free-vector/vintage-monochrome-money-investment-labels-set-with-dollar-banknotes-financial-tree-calculator-piggy-bank-building-coins-isolated_1284-38916.jpg", "http://img.b2bpic.net/free-vector/gradient-abstract-logo_52683-8521.jpg", "http://img.b2bpic.net/free-vector/gradient-yellow-blue-code-logo-template_23-2148820905.jpg", "http://img.b2bpic.net/free-vector/medical-background-design_1078-60.jpg", "http://img.b2bpic.net/free-vector/real-estate-logo-template_1195-25.jpg", "http://img.b2bpic.net/free-vector/collection-flat-school-logotypes_23-2148197571.jpg" ]}
|
|
names={[]}
|
|
title="Trusted by Industry Leaders"
|
|
description="Our commitment to excellence has earned the trust of leading organizations across various sectors."
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
speed={30}
|
|
showCard={true}
|
|
/>
|
|
</div>
|
|
<div id="contact" data-section="contact">
|
|
<ContactFaq
|
|
faqs={[
|
|
{ id: "1", title: "What types of industries do you serve?", content: "We work with a broad range of industries, including finance, technology, healthcare, manufacturing, and professional services, adapting our expertise to your specific sector needs." },
|
|
{ id: "2", title: "How do you ensure data confidentiality?", content: "Data confidentiality is paramount. We adhere to stringent security protocols, non-disclosure agreements, and comply with all relevant data protection regulations to safeguard your information." },
|
|
{ id: "3", title: "What is your project methodology?", content: "Our methodology is collaborative and agile, involving continuous client engagement, transparent reporting, and iterative development to ensure solutions are perfectly aligned with your vision and goals." }
|
|
]}
|
|
ctaTitle="Ready to Transform Your Business?"
|
|
ctaDescription="Connect with our experts today to discuss your challenges and discover how our solutions can drive your success."
|
|
ctaButton={{ text: "Schedule a Consultation", href: "mailto:info@oursolutions.com" }}
|
|
ctaIcon={Phone}
|
|
useInvertedBackground={false}
|
|
animationType="slide-up"
|
|
/>
|
|
</div>
|
|
<div id="footer" data-section="footer">
|
|
<FooterMedia
|
|
imageSrc="http://img.b2bpic.net/free-photo/angry-screaming-executive-corporate-conference-meeting-room-because-financial-problem-meeting-room_482257-5042.jpg"
|
|
imageAlt="Abstract corporate background"
|
|
columns={[
|
|
{ title: "Solutions", items: [{ label: "Home", href: "#hero" }, { label: "Features", href: "#features" }, { label: "About Us", href: "#about" }] },
|
|
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
|
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
|
]}
|
|
logoText="Our Solutions"
|
|
copyrightText="© 2024 Our Solutions. All rights reserved."
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
}
|