Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad50ec42a3 | |||
| c5f8258339 | |||
| 8670610b80 |
@@ -6,12 +6,12 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
|
||||
import { Cloud, Code, Feather, ShieldCheck, Sparkles, Target } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -36,10 +36,6 @@ export default function LandingPage() {
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Portfolio", id: "portfolio"},
|
||||
{
|
||||
name: "Dashboard", id: "dashboard"},
|
||||
{
|
||||
name: "Security", id: "security"},
|
||||
{
|
||||
name: "Client Login", id: "client-login"},
|
||||
]}
|
||||
@@ -179,49 +175,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="dashboard" data-section="dashboard">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Elena P.", imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", imageAlt: "Elena P."},
|
||||
{
|
||||
id: "2", name: "Samuel K.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-call-center-agent_23-2148094839.jpg", imageAlt: "Samuel K."},
|
||||
{
|
||||
id: "3", name: "Grace L.", imageSrc: "http://img.b2bpic.net/free-photo/senior-hobby-art-creator-taking-notes-keeping-journal-learning-progress-creative-workshop-looking-easel-home-art-studio-elderly-man-artist-sitting-wheelchair-doing-sketch-notebook_482257-42574.jpg", imageAlt: "Grace L."},
|
||||
{
|
||||
id: "4", name: "Oscar B.", imageSrc: "http://img.b2bpic.net/free-photo/businessmen-with-social-media-marketing-ideas_53876-71497.jpg", imageAlt: "Oscar B."},
|
||||
{
|
||||
id: "5", name: "Sophia N.", imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-sitting-couch_1098-2454.jpg", imageAlt: "Sophia N."},
|
||||
]}
|
||||
cardTitle="Our Clients' Success Stories"
|
||||
cardTag="Verified Reviews"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read All Testimonials", href: "#"},
|
||||
]}
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="security" data-section="security">
|
||||
<MetricCardTwo
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "99.9%", description: "Uptime on Managed Platforms"},
|
||||
{
|
||||
id: "2", value: "200M+", description: "Protected Transactions Annually"},
|
||||
{
|
||||
id: "3", value: "100%", description: "Client Satisfaction Score"},
|
||||
]}
|
||||
title="Impact That Matters"
|
||||
description="Quantifiable results driving client growth, security, and success."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
|
||||
Reference in New Issue
Block a user