3 Commits

Author SHA1 Message Date
71f2c406d2 Merge version_2 into main
Merge version_2 into main
2026-04-08 16:56:27 +00:00
d3a9517baf Update src/app/page.tsx 2026-04-08 16:56:24 +00:00
362961a459 Merge version_1 into main
Merge version_1 into main
2026-04-08 16:55:56 +00:00

View File

@@ -3,14 +3,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import { Award, Shield, Zap } from "lucide-react";
import { Award, Shield, Zap, Mail, Phone, MapPin, Twitter, Linkedin, Github } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Products",
id: "products",
},
name: "Products", id: "products"},
{
name: "Pricing",
id: "pricing",
},
name: "Pricing", id: "pricing"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="ModernBrand"
/>
@@ -55,92 +47,51 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
title="Next Generation Business Solutions"
description="Empowering your business with high-performance software tailored to your specific needs. Experience efficiency like never before."
testimonials={[
{
name: "John Doe",
handle: "@johndoe",
testimonial: "This platform transformed our business operations entirely.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
},
name: "John Doe", handle: "@johndoe", testimonial: "This platform transformed our business operations entirely.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
{
name: "Jane Smith",
handle: "@janesmith",
testimonial: "Seamless integration and top-tier customer support. Excellent.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg",
},
name: "Jane Smith", handle: "@janesmith", testimonial: "Seamless integration and top-tier customer support. Excellent.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg"},
{
name: "Alex Johnson",
handle: "@alexj",
testimonial: "Exceeded expectations in every metric. The ROI is incredible.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg?_wi=1",
},
name: "Alex Johnson", handle: "@alexj", testimonial: "Exceeded expectations in every metric. The ROI is incredible.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg?_wi=1"},
{
name: "Sarah Miller",
handle: "@smiller",
testimonial: "Intuitive, reliable, and incredibly fast. Exactly what we needed.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12786.jpg",
},
name: "Sarah Miller", handle: "@smiller", testimonial: "Intuitive, reliable, and incredibly fast. Exactly what we needed.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12786.jpg"},
{
name: "Mark Wilson",
handle: "@markw",
testimonial: "A game changer for our daily workflow. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg?_wi=2",
},
name: "Mark Wilson", handle: "@markw", testimonial: "A game changer for our daily workflow. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg?_wi=2"},
]}
imageSrc="http://img.b2bpic.net/free-photo/minimalist-workspace-with-laptop-mouse-coffee_23-2152003802.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "User 1",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "User 1"},
{
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg",
alt: "User 2",
},
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg", alt: "User 2"},
{
src: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg",
alt: "User 3",
},
src: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", alt: "User 3"},
{
src: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12786.jpg",
alt: "User 4",
},
src: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12786.jpg", alt: "User 4"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
alt: "User 5",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "User 5"},
]}
marqueeItems={[
{
type: "text",
text: "Innovative Technology",
},
type: "text", text: "Innovative Technology"},
{
type: "text",
text: "Global Scale",
},
type: "text", text: "Global Scale"},
{
type: "text",
text: "Data Driven",
},
type: "text", text: "Data Driven"},
{
type: "text",
text: "Cloud Ready",
},
type: "text", text: "Cloud Ready"},
{
type: "text",
text: "Secure Infrastructure",
},
type: "text", text: "Secure Infrastructure"},
]}
/>
</div>
@@ -152,19 +103,13 @@ export default function LandingPage() {
metrics={[
{
icon: Zap,
label: "Time Saved",
value: "40%",
},
label: "Time Saved", value: "40%"},
{
icon: Shield,
label: "Security Uptime",
value: "99.9%",
},
label: "Security Uptime", value: "99.9%"},
{
icon: Award,
label: "Client Success",
value: "500+",
},
label: "Client Success", value: "500+"},
]}
metricsAnimation="blur-reveal"
/>
@@ -177,34 +122,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
label: "Cloud Integration",
title: "Scalable Infrastructure",
items: [
"Auto-scaling servers",
"Real-time sync",
"Multi-region support",
],
id: "f1", label: "Cloud Integration", title: "Scalable Infrastructure", items: [
"Auto-scaling servers", "Real-time sync", "Multi-region support"],
},
{
id: "f2",
label: "Data Analytics",
title: "Predictive Insights",
items: [
"Advanced reporting",
"AI-driven forecasts",
"Custom dashboards",
],
id: "f2", label: "Data Analytics", title: "Predictive Insights", items: [
"Advanced reporting", "AI-driven forecasts", "Custom dashboards"],
},
{
id: "f3",
label: "Secure Access",
title: "Zero-Trust Security",
items: [
"Enterprise MFA",
"Role-based access",
"Encrypted storage",
],
id: "f3", label: "Secure Access", title: "Zero-Trust Security", items: [
"Enterprise MFA", "Role-based access", "Encrypted storage"],
},
]}
title="Advanced Features for Growth"
@@ -220,47 +147,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Enterprise Core",
price: "$199/mo",
variant: "SaaS",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=1",
},
id: "p1", name: "Enterprise Core", price: "$199/mo", variant: "SaaS", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=1"},
{
id: "p2",
name: "Analytics Pro",
price: "$299/mo",
variant: "Analytics",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=2",
},
id: "p2", name: "Analytics Pro", price: "$299/mo", variant: "Analytics", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=2"},
{
id: "p3",
name: "DevSecOps Suite",
price: "$399/mo",
variant: "Security",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=3",
},
id: "p3", name: "DevSecOps Suite", price: "$399/mo", variant: "Security", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=3"},
{
id: "p4",
name: "Cloud Hub",
price: "$499/mo",
variant: "Infra",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=4",
},
id: "p4", name: "Cloud Hub", price: "$499/mo", variant: "Infra", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=4"},
{
id: "p5",
name: "CRM Sync",
price: "$149/mo",
variant: "Management",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=5",
},
id: "p5", name: "CRM Sync", price: "$149/mo", variant: "Management", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=5"},
{
id: "p6",
name: "Global Support",
price: "Custom",
variant: "Service",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=6",
},
id: "p6", name: "Global Support", price: "Custom", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=6"},
]}
title="Our Product Suites"
description="Choose from our carefully crafted software packages built to address specific departmental challenges."
@@ -274,50 +171,23 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "basic",
title: "Starter",
price: "$49",
period: "/month",
features: [
"1 User",
"Basic analytics",
"Standard support",
],
id: "basic", title: "Starter", price: "$49", period: "/month", features: [
"1 User", "Basic analytics", "Standard support"],
button: {
text: "Start Free Trial",
},
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=7",
},
text: "Start Free Trial"},
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=7"},
{
id: "pro",
title: "Professional",
price: "$129",
period: "/month",
features: [
"5 Users",
"Full analytics",
"Priority support",
],
id: "pro", title: "Professional", price: "$129", period: "/month", features: [
"5 Users", "Full analytics", "Priority support"],
button: {
text: "Choose Pro",
},
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=8",
},
text: "Choose Pro"},
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=8"},
{
id: "enterprise",
title: "Enterprise",
price: "Contact Us",
period: "",
features: [
"Unlimited users",
"Custom solutions",
"24/7 Dedicated manager",
],
id: "enterprise", title: "Enterprise", price: "Contact Us", period: "", features: [
"Unlimited users", "Custom solutions", "24/7 Dedicated manager"],
button: {
text: "Contact Sales",
},
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=9",
},
text: "Contact Sales"},
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17246.jpg?_wi=9"},
]}
title="Straightforward Pricing"
description="Transparency is our promise. Choose a plan that fits your current needs and scale when ready."
@@ -325,62 +195,28 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
<ContactCenter
tag="Contact Us"
title="Ready to get started?"
description="We would love to hear from you. Drop us a line and let's explore how we can help your business thrive."
useInvertedBackground={false}
title="Get In Touch"
description="Have questions about our solutions? Reach out, and let's start a conversation about your business needs."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
},
{
name: "email",
type: "email",
placeholder: "Work Email",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg"
mediaAnimation="slide-up"
background={{ variant: "plain" }}
buttonText="Join Now"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "#",
},
{
label: "Careers",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
<FooterCard
logoText="ModernBrand"
copyrightText="© 2025 | ModernBrand"
socialLinks={[
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" },
{ icon: Github, href: "#", ariaLabel: "Github" },
]}
bottomLeftText="© 2024 ModernBrand Inc."
bottomRightText="All Rights Reserved"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}