Merge version_1_1782191701832 into main #3
@@ -6,8 +6,8 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent
|
||||
import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards';
|
||||
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
|
||||
import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards';
|
||||
import { Globe, Star, User } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
import { Globe, Star, User } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -18,10 +18,8 @@ export default function HomePage() {
|
||||
tag="Innovative Tech Solutions"
|
||||
title="Build the Future with Advanced Technology"
|
||||
description="We deliver cutting-edge software and infrastructure to help your business scale efficiently."
|
||||
primaryButton={{
|
||||
text: "Get Started", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "Learn More", href: "#about"}}
|
||||
primaryButton={{ text: "Get Started", href: "#contact" }}
|
||||
secondaryButton={{ text: "Learn More", href: "#about" }}
|
||||
items={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-tech-office-ready-stock-trading_482257-121465.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-low-poly-network-communications-background-design_1048-12972.jpg" },
|
||||
@@ -53,16 +51,19 @@ export default function HomePage() {
|
||||
description="Advanced tools designed for performance and reliability."
|
||||
features={[
|
||||
{
|
||||
title: "Real-time Insights", description: "Track your progress with real-time charts.", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Global Network", description: "Connect across borders effortlessly.", bentoComponent: "orbiting-icons", centerIcon: "Globe", orbitIcons: ["Wifi", "Smartphone", "Server", "Database"],
|
||||
title: "Real-time Insights", description: "Track your progress with real-time charts.", bentoComponent: "animated-bar-chart" as const
|
||||
},
|
||||
{
|
||||
title: "Smart Communication", description: "Stay in touch with our AI assistant.", bentoComponent: "chat-marquee", aiIcon: "Star", userIcon: "User", exchanges: [
|
||||
{
|
||||
userMessage: "How's the server load?", aiResponse: "Optimal, running at 42% capacity."},
|
||||
title: "Global Network", description: "Connect across borders effortlessly.", bentoComponent: "orbiting-icons" as const,
|
||||
centerIcon: "Globe", orbitIcons: ["Wifi", "Smartphone", "Server", "Database"]
|
||||
},
|
||||
{
|
||||
title: "Smart Communication", description: "Stay in touch with our AI assistant.", bentoComponent: "chat-marquee" as const,
|
||||
aiIcon: "Star", userIcon: "User", exchanges: [
|
||||
{ userMessage: "How's the server load?", aiResponse: "Optimal, running at 42% capacity." }
|
||||
],
|
||||
placeholder: "Ask anything..."},
|
||||
placeholder: "Ask anything..."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -81,7 +82,7 @@ export default function HomePage() {
|
||||
{ title: "AI Assistant", description: "Optimize your workflow.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182564.jpg" },
|
||||
{ title: "Developer Portal", description: "Streamlined documentation.", imageSrc: "http://img.b2bpic.net/free-photo/nature-ecology-go-green-concept_53876-133663.jpg" },
|
||||
{ title: "Infrastructure", description: "Reliable hardware backbone.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-technology-background-with-connecting-lines-dots_1048-14613.jpg" },
|
||||
{ title: "Design System", description: "Consistent UI components.", imageSrc: "http://img.b2bpic.net/free-photo/vr-glasses-gaming_23-2151138388.jpg" },
|
||||
{ title: "Design System", description: "Consistent UI components.", imageSrc: "http://img.b2bpic.net/free-photo/vr-glasses-gaming_23-2151138388.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -96,7 +97,7 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{ value: "100+", description: "Happy Clients" },
|
||||
{ value: "5M+", description: "Requests Handled" },
|
||||
{ value: "99.9%", description: "Uptime Guaranteed" },
|
||||
{ value: "99.9%", description: "Uptime Guaranteed" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -113,7 +114,7 @@ export default function HomePage() {
|
||||
{ name: "Michael B.", role: "Lead Dev", quote: "The API is extremely robust and developer-friendly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg" },
|
||||
{ name: "Emily R.", role: "PM", quote: "A total game changer for our team productivity.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453368.jpg" },
|
||||
{ name: "David L.", role: "Founder", quote: "Reliability and support are top notch.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg" },
|
||||
{ name: "Alice M.", role: "Design Lead", quote: "Beautifully crafted, functional, and very reliable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-late-office_23-2148991380.jpg" },
|
||||
{ name: "Alice M.", role: "Design Lead", quote: "Beautifully crafted, functional, and very reliable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-late-office_23-2148991380.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -129,7 +130,7 @@ export default function HomePage() {
|
||||
{ question: "What is the onboarding process?", answer: "Simple and quick, starting with a demo." },
|
||||
{ question: "Do you offer enterprise support?", answer: "Yes, dedicated support tiers are available." },
|
||||
{ question: "Can I integrate with my current stack?", answer: "Absolutely, our API works with major frameworks." },
|
||||
{ question: "What about data security?", answer: "We comply with industry-leading encryption standards." },
|
||||
{ question: "What about data security?", answer: "We comply with industry-leading encryption standards." }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
|
||||
Reference in New Issue
Block a user