Update src/app/page.tsx

This commit is contained in:
2026-06-07 23:41:23 +00:00
parent 9b9cd6b87b
commit f79ed5fa2b

View File

@@ -11,7 +11,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import { BarChart, CheckCircle, Headphones, Rocket, ShieldCheck, Sparkles } from "lucide-react";
import { BarChart, CheckCircle, Headset, Rocket, ShieldCheck, Sparkles } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,38 +32,22 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About Us",
id: "#about",
},
name: "About Us", id: "#about"},
{
name: "Services",
id: "#features",
},
name: "Services", id: "#features"},
{
name: "Products",
id: "#products",
},
name: "Products", id: "#products"},
{
name: "Pricing",
id: "#pricing",
},
name: "Pricing", id: "#pricing"},
{
name: "Partners",
id: "#partners",
},
name: "Partners", id: "#partners"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
button={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "#contact"}}
brandName="My Business"
/>
</div>
@@ -72,52 +56,26 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
imagePosition="right"
title="Your Partner in Business Growth"
description="We deliver innovative solutions and unparalleled expertise to drive your success. Let's build a brighter future for your business together."
testimonials={[
{
name: "Sarah Chen",
handle: "@sarah_c",
testimonial: "Working with My Business has transformed our operations. Their insights and support were invaluable!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
imageAlt: "Sarah Chen",
},
name: "Sarah Chen", handle: "@sarah_c", testimonial: "Working with My Business has transformed our operations. Their insights and support were invaluable!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg", imageAlt: "Sarah Chen"},
{
name: "Michael Davies",
handle: "@mike_d",
testimonial: "Truly exceptional service! They exceeded our expectations and helped us achieve our goals faster than anticipated.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyous-photographer-selecting-best-pictures-editorial-content_482257-116558.jpg",
imageAlt: "Michael Davies",
},
name: "Michael Davies", handle: "@mike_d", testimonial: "Truly exceptional service! They exceeded our expectations and helped us achieve our goals faster than anticipated.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyous-photographer-selecting-best-pictures-editorial-content_482257-116558.jpg", imageAlt: "Michael Davies"},
{
name: "Emily White",
handle: "@emily_w",
testimonial: "The solutions provided were tailored perfectly to our needs. A fantastic experience from start to finish.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg",
imageAlt: "Emily White",
},
name: "Emily White", handle: "@emily_w", testimonial: "The solutions provided were tailored perfectly to our needs. A fantastic experience from start to finish.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg", imageAlt: "Emily White"},
{
name: "David Kim",
handle: "@david_k",
testimonial: "Professional, efficient, and results-driven. My Business is a game-changer for any company looking to scale.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businesswoman-showing-winning-gesture_1262-4730.jpg",
imageAlt: "David Kim",
},
name: "David Kim", handle: "@david_k", testimonial: "Professional, efficient, and results-driven. My Business is a game-changer for any company looking to scale.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businesswoman-showing-winning-gesture_1262-4730.jpg", imageAlt: "David Kim"},
{
name: "Jessica Lee",
handle: "@jessica_l",
testimonial: "Highly recommend! Their strategic approach and dedication to client success are truly commendable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-lying-bed_1150-8827.jpg",
imageAlt: "Jessica Lee",
},
name: "Jessica Lee", handle: "@jessica_l", testimonial: "Highly recommend! Their strategic approach and dedication to client success are truly commendable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-lying-bed_1150-8827.jpg", imageAlt: "Jessica Lee"},
]}
testimonialRotationInterval={5000}
tag="Innovate. Grow. Succeed."
@@ -125,67 +83,43 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[
{
text: "Explore Services",
href: "#features",
},
text: "Explore Services", href: "#features"},
{
text: "Contact Us",
href: "#contact",
},
text: "Contact Us", href: "#contact"},
]}
buttonAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/middle-eastern-wheelchair-user-attends-briefing-meeting-with-team_482257-116640.jpg",
alt: "Avatar 1",
},
src: "http://img.b2bpic.net/free-photo/middle-eastern-wheelchair-user-attends-briefing-meeting-with-team_482257-116640.jpg", alt: "Avatar 1"},
{
src: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg",
alt: "Avatar 2",
},
src: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg", alt: "Avatar 2"},
{
src: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg",
alt: "Avatar 3",
},
src: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg", alt: "Avatar 3"},
{
src: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg",
alt: "Avatar 4",
},
src: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", alt: "Avatar 4"},
{
src: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg",
alt: "Smiling business professional",
},
src: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg", alt: "Smiling business professional"},
]}
avatarText="Trusted by 100+ businesses"
imageSrc="http://img.b2bpic.net/free-photo/tired-asian-it-specialist-drinking-coffee-watching-female-colleague-working-with-laptop-indoor-portrait-young-business-people-sitting-table-together-conference-hall_197531-3708.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/tired-asian-it-specialist-drinking-coffee-watching-female-colleague-working-with-laptop-indoor-portrait-young-business-people-sitting-table-together-conference-hall_197531-3708.jpg"
imageAlt="Business professionals collaborating"
mediaAnimation="slide-up"
fixedMediaHeight={true}
marqueeItems={[
{
type: "text-icon",
text: "Strategic Vision",
icon: Rocket,
type: "text-icon", text: "Strategic Vision", icon: Rocket,
},
{
type: "text-icon",
text: "Exceptional Growth",
icon: BarChart,
type: "text-icon", text: "Exceptional Growth", icon: BarChart,
},
{
type: "text-icon",
text: "Client-Centric",
icon: Headphones,
type: "text-icon", text: "Client-Centric", icon: Headset,
},
{
type: "text-icon",
text: "Secure Solutions",
icon: ShieldCheck,
type: "text-icon", text: "Secure Solutions", icon: ShieldCheck,
},
{
type: "text-icon",
text: "Proven Results",
icon: CheckCircle,
type: "text-icon", text: "Proven Results", icon: CheckCircle,
},
]}
/>
@@ -213,80 +147,53 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Advanced Analytics",
description: "Gain deep insights into your business performance with our cutting-edge analytics tools.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/professional-boardroom-computer-screen-showcases-business-data-statistics-aiding-executives_482257-133141.jpg",
imageAlt: "Data analytics dashboard",
},
title: "Advanced Analytics", description: "Gain deep insights into your business performance with our cutting-edge analytics tools.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/professional-boardroom-computer-screen-showcases-business-data-statistics-aiding-executives_482257-133141.jpg", imageAlt: "Data analytics dashboard"},
items: [
{
icon: BarChart3,
text: "Real-time reporting",
},
icon: BarChart,
text: "Real-time reporting"},
{
icon: CheckCircle,
text: "Customizable dashboards",
},
text: "Customizable dashboards"},
{
icon: Sparkles,
text: "Predictive modeling",
},
text: "Predictive modeling"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/tired-asian-it-specialist-drinking-coffee-watching-female-colleague-working-with-laptop-indoor-portrait-young-business-people-sitting-table-together-conference-hall_197531-3708.jpg?_wi=2",
imageAlt: "data analytics dashboard financial",
reverse: false
},
{
title: "Dedicated Support",
description: "Our expert team is here to provide round-the-clock support and guidance, ensuring your success.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/call-center-agent-typing-pc-keyboard-assisting-customers-through-live-chat_482257-125755.jpg",
imageAlt: "Customer support agent",
},
title: "Dedicated Support", description: "Our expert team is here to provide round-the-clock support and guidance, ensuring your success.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/call-center-agent-typing-pc-keyboard-assisting-customers-through-live-chat_482257-125755.jpg", imageAlt: "Customer support agent"},
items: [
{
icon: Headset,
text: "24/7 technical assistance",
},
text: "24/7 technical assistance"},
{
icon: CheckCircle,
text: "Personalized account management",
},
text: "Personalized account management"},
{
icon: Sparkles,
text: "Priority issue resolution",
},
text: "Priority issue resolution"},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-wheelchair-user-attends-briefing-meeting-with-team_482257-116640.jpg",
imageAlt: "data analytics dashboard financial",
reverse: true
},
{
title: "Secure Cloud Solutions",
description: "Protect your valuable data with our robust and scalable cloud infrastructure.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-lock-hologram-desk-with-laptop_23-2152029068.jpg",
imageAlt: "Secure cloud server room",
},
title: "Secure Cloud Solutions", description: "Protect your valuable data with our robust and scalable cloud infrastructure.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-lock-hologram-desk-with-laptop_23-2152029068.jpg", imageAlt: "Secure cloud server room"},
items: [
{
icon: ShieldCheck,
text: "Enterprise-grade security",
},
text: "Enterprise-grade security"},
{
icon: CheckCircle,
text: "Automated backups",
},
text: "Automated backups"},
{
icon: Sparkles,
text: "Scalable storage options",
},
text: "Scalable storage options"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg",
imageAlt: "data analytics dashboard financial",
},
reverse: false
}
]}
title="Streamline Your Operations"
description="Our comprehensive suite of services is designed to optimize efficiency, enhance productivity, and drive sustainable growth for your business."
@@ -301,47 +208,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Synergy Suite Pro",
price: "$199/month",
imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736753.jpg",
imageAlt: "Synergy Suite Pro software",
},
id: "p1", name: "Synergy Suite Pro", price: "$199/month", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736753.jpg", imageAlt: "Synergy Suite Pro software"},
{
id: "p2",
name: "Analytics Dashboard Elite",
price: "$299/month",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mystery-box-concept_23-2149516466.jpg",
imageAlt: "Analytics Dashboard Elite",
},
id: "p2", name: "Analytics Dashboard Elite", price: "$299/month", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mystery-box-concept_23-2149516466.jpg", imageAlt: "Analytics Dashboard Elite"},
{
id: "p3",
name: "Secure Cloud Drive",
price: "$49/month",
imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349229.jpg",
imageAlt: "Secure Cloud Drive device",
},
id: "p3", name: "Secure Cloud Drive", price: "$49/month", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349229.jpg", imageAlt: "Secure Cloud Drive device"},
{
id: "p4",
name: "Team Collaboration Hub",
price: "$149/month",
imageSrc: "http://img.b2bpic.net/free-photo/composition-spa-treatment-top-view-concept_23-2148645559.jpg",
imageAlt: "Team Collaboration Hub software",
},
id: "p4", name: "Team Collaboration Hub", price: "$149/month", imageSrc: "http://img.b2bpic.net/free-photo/composition-spa-treatment-top-view-concept_23-2148645559.jpg", imageAlt: "Team Collaboration Hub software"},
{
id: "p5",
name: "AI Marketing Assistant",
price: "$349/month",
imageSrc: "http://img.b2bpic.net/free-photo/female-editor-using-stylus-graphic-tablet-retouch-photo-creating-professional-photography-content-production-freelancer-editing-picture-with-creative-retouching-software-close-up_482257-48037.jpg",
imageAlt: "AI Marketing Assistant interface",
},
id: "p5", name: "AI Marketing Assistant", price: "$349/month", imageSrc: "http://img.b2bpic.net/free-photo/female-editor-using-stylus-graphic-tablet-retouch-photo-creating-professional-photography-content-production-freelancer-editing-picture-with-creative-retouching-software-close-up_482257-48037.jpg", imageAlt: "AI Marketing Assistant interface"},
{
id: "p6",
name: "Project Management Pro",
price: "$99/month",
imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116604.jpg",
imageAlt: "Project Management Pro tool",
},
id: "p6", name: "Project Management Pro", price: "$99/month", imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116604.jpg", imageAlt: "Project Management Pro tool"},
]}
title="Innovative Products for Every Need"
description="Explore our curated selection of tools and solutions designed to elevate your business operations and empower your team."
@@ -355,63 +232,31 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "basic",
badge: "Starter",
badgeIcon: Sparkles,
price: "$49/mo",
subtitle: "Ideal for small teams",
buttons: [
id: "basic", badge: "Starter", badgeIcon: Sparkles,
price: "$49/mo", subtitle: "Ideal for small teams", buttons: [
{
text: "Get Started",
href: "#contact",
},
text: "Get Started", href: "#contact"},
],
features: [
"Access to Core Features",
"Email Support",
"5 Users Included",
"Basic Analytics",
],
"Access to Core Features", "Email Support", "5 Users Included", "Basic Analytics"],
},
{
id: "pro",
badge: "Pro",
badgeIcon: Sparkles,
price: "$99/mo",
subtitle: "Perfect for growing businesses",
buttons: [
id: "pro", badge: "Pro", badgeIcon: Sparkles,
price: "$99/mo", subtitle: "Perfect for growing businesses", buttons: [
{
text: "Choose Pro",
href: "#contact",
},
text: "Choose Pro", href: "#contact"},
],
features: [
"All Starter Features",
"Priority Email & Chat Support",
"20 Users Included",
"Advanced Analytics",
"Custom Integrations",
],
"All Starter Features", "Priority Email & Chat Support", "20 Users Included", "Advanced Analytics", "Custom Integrations"],
},
{
id: "enterprise",
badge: "Enterprise",
badgeIcon: Sparkles,
price: "Custom",
subtitle: "Tailored for large organizations",
buttons: [
id: "enterprise", badge: "Enterprise", badgeIcon: Sparkles,
price: "Custom", subtitle: "Tailored for large organizations", buttons: [
{
text: "Contact Sales",
href: "#contact",
},
text: "Contact Sales", href: "#contact"},
],
features: [
"All Pro Features",
"24/7 Dedicated Support",
"Unlimited Users",
"Enterprise-Grade Security",
"On-Premise Deployment Options",
],
"All Pro Features", "24/7 Dedicated Support", "Unlimited Users", "Enterprise-Grade Security", "On-Premise Deployment Options"],
},
]}
title="Flexible Plans, Powerful Results"
@@ -424,16 +269,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"GlobalCorp",
"InnovateX",
"FutureTech",
"DataPulse",
"Synergy Solutions",
"Apex Innovations",
"Stratagem Group",
"VentureWorks",
"Visionary Inc.",
]}
"GlobalCorp", "InnovateX", "FutureTech", "DataPulse", "Synergy Solutions", "Apex Innovations", "Stratagem Group", "VentureWorks", "Visionary Inc."]}
title="Trusted by Industry Leaders"
description="Our proven solutions have earned the trust of leading companies across various sectors, driving their success and innovation."
speed={40}
@@ -444,8 +280,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in Touch"
title="Ready to Transform Your Business?"
description="Let's discuss how our expertise can help you achieve your strategic objectives. Reach out to us today for a personalized consultation."
@@ -459,54 +294,33 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
],
},
{
title: "Solutions",
items: [
title: "Solutions", items: [
{
label: "Services",
href: "#features",
},
label: "Services", href: "#features"},
{
label: "Products",
href: "#products",
},
label: "Products", href: "#products"},
{
label: "Pricing",
href: "#pricing",
},
label: "Pricing", href: "#pricing"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Support",
href: "#",
},
label: "Support", href: "#"},
{
label: "FAQ",
href: "#",
},
label: "FAQ", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}