Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-21 19:39:23 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { BarChart, Gauge, PieChart, Settings, Share2, Users, Zap } from "lucide-react";
import { BarChart, Calculator, Gauge, PieChart, Settings, Share2, Users, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,44 +33,32 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Pricing",
id: "pricing",
},
name: "Pricing", id: "pricing"},
{
name: "Support",
id: "faq",
},
name: "Support", id: "faq"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="DigiCalc"
button={{ text: "Get Started", href: "#features" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
logoText="DigiCalc"
description="The most powerful digital calculator for developers, accountants, and engineers. Streamline your math workflows with precision, speed, and real-time visualization."
buttons={[
{
text: "Get Started",
href: "#features",
},
text: "Get Started", href: "#features"},
{
text: "View Pricing",
href: "#pricing",
},
text: "View Pricing", href: "#pricing"},
]}
imageSrc="http://img.b2bpic.net/free-photo/printer-icon-computer-page-digital-paper-concept_53876-124304.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/printer-icon-computer-page-digital-paper-concept_53876-124304.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -83,19 +71,13 @@ export default function LandingPage() {
description="DigiCalc isn't just another math tool; it's a complete ecosystem built for high-performance calculation. We bridge the gap between simple arithmetic and complex algorithmic needs."
bulletPoints={[
{
title: "Real-time Processing",
description: "See your results update live as you type.",
},
title: "Real-time Processing", description: "See your results update live as you type."},
{
title: "Cloud-Synced",
description: "Save your equations across all devices.",
},
title: "Cloud-Synced", description: "Save your equations across all devices."},
{
title: "Precision Engine",
description: "High-decimal point accuracy for complex engineering.",
},
title: "Precision Engine", description: "High-decimal point accuracy for complex engineering."},
]}
imageSrc="http://img.b2bpic.net/free-photo/laptop-table_400718-26.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/laptop-table_400718-26.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -107,64 +89,43 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Data Visualization",
description: "Turn your results into beautiful, actionable charts instantly.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/chemical-element-arrangement-still-life_23-2149048919.jpg",
},
title: "Data Visualization", description: "Turn your results into beautiful, actionable charts instantly.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/chemical-element-arrangement-still-life_23-2149048919.jpg"},
items: [
{
text: "Bar Charts",
icon: BarChart,
text: "Bar Charts", icon: BarChart,
},
{
text: "Pie Visualization",
icon: PieChart,
text: "Pie Visualization", icon: PieChart,
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/printer-icon-computer-page-digital-paper-concept_53876-124304.jpg?_wi=2",
imageAlt: "3d technology icons",
},
{
title: "Advanced Algorithmic Support",
description: "Built-in support for complex scientific and engineering functions.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/adult-business-detail-push-search_1301-1837.jpg",
},
title: "Advanced Algorithmic Support", description: "Built-in support for complex scientific and engineering functions.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/adult-business-detail-push-search_1301-1837.jpg"},
items: [
{
text: "Scientific notation",
icon: Calculator,
text: "Scientific notation", icon: Calculator,
},
{
text: "Engineered inputs",
icon: Settings,
text: "Engineered inputs", icon: Settings,
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/laptop-table_400718-26.jpg?_wi=2",
imageAlt: "3d technology icons",
},
{
title: "Collaborative Sharing",
description: "Share your workspaces with team members in real-time.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-school-essentials-with-apple-pencils_23-2148587217.jpg",
},
title: "Collaborative Sharing", description: "Share your workspaces with team members in real-time.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-school-essentials-with-apple-pencils_23-2148587217.jpg"},
items: [
{
text: "Live Collaboration",
icon: Users,
text: "Live Collaboration", icon: Users,
},
{
text: "Easy Export",
icon: Share2,
text: "Easy Export", icon: Share2,
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-pinterest-logo_23-2152000228.jpg",
imageAlt: "3d technology icons",
},
]}
title="Key Features"
@@ -179,54 +140,28 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "basic",
badge: "Core",
price: "$9/mo",
subtitle: "Basic functionality for everyday tasks.",
buttons: [
id: "basic", badge: "Core", price: "$9/mo", subtitle: "Basic functionality for everyday tasks.", buttons: [
{
text: "Choose Basic",
},
text: "Choose Basic"},
],
features: [
"1 User",
"Basic Functions",
"Cloud Backup",
],
"1 User", "Basic Functions", "Cloud Backup"],
},
{
id: "pro",
badge: "Pro",
price: "$29/mo",
subtitle: "Advanced tools for high-performing professionals.",
buttons: [
id: "pro", badge: "Pro", price: "$29/mo", subtitle: "Advanced tools for high-performing professionals.", buttons: [
{
text: "Choose Pro",
},
text: "Choose Pro"},
],
features: [
"5 Users",
"Scientific Functions",
"Real-time Charts",
"API Access",
],
"5 Users", "Scientific Functions", "Real-time Charts", "API Access"],
},
{
id: "enterprise",
badge: "Custom",
price: "Custom",
subtitle: "Tailored solutions for your business.",
buttons: [
id: "enterprise", badge: "Custom", price: "Custom", subtitle: "Tailored solutions for your business.", buttons: [
{
text: "Contact Sales",
},
text: "Contact Sales"},
],
features: [
"Unlimited Users",
"Enterprise API",
"Custom Integrations",
"24/7 Support",
],
"Unlimited Users", "Enterprise API", "Custom Integrations", "24/7 Support"],
},
]}
title="Choose Your Plan"
@@ -241,22 +176,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
title: "Daily Calculations",
value: "1.2M+",
icon: Gauge,
id: "m1", title: "Daily Calculations", value: "1.2M+", icon: Gauge,
},
{
id: "m2",
title: "Active Users",
value: "500K+",
icon: Users,
id: "m2", title: "Active Users", value: "500K+", icon: Users,
},
{
id: "m3",
title: "Average Response Time",
value: "12ms",
icon: Zap,
id: "m3", title: "Average Response Time", value: "12ms", icon: Zap,
},
]}
title="Impact by the Numbers"
@@ -271,40 +197,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah Miller",
handle: "@sarahm",
testimonial: "The precision is unmatched. Simply the best calculator I've used.",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-woman-wearing-casual-sweater-standing-red-background-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-6469.jpg",
},
id: "t1", name: "Sarah Miller", handle: "@sarahm", testimonial: "The precision is unmatched. Simply the best calculator I've used.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-woman-wearing-casual-sweater-standing-red-background-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-6469.jpg"},
{
id: "t2",
name: "David Chen",
handle: "@dchen",
testimonial: "The visualization feature saved me hours in reporting.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg",
},
id: "t2", name: "David Chen", handle: "@dchen", testimonial: "The visualization feature saved me hours in reporting.", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg"},
{
id: "t3",
name: "Elena Rodriguez",
handle: "@elena_r",
testimonial: "Fantastic UI and performance. I can't imagine work without it.",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-prepared-meeting_1098-2188.jpg",
},
id: "t3", name: "Elena Rodriguez", handle: "@elena_r", testimonial: "Fantastic UI and performance. I can't imagine work without it.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-prepared-meeting_1098-2188.jpg"},
{
id: "t4",
name: "Marcus Johnson",
handle: "@mjohnson",
testimonial: "Top-tier reliability for engineering requirements.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-expert-developer-works-with-photo-editing-software_482257-126186.jpg",
},
id: "t4", name: "Marcus Johnson", handle: "@mjohnson", testimonial: "Top-tier reliability for engineering requirements.", imageSrc: "http://img.b2bpic.net/free-photo/woman-expert-developer-works-with-photo-editing-software_482257-126186.jpg"},
{
id: "t5",
name: "Jessica Wright",
handle: "@jwright",
testimonial: "Best scientific calculator app on the market.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-coffee_23-2149271183.jpg",
},
id: "t5", name: "Jessica Wright", handle: "@jwright", testimonial: "Best scientific calculator app on the market.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-coffee_23-2149271183.jpg"},
]}
title="Loved by Professionals"
description="Join thousands of satisfied users globally."
@@ -317,20 +218,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Is there a free tier?",
content: "Yes, we offer a generous free tier for basic calculators.",
},
id: "q1", title: "Is there a free tier?", content: "Yes, we offer a generous free tier for basic calculators."},
{
id: "q2",
title: "Do you support mobile apps?",
content: "Absolutely, mobile applications for iOS and Android are available.",
},
id: "q2", title: "Do you support mobile apps?", content: "Absolutely, mobile applications for iOS and Android are available."},
{
id: "q3",
title: "Can I integrate with APIs?",
content: "Yes, API access is included in our Pro and Enterprise plans.",
},
id: "q3", title: "Can I integrate with APIs?", content: "Yes, API access is included in our Pro and Enterprise plans."},
]}
title="Frequently Asked Questions"
description="Got questions? We've got answers."
@@ -342,16 +234,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Ready to compute?"
title="Get Started Today"
description="Join our platform now and take your calculations to the next level."
buttons={[
{
text: "Start Free Trial",
href: "#",
},
text: "Start Free Trial", href: "#"},
]}
/>
</div>
@@ -362,42 +251,27 @@ export default function LandingPage() {
logoText="DigiCalc"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#",
},
label: "About", href: "#"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Product",
items: [
title: "Product", items: [
{
label: "Calculator",
href: "#",
},
label: "Calculator", href: "#"},
{
label: "Integrations",
href: "#",
},
label: "Integrations", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}