Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -7,36 +7,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-mulish", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "TechVision | Enterprise Digital Transformation Solutions",
|
||||
description: "Transform your business with TechVision's cutting-edge cloud, analytics, and AI solutions. Trusted by 500+ enterprises.",
|
||||
keywords: "cloud solutions, data analytics, artificial intelligence, digital transformation, enterprise technology, cybersecurity",
|
||||
openGraph: {
|
||||
title: "TechVision | Enterprise Digital Transformation Solutions",
|
||||
description: "Transform your business with TechVision's cutting-edge cloud, analytics, and AI solutions. Trusted by 500+ enterprises.",
|
||||
type: "website",
|
||||
siteName: "TechVision",
|
||||
},
|
||||
title: "TechVision | Enterprise Digital Transformation Solutions", description: "Transform your business with TechVision's cutting-edge cloud, analytics, and AI solutions. Trusted by 500+ enterprises.", keywords: "cloud solutions, data analytics, artificial intelligence, digital transformation, enterprise technology, cybersecurity", openGraph: {
|
||||
title: "TechVision | Enterprise Digital Transformation Solutions", description: "Transform your business with TechVision's cutting-edge cloud, analytics, and AI solutions. Trusted by 500+ enterprises.", type: "website", siteName: "TechVision"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "TechVision | Enterprise Digital Transformation Solutions",
|
||||
description: "Transform your business with TechVision's cutting-edge cloud, analytics, and AI solutions.",
|
||||
},
|
||||
card: "summary_large_image", title: "TechVision | Enterprise Digital Transformation Solutions", description: "Transform your business with TechVision's cutting-edge cloud, analytics, and AI solutions."},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -1423,4 +1410,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
187
src/app/page.tsx
187
src/app/page.tsx
@@ -22,8 +22,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Cloud Solutions", href: "/services" },
|
||||
{ label: "Analytics", href: "/services" },
|
||||
{ label: "Security", href: "/services" },
|
||||
@@ -31,8 +30,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
@@ -40,8 +38,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Documentation", href: "#" },
|
||||
{ label: "Status", href: "#" },
|
||||
@@ -79,17 +76,11 @@ export default function HomePage() {
|
||||
background={{ variant: "downward-rays-animated" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg",
|
||||
alt: "professional woman portrait business headshot",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg", alt: "professional woman portrait business headshot"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg",
|
||||
alt: "professional man portrait business headshot",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg", alt: "professional man portrait business headshot"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-businesswoman-with-hands-crossed_1098-20032.jpg",
|
||||
alt: "diverse professional woman business portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-businesswoman-with-hands-crossed_1098-20032.jpg", alt: "diverse professional woman business portrait"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ enterprises worldwide"
|
||||
buttons={[
|
||||
@@ -116,35 +107,39 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Cloud Solutions",
|
||||
description:
|
||||
"Secure, scalable cloud infrastructure designed for enterprise-level performance and reliability.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/neural-network-programmer-developing-artificial-intelligence-data-processor-security-application-engineer-encrypting-vital-company-information-blockchain-system-close-up_482257-40514.jpg",
|
||||
title: "Cloud Solutions", description:
|
||||
"Secure, scalable cloud infrastructure designed for enterprise-level performance and reliability.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/neural-network-programmer-developing-artificial-intelligence-data-processor-security-application-engineer-encrypting-vital-company-information-blockchain-system-close-up_482257-40514.jpg", buttons: [
|
||||
{ text: "Explore", href: "/services" },
|
||||
{ text: "Request Demo", href: "/support" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Data Analytics",
|
||||
description:
|
||||
"Advanced analytics platform that transforms raw data into actionable business intelligence.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/colorful-gradient-infographic-concept_52683-35064.jpg",
|
||||
title: "Data Analytics", description:
|
||||
"Advanced analytics platform that transforms raw data into actionable business intelligence.", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/colorful-gradient-infographic-concept_52683-35064.jpg", buttons: [
|
||||
{ text: "Explore", href: "/services" },
|
||||
{ text: "Request Demo", href: "/support" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "AI Integration",
|
||||
description:
|
||||
"Intelligent automation solutions that streamline operations and enhance decision-making processes.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/ai-artificial-intelligence-isometric-landing-page_107791-1771.jpg",
|
||||
title: "AI Integration", description:
|
||||
"Intelligent automation solutions that streamline operations and enhance decision-making processes.", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/ai-artificial-intelligence-isometric-landing-page_107791-1771.jpg", buttons: [
|
||||
{ text: "Explore", href: "/services" },
|
||||
{ text: "Request Demo", href: "/support" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Security Services",
|
||||
description:
|
||||
"Comprehensive cybersecurity framework protecting your digital assets and ensuring compliance.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/cyber-security-concept_23-2148530843.jpg",
|
||||
title: "Security Services", description:
|
||||
"Comprehensive cybersecurity framework protecting your digital assets and ensuring compliance.", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/cyber-security-concept_23-2148530843.jpg", buttons: [
|
||||
{ text: "Explore", href: "/services" },
|
||||
{ text: "Request Demo", href: "/support" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -159,83 +154,35 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson, CEO of TechCorp",
|
||||
date: "Date: 15 January 2025",
|
||||
title: "Exceptional service and support",
|
||||
quote:
|
||||
"TechVision transformed our operations with their innovative cloud solutions. The team was professional, responsive, and delivered results beyond our expectations.",
|
||||
tag: "Enterprise",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/african-man-guy-black-suit-students-with-laptop-girl-white-blouse_1157-41602.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson, CEO of TechCorp", date: "Date: 15 January 2025", title: "Exceptional service and support", quote:
|
||||
"TechVision transformed our operations with their innovative cloud solutions. The team was professional, responsive, and delivered results beyond our expectations.", tag: "Enterprise", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/african-man-guy-black-suit-students-with-laptop-girl-white-blouse_1157-41602.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen, CTO of InnovateLab",
|
||||
date: "Date: 10 January 2025",
|
||||
title: "Outstanding technical expertise",
|
||||
quote:
|
||||
"Their AI integration services helped us automate complex workflows and reduce operational costs by 40%. Truly impressed with their technical team.",
|
||||
tag: "Technology",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/system-administrator-walking-data-center-used-managing-gear-energy_482257-116015.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/employee-helping-upset-friend-need-work-comforting-coworker-resting-hand-her-shoulder-sad_482257-136371.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen, CTO of InnovateLab", date: "Date: 10 January 2025", title: "Outstanding technical expertise", quote:
|
||||
"Their AI integration services helped us automate complex workflows and reduce operational costs by 40%. Truly impressed with their technical team.", tag: "Technology", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/system-administrator-walking-data-center-used-managing-gear-energy_482257-116015.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/employee-helping-upset-friend-need-work-comforting-coworker-resting-hand-her-shoulder-sad_482257-136371.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez, Founder of GrowthCo",
|
||||
date: "Date: 5 January 2025",
|
||||
title: "Reliable partner for success",
|
||||
quote:
|
||||
"From initial consultation to implementation, TechVision demonstrated commitment to our success. Their data analytics platform gave us insights we never had before.",
|
||||
tag: "Analytics",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-colleagues-working-together_23-2149337239.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez, Founder of GrowthCo", date: "Date: 5 January 2025", title: "Reliable partner for success", quote:
|
||||
"From initial consultation to implementation, TechVision demonstrated commitment to our success. Their data analytics platform gave us insights we never had before.", tag: "Analytics", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-colleagues-working-together_23-2149337239.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim, Director at SecureNet",
|
||||
date: "Date: 28 December 2024",
|
||||
title: "Peace of mind with security",
|
||||
quote:
|
||||
"Their comprehensive security framework gave us complete peace of mind. Excellent compliance support and 24/7 monitoring capabilities.",
|
||||
tag: "Security",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cybersecurity-team-operates-advanced-military-command-center_482257-124840.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim, Director at SecureNet", date: "Date: 28 December 2024", title: "Peace of mind with security", quote:
|
||||
"Their comprehensive security framework gave us complete peace of mind. Excellent compliance support and 24/7 monitoring capabilities.", tag: "Security", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cybersecurity-team-operates-advanced-military-command-center_482257-124840.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Wong, VP of Operations at DataFlow",
|
||||
date: "Date: 20 December 2024",
|
||||
title: "Game-changing analytics platform",
|
||||
quote:
|
||||
"The analytics dashboard revolutionized how we track KPIs. Real-time insights have made decision-making faster and more accurate.",
|
||||
tag: "Enterprise",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-office-worker-woman-sitting-office-desk-using-laptop-computer-looking-camera-smiling-cheerfully-working-bright-office_141793-21260.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/business-meeting-office_1268-21556.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica Wong, VP of Operations at DataFlow", date: "Date: 20 December 2024", title: "Game-changing analytics platform", quote:
|
||||
"The analytics dashboard revolutionized how we track KPIs. Real-time insights have made decision-making faster and more accurate.", tag: "Enterprise", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-office-worker-woman-sitting-office-desk-using-laptop-computer-looking-camera-smiling-cheerfully-working-bright-office_141793-21260.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/business-meeting-office_1268-21556.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Martinez, CIO of GlobalTech",
|
||||
date: "Date: 15 December 2024",
|
||||
title: "Seamless implementation and support",
|
||||
quote:
|
||||
"TechVision managed our entire migration seamlessly. Their post-implementation support has been invaluable for our team.",
|
||||
tag: "Infrastructure",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiley-businesswoman-indoors-with-arms-closed_23-2148824828.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/no-people-office-with-multiple-computers-customer-service-desk-call-center-helpline-support-give-telecommunication-assistance-empty-helpdesk-with-client-telephony-reception_482257-44009.jpg",
|
||||
},
|
||||
id: "6", name: "Robert Martinez, CIO of GlobalTech", date: "Date: 15 December 2024", title: "Seamless implementation and support", quote:
|
||||
"TechVision managed our entire migration seamlessly. Their post-implementation support has been invaluable for our team.", tag: "Infrastructure", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiley-businesswoman-indoors-with-arms-closed_23-2148824828.jpg", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/no-people-office-with-multiple-computers-customer-service-desk-call-center-helpline-support-give-telecommunication-assistance-empty-helpdesk-with-client-telephony-reception_482257-44009.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -251,32 +198,16 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500",
|
||||
title: "Enterprises",
|
||||
description: "Partnering with us globally",
|
||||
icon: Users,
|
||||
id: "1", value: "500", title: "Enterprises", description: "Partnering with us globally", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "99",
|
||||
title: "percent",
|
||||
description: "System uptime guarantee",
|
||||
icon: CheckCircle,
|
||||
id: "2", value: "99", title: "percent", description: "System uptime guarantee", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "24",
|
||||
title: "hours",
|
||||
description: "Support response time",
|
||||
icon: Clock,
|
||||
id: "3", value: "24", title: "hours", description: "Support response time", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "40",
|
||||
title: "percent",
|
||||
description: "Average cost reduction",
|
||||
icon: TrendingUp,
|
||||
id: "4", value: "40", title: "percent", description: "Average cost reduction", icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -306,4 +237,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user